Apply Version Updates From Current Changes#15041
Draft
github-actions[bot] wants to merge 1 commit intodevfrom
Draft
Apply Version Updates From Current Changes#15041github-actions[bot] wants to merge 1 commit intodevfrom
github-actions[bot] wants to merge 1 commit intodevfrom
Conversation
7c1af90 to
542b2ca
Compare
86d3968 to
a3ccfa8
Compare
a3ccfa8 to
a1e29c5
Compare
981366f to
20eb901
Compare
cebad59 to
f9aa703
Compare
3542b9a to
2271202
Compare
f4f3dd6 to
9f0d065
Compare
37183a7 to
99b4822
Compare
99b4822 to
6a7e127
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.11.0]
New Features
tauri-utils
[2.9.0]
New Features
926a57b (feat(windows): NSIS uninstaller icon and header image support #15201 by @Kokoro2336) Added uninstaller icon and uninstaller header image support for NSIS installer.
Notes:
tauri-bundlerlib users, theNsisSettingsnow has 2 new fieldsuninstaller_iconanduninstaller_header_imagewhich can be a breaking changeuninstallerIconanduninstallerHeaderImageunderbundle > windows > nsisto configure them.093e2b4 (feat(mobile): multi-window support #14484 by @lucasfernog) Support creating multiple windows on Android (activity embedding) and iOS (scenes).
Dependencies
kuchikikiwithdom_query#14959 by @thomaseizinger) Add newhtml-manipulation-2andbuild-2feature flags that usedom_queryinstead ofkuchikikifor HTML parsing / manipulation.This allows downstream users to remove
kuchikikiand its dependencies from their dependency tree.tomlcrate version from0.9to">=0.9, <=1"tauri-macos-sign
[2.3.4]
Enhancements
tauri-bundler
[2.9.0]
New Features
926a57b (feat(windows): NSIS uninstaller icon and header image support #15201 by @Kokoro2336) Added uninstaller icon and uninstaller header image support for NSIS installer.
Notes:
tauri-bundlerlib users, theNsisSettingsnow has 2 new fieldsuninstaller_iconanduninstaller_header_imagewhich can be a breaking changeuninstallerIconanduninstallerHeaderImageunderbundle > windows > nsisto configure them.cc5c976 (feat(mobile): add file association support #14486 by @lucasfernog) Implement file association for Android and iOS.
5a0ca7e (feat(bundler): support Liquid Glass icons, closes #14207 #14671 by @lucasfernog) Added support to Liquid Glass icons.
5dc2cee (fea(wix): add minimum webview2 version support #14793 by @Legend-Master) Added support for
minimumWebview2Versionoption support for the MSI (Wix) installer, the oldbundle > windows > nsis > minimumWebview2Versionis now deprecated in favor ofbundle > windows > minimumWebview2VersionNotes:
WVRTINSTALLEDPropertytag inmain.wxs, it is now renamed toINSTALLED_WEBVIEW2_VERSIONtauri-bundlerlib users, theWindowsSettingsnow has a new fieldminimum_webview2_versionwhich can be a breaking changeBug Fixes
build --bundles nsisarg in linux+macOS #14954 by @acx0) Fixbuild --bundlesto allownsisarg in linux+macOSWhat's Changed
Dependencies
tauri-macos-sign@2.3.4tauri-utils@2.9.0tauri-runtime
[2.11.0]
New Features
eval_with_callbackto Webview and WebviewWindow #14925 by @lanyeeee) Addeval_with_callbackto the Tauri webview APIs and runtime dispatch layers.RunEvent::Openedon Android.Dependencies
tauri-utils@2.9.0tauri-runtime-wry
[2.11.0]
New Features
eval_with_callbackto Webview and WebviewWindow #14925 by @lanyeeee) Addeval_with_callbackto the Tauri webview APIs and runtime dispatch layers.RunEvent::Openedon Android.What's Changed
on_new_windowno longer requiresSync, and runs on main thread on Windows, aligning with other platformsDependencies
tauri-runtime@2.11.0tauri-utils@2.9.0tauri-codegen
[2.5.6]
Dependencies
tauri-utils@2.9.0tauri-macros
[2.5.6]
Dependencies
tauri-utils@2.9.0tauri-codegen@2.5.6tauri-plugin
[2.6.0]
New Features
Dependencies
tauri-utils@2.9.0tauri-build
[2.6.0]
New Features
.rccontent byappend_rc_contentinWindowsAttributes.Enhancements
Dependencies
tauri-utils@2.9.0tauri-codegen@2.5.6tauri
[2.11.0]
New Features
data-tauri-drag-region="deep"#15062 by @amrbashir) Adddata-tauri-drag-region="deep"so clicks on non-clickable children will drag as well. Can still opt out of drag on some regions usingdata-tauri-drag-region="false"eval_with_callbackto Webview and WebviewWindow #14925 by @lanyeeee) Addeval_with_callbackto the Tauri webview APIs and runtime dispatch layers.RunEvent::Openedon Android.dbusfeature flag (enabled by default) which is required for theme detection on Linux.Enhancements
What's Changed
on_new_windowno longer requiresSync, and runs on main thread on Windows, aligning with other platformsDependencies
tauri-build@2.6.0tauri-runtime@2.11.0tauri-runtime-wry@2.11.0tauri-utils@2.9.0tauri-macros@2.5.6@tauri-apps/cli
[2.11.0]
New Features
926a57b (feat(windows): NSIS uninstaller icon and header image support #15201 by @Kokoro2336) Added uninstaller icon and uninstaller header image support for NSIS installer.
Notes:
tauri-bundlerlib users, theNsisSettingsnow has 2 new fieldsuninstaller_iconanduninstaller_header_imagewhich can be a breaking changeuninstallerIconanduninstallerHeaderImageunderbundle > windows > nsisto configure them.5dc2cee (fea(wix): add minimum webview2 version support #14793 by @Legend-Master) Added support for
minimumWebview2Versionoption support for the MSI (Wix) installer, the oldbundle > windows > nsis > minimumWebview2Versionis now deprecated in favor ofbundle > windows > minimumWebview2VersionNotes:
WVRTINSTALLEDPropertytag inmain.wxs, it is now renamed toINSTALLED_WEBVIEW2_VERSIONtauri-bundlerlib users, theWindowsSettingsnow has a new fieldminimum_webview2_versionwhich can be a breaking changeEnhancements
Bug Fixes
build --bundles nsisarg in linux+macOS #14954 by @acx0) Fixbuild --bundlesto allownsisarg in linux+macOSMetal Toolchainexist in the system #14921 by @setoelkahfi) Fix iOS build failure whenMetal Toolchainis installed by using explicit$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchainpath instead of$(TOOLCHAIN_DIR)for Swift library search paths.What's Changed
Dependencies
tauri-cli@2.11.0tauri-cli
[2.11.0]
New Features
926a57b (feat(windows): NSIS uninstaller icon and header image support #15201 by @Kokoro2336) Added uninstaller icon and uninstaller header image support for NSIS installer.
Notes:
tauri-bundlerlib users, theNsisSettingsnow has 2 new fieldsuninstaller_iconanduninstaller_header_imagewhich can be a breaking changeuninstallerIconanduninstallerHeaderImageunderbundle > windows > nsisto configure them.cc5c976 (feat(mobile): add file association support #14486 by @lucasfernog) Implement file association for Android and iOS.
5dc2cee (fea(wix): add minimum webview2 version support #14793 by @Legend-Master) Added support for
minimumWebview2Versionoption support for the MSI (Wix) installer, the oldbundle > windows > nsis > minimumWebview2Versionis now deprecated in favor ofbundle > windows > minimumWebview2VersionNotes:
WVRTINSTALLEDPropertytag inmain.wxs, it is now renamed toINSTALLED_WEBVIEW2_VERSIONtauri-bundlerlib users, theWindowsSettingsnow has a new fieldminimum_webview2_versionwhich can be a breaking changeEnhancements
Bug Fixes
build --bundles nsisarg in linux+macOS #14954 by @acx0) Fixbuild --bundlesto allownsisarg in linux+macOSMetal Toolchainexist in the system #14921 by @setoelkahfi) Fix iOS build failure whenMetal Toolchainis installed by using explicit$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchainpath instead of$(TOOLCHAIN_DIR)for Swift library search paths.What's Changed
Dependencies
tauri-macos-sign@2.3.4tauri-bundler@2.9.0tauri-utils@2.9.0