Apply Version Updates From Current Changes #13751
Merged
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.7.0]
New Features
getBundleTypeto the app module.Enhancements
emitto be handled correctly bylistencallbacks when in a mocked environmentBug Fixes
unregisterCallback,runCallback,callbacksinmockIPCtrafficLightPositiontoWindowOptions(fix #13790) #13810 by @asdolo) Add missingtrafficLightPositionTypeScript type definitiontauri-utils
[2.6.0]
New Features
platform::bundle_type.{ "cmd": "my_runner", "cwd": "/path", "args": ["--quiet"] }while maintaining backwards compatibility with the existing string format.tauri-bundler
[2.5.1]
Bug Fixes
nsis_tauri_utils.dllresulting in tauri-cli re-downloading the file on every build.Dependencies
tauri-utils@2.6.0tauri-runtime
[2.7.1]
Dependencies
tauri-utils@2.6.0tauri-runtime-wry
[2.7.2]
What's Changed
WindowIdStore,WindowsStoreandWindowWrapperpublicDependencies
tauri-utils@2.6.0tauri-runtime@2.7.1tauri-codegen
[2.3.1]
Dependencies
tauri-utils@2.6.0tauri-macros
[2.3.2]
Dependencies
tauri-utils@2.6.0tauri-codegen@2.3.1tauri-plugin
[2.3.1]
Dependencies
tauri-utils@2.6.0tauri-build
[2.3.1]
Dependencies
tauri-utils@2.6.0tauri-codegen@2.3.1tauri
[2.7.0]
New Features
tauri::plugin::Builder::js_init_script_on_all_framesthat allows plugins to add initialization scripts that runs on all framesEnhancements
plugin_boxedmethods #13837 by @WSH032) AddAppHandle::plugin_boxedandBuilder::plugin_boxedmethods to allow adding plugins in the form of boxed trait objects.tauri::plugin::Builder::js_init_scriptnow takesimpl Into<String>instead ofStringBug Fixes
Dependencies
tauri-runtime-wry@2.7.2tauri-utils@2.6.0tauri-runtime@2.7.1tauri-macros@2.3.2tauri-build@2.3.1@tauri-apps/cli
[2.6.3]
Bug Fixes
tauri.ios.conf.jsoninstead oftauri.android.conf.jsonto merge platform-specific configuration.Dependencies
tauri-cli@2.7.0tauri-cli
[2.7.0]
New Features
{ "cmd": "my_runner", "cwd": "/path", "args": ["--quiet"] }while maintaining backwards compatibility with the existing string format.Enhancements
Bug Fixes
tauri.ios.conf.jsoninstead oftauri.android.conf.jsonto merge platform-specific configuration.tauri ios initwhenbundleVersionis a single number (for example1instead of1.0.0).What's Changed
tauri android inittemplateDependencies
tauri-bundler@2.5.1tauri-utils@2.6.0