Apply Version Updates From Current Changes#15041
Merged
Merged
Conversation
7c1af90 to
542b2ca
Compare
86d3968 to
a3ccfa8
Compare
a3ccfa8 to
a1e29c5
Compare
cebad59 to
f9aa703
Compare
393dc47 to
6742f65
Compare
0b7039b to
b6fe5ad
Compare
leandro4979-hub
left a comment
There was a problem hiding this comment.
pnpm install
pnpm tauri dev # development
pnpm tauri build # production bundle
|
pnpm install |
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
autocomplete="off"is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.Event::SuspendedandEvent::Resumedevents fromtaowhen they are emitted on mobile targets.tauri-utils
[2.9.0]
New Features
001c8fe (feat(webview2): add option to disable browser-level autofill on Windows #14722) Add a WebView option to control browser-level general autofill behavior. This option does not disable password or credit card autofill. On Windows (WebView2), setting it to true disables the general autofill "Suggestions" UI, which may appear even when
autocomplete="off"is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.926a57b (feat(windows): NSIS uninstaller icon and header image support #15201) 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) Support creating multiple windows on Android (activity embedding) and iOS (scenes).
Dependencies
kuchikikiwithdom_query#14959) 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) 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) Implement file association for Android and iOS.
5a0ca7e (feat(bundler): support Liquid Glass icons, closes #14207 #14671) Added support to Liquid Glass icons.
5dc2cee (fea(wix): add minimum webview2 version support #14793) 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
be0e4bd (feat(nsis): add Vietnamese language support for installer. #15218) Added Vietnamese translations for the NSIS installer
1035f12 (fix(windows): tauri-bundler detect arm system #14923) Signtool path for windows arm systems was not being properly returned which caused failure in signing of windows binaries.
This patch addresses it.
Previously only the following were supported:
The following were added:
Bug Fixes
build --bundles nsisarg in linux+macOS #14954) Fixbuild --bundlesto allownsisarg in linux+macOSWhat's Changed
Dependencies
tauri-macos-sign@2.3.4tauri-utils@2.9.0doc_auto_cfgattribute to fix errors building documentationtauri-runtime
[2.11.0]
New Features
autocomplete="off"is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.eval_with_callbackto Webview and WebviewWindow #14925) Addeval_with_callbackto the Tauri webview APIs and runtime dispatch layers.RunEvent::Openedon Android.Event::SuspendedandEvent::Resumedevents fromtaowhen they are emitted on mobile targets.Dependencies
tauri-utils@2.9.0tauri-runtime-wry
[2.11.0]
New Features
autocomplete="off"is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.eval_with_callbackto Webview and WebviewWindow #14925) Addeval_with_callbackto the Tauri webview APIs and runtime dispatch layers.RunEvent::Openedon Android.Event::SuspendedandEvent::Resumedevents fromtaowhen they are emitted on mobile targets.Bug Fixes
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.6.0]
Dependencies
tauri-utils@2.9.0tauri-utils@2.9.0tauri-macros
[2.6.0]
New Features
renameattribute in thetauri::commandmacro to allow renaming the command to something other than the function name.Dependencies
tauri-utils@2.9.0tauri-codegen@2.6.0tauri-plugin
[2.6.0]
New Features
Dependencies
tauri-utils@2.9.0tauri-build
[2.6.0]
New Features
.rccontent byappend_rc_contentinWindowsAttributes.Enhancements
1.2.3+42in the 4th segment of the WindowsFILEVERSIONfixed field when it fits in the Windows version format.Bug Fixes
FileVersionandProductVersionstring values using the version from the Tauri config.Dependencies
tauri-utils@2.9.0tauri-codegen@2.6.0tauri
[2.11.0]
New Features
renameattribute in thetauri::commandmacro to allow renaming the command to something other than the function name.data-tauri-drag-region="deep"#15062) 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"autocomplete="off"is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.eval_with_callbackto Webview and WebviewWindow #14925) Addeval_with_callbackto the Tauri webview APIs and runtime dispatch layers.RunEvent::Openedon Android.Event::SuspendedandEvent::Resumedevents fromtaowhen they are emitted on mobile targets.dbusfeature flag (enabled by default) which is required for theme detection on Linux.Enhancements
Bug Fixes
What's Changed
on_new_windowno longer requiresSync, and runs on main thread on Windows, aligning with other platformsDependencies
tauri-macros@2.6.0tauri-build@2.6.0tauri-runtime@2.11.0tauri-runtime-wry@2.11.0tauri-utils@2.9.0doc_auto_cfgattribute to fix errors building documentationtray-iconto v0.22@tauri-apps/cli
[2.11.0]
New Features
926a57b (feat(windows): NSIS uninstaller icon and header image support #15201) 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.764b913 (feat(cli): restart Android emulator if it is disconnected from adb #14313) Prompt to restart the Android emulator if it is not connected to adb.
5dc2cee (fea(wix): add minimum webview2 version support #14793) 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) Fixbuild --bundlesto allownsisarg in linux+macOSMetal Toolchainexist in the system #14921) 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) 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) Implement file association for Android and iOS.
4ef5797 (feat(ios): add --no-sign and --archive-only flags to ios build #15061) Add
--no-signand--archive-onlyflags totauri ios build.764b913 (feat(cli): restart Android emulator if it is disconnected from adb #14313) Prompt to restart the Android emulator if it is not connected to adb.
5dc2cee (fea(wix): add minimum webview2 version support #14793) 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) Fixbuild --bundlesto allownsisarg in linux+macOSMetal Toolchainexist in the system #14921) 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