Apply Version Updates From Current Changes#15634
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
cd11cc5 to
80eaf65
Compare
80eaf65 to
ba12511
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.12.0]
New Features
noRedirectionBitmapoption to theWindowandWebviewWindowconstructors on Windows.tauri-utils
[2.10.0]
New Features
bundle.windows.bundleVCRuntimeto copy the Visual C++ runtime DLLs into Windows MSI and NSIS installers. The bundler locates the runtime throughVCTOOLS_REDIST_DIRor the bundledvswhere.exe.app > windows > noRedirectionBitmapconfig option to disable the window redirection bitmap on Windows.build.windows.staticVCRuntimeto control MSVC static runtime linking. TheSTATIC_VCRUNTIMEenvironment variable is now deprecated and emits a migration warning when used.What's Changed
Dependencies
ctorcrate to1tauri-macos-sign
[2.4.0]
Enhancements
What's Changed
tauri-bundler
[2.10.0]
New Features
bundle.windows.bundleVCRuntimeto copy the Visual C++ runtime DLLs into Windows MSI and NSIS installers. The bundler locates the runtime throughVCTOOLS_REDIST_DIRor the bundledvswhere.exe.What's Changed
Dependencies
tauri-utils@2.10.0tauri-macos-sign@2.4.0tauri-runtime
[2.12.0]
New Features
WindowBuilder/WebviewWindowBuilder::no_redirection_bitmapmethod to disable the window redirection bitmap on Windows.What's Changed
Dependencies
tauri-utils@2.10.0tauri-runtime-wry
[2.12.0]
New Features
WindowBuilder/WebviewWindowBuilder::no_redirection_bitmapmethod to disable the window redirection bitmap on Windows.Bug Fixes
create_windowandcreate_webviewshould wait for the window creation to complete before returning even if it's off main thread, it should also return the error if it failedWhat's Changed
EventLoopIterationContextandUserMessageContextnow takes references to avoid clonesDependencies
tauri-utils@2.10.0tauri-runtime@2.12.0Breaking Changes
PhysicalPositionWrappertauri-codegen
[2.7.0]
What's Changed
Dependencies
tauri-utils@2.10.0tauri-macros
[2.7.0]
What's Changed
Dependencies
tauri-utils@2.10.0tauri-codegen@2.7.0tauri-plugin
[2.7.0]
What's Changed
Dependencies
tauri-utils@2.10.0tauri-build
[2.7.0]
New Features
tauri_build::WindowsAttributes::static_vc_runtimeto control MSVC static runtime linking from build scripts.What's Changed
Dependencies
tauri-utils@2.10.0tauri-codegen@2.7.0cargo_tomlcrate to1tauri
[2.12.0]
New Features
app > windows > noRedirectionBitmapconfig option to disable the window redirection bitmap on Windows.WindowBuilder/WebviewWindowBuilder::no_redirection_bitmapmethod to disable the window redirection bitmap on Windows.Bug Fixes
run_main_thread!macro used by things likeMenuItemand some other APIs deadlock when called on main thread withMockRuntimeWhat's Changed
Dependencies
tauri-utils@2.10.0tauri-build@2.7.0tauri-runtime-wry@2.12.0tauri-runtime@2.12.0tauri-macros@2.7.0cargo_tomlcrate to1@tauri-apps/cli
[2.12.0]
New Features
bundle.windows.bundleVCRuntimeto copy the Visual C++ runtime DLLs into Windows MSI and NSIS installers. The bundler locates the runtime throughVCTOOLS_REDIST_DIRor the bundledvswhere.exe.build.windows.staticVCRuntimeto control MSVC static runtime linking. TheSTATIC_VCRUNTIMEenvironment variable is now deprecated and emits a migration warning when used.Dependencies
tauri-cli@2.12.0tauri-cli
[2.12.0]
New Features
bundle.windows.bundleVCRuntimeto copy the Visual C++ runtime DLLs into Windows MSI and NSIS installers. The bundler locates the runtime throughVCTOOLS_REDIST_DIRor the bundledvswhere.exe.build.windows.staticVCRuntimeto control MSVC static runtime linking. TheSTATIC_VCRUNTIMEenvironment variable is now deprecated and emits a migration warning when used.What's Changed
Dependencies
tauri-bundler@2.10.0tauri-utils@2.10.0tauri-macos-sign@2.4.0tauri-driver
[2.1.0]
What's Changed