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
f9aa703 to
e4cb240
Compare
e4cb240 to
3542b9a
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-utils
[2.9.0]
New Features
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
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+macOSDependencies
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.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.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.5.5]
Dependencies
tauri-utils@2.9.0tauri-build
[2.5.7]
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.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.5.7tauri-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
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.Dependencies
tauri-cli@2.11.0tauri-cli
[2.11.0]
New Features
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.Dependencies
tauri-macos-sign@2.3.4tauri-bundler@2.9.0tauri-utils@2.9.0