Apply Version Updates From Current Changes#8064
Merged
lucasfernog merged 1 commit intodevfrom Oct 28, 2023
Merged
Conversation
102ce23 to
aa5dbfd
Compare
e82303e to
06df5ea
Compare
06df5ea to
f94f08a
Compare
f94f08a to
9af69e4
Compare
lucasfernog
approved these changes
Oct 28, 2023
9af69e4 to
74c99a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
@tauri-apps/api
[2.0.0-alpha.10]
Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.Bug Fixes
287066b2(#8071) No longer crashing in tests without mocks whenclearMocksis defined inafterEachhook.tauri-utils
[2.0.0-alpha.10]
Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.Dependencies
c7c2507d(#8035) Updatewindowsto version0.51andwebview2-comto version0.27tauri-bundler
[2.0.0-alpha.11]
Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.cfe6fa6c(#8061) Added German language support to the NSIS bundler.Dependencies
tauri-utils@2.0.0-alpha.10tauri-runtime
[1.0.0-alpha.4]
New Features
74d2464d(#8116) Addedon_page_loadhook forPendingWindow.Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.Dependencies
tauri-utils@2.0.0-alpha.109580df1d(#8084) Upgradegtkto 0.18.c7c2507d(#8035) Updatewindowsto version0.51andwebview2-comto version0.27tauri-runtime-wry
[1.0.0-alpha.5]
New Features
74d2464d(#8116) Addedon_page_loadhook forPendingWindow.Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.Dependencies
tauri-utils@2.0.0-alpha.10tauri-runtime@1.0.0-alpha.49580df1d(#8084) Upgradegtkto 0.18.c7c2507d(#8035) Updatewindowsto version0.51andwebview2-comto version0.279580df1d(#8084) Updated to wry@0.34, removing thedoxfeature flag.tauri-codegen
[2.0.0-alpha.10]
Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.Dependencies
tauri-utils@2.0.0-alpha.10tauri-macros
[2.0.0-alpha.10]
Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.Dependencies
tauri-codegen@2.0.0-alpha.10tauri-utils@2.0.0-alpha.10tauri-build
[2.0.0-alpha.11]
Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.Dependencies
tauri-codegen@2.0.0-alpha.10tauri-utils@2.0.0-alpha.10tauri
[2.0.0-alpha.17]
Enhancements
b89de9fa(#8092) Add support for onResume and onPause events in android plugins.c6c59cf2Pull changes from Tauri 1.5 release.198abe3c(#8076) Mobile plugins can now resolve using an arbitrary object instead of using theJSObjectclass viaInvoke.resolveon iOS andInvoke.resolveObjecton Android.Bug Fixes
22f26882(#8049) Prevent crash on iOS when the Swift plugin data is not a valid JSON string.Dependencies
tauri-build@2.0.0-alpha.11tauri-macros@2.0.0-alpha.10tauri-utils@2.0.0-alpha.10tauri-runtime@1.0.0-alpha.4tauri-runtime-wry@1.0.0-alpha.59580df1d(#8084) Upgradegtkto 0.18.c7c2507d(#8035) Updatewindowsto version0.51andwebview2-comto version0.279580df1d(#8084) Updated to wry@0.34, removing thedoxfeature flag.Breaking Changes
198abe3c(#8076) The AndroidPluginManager.loadConfignow takes a third parameter to define the class type of the config object.198abe3c(#8076) Mobile plugins now have access to a parser for the invoke arguments instead of relying on theInvoke#get${TYPE}methods.74d2464d(#8116) AddedWindowBuilder::on_page_loadand refactored theBuilder::on_page_loadhandler to take references.The page load hook is now triggered for load started and finished events, to determine what triggered it see
PageLoadPayload::event.93c8a77b(#7996) The event system APIS on Rust is recieving a few changes for consistency and quality of life improvements:Manager::emit_allto justManager::emitand will now both trigger the events on JS side as well as Rust.Manager::trigger_global, useManager::emitManager::emit_filter.Window::emit, and moved the implementation toManager::emit.Window::emit_and_triggerandWindow::trigger, useWindow::emitinstead.Window::emit_toto only trigger the target window listeners so it won't be catched byManager::listen_global@tauri-apps/cli
[2.0.0-alpha.17]
Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.Dependencies
tauri-cli@2.0.0-alpha.17Breaking Changes
198abe3c(#8076) Updated the mobile plugin templates following the tauri v2.0.0-alpha.17 changes.tauri-cli
[2.0.0-alpha.17]
Enhancements
c6c59cf2Pull changes from Tauri 1.5 release.Dependencies
tauri-bundler@2.0.0-alpha.11tauri-utils@2.0.0-alpha.10Breaking Changes
198abe3c(#8076) Updated the mobile plugin templates following the tauri v2.0.0-alpha.17 changes.