Apply Version Updates From Current Changes#10281
Merged
lucasfernog merged 1 commit intodevfrom Jul 29, 2024
Merged
Conversation
9ac0d22 to
2a2605f
Compare
ba971c2 to
0118858
Compare
0118858 to
8fb5cf8
Compare
Contributor
Author
Package Changes Through 8fb5cf8No changes. Add a change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
lucasfernog
approved these changes
Jul 29, 2024
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.0.0-beta.16]
New Features
da25f73 (feat: add granular size constraints APIs #10242 by @amrbashir) Add APIs to enable setting window size constraints separately:
WindowSizeConstraintsinterface inwindowandwebviewWindowmodules.Window.setSizeConstraintsandWebviewWindow.setSizeConstraintsBug Fixes
Webview.reparentpointing to wrong Rust API #10277 by @Legend-Master) FixWebview.reparentpointing toset_webview_focusinstead ofreparentRust APIminWidth,minHieght,maxWidthandmaxHeightconstraints separately, which fixes a long standing bug where these constraints were never applied unless width and height were constrained together.tauri-bundler
[2.0.1-beta.19]
Bug Fixes
What's Changed
NSIS_HOOK_PREINSTALLandNSIS_HOOK_PREUNINSTALLrun beforeCheckIfAppIsRunning(which checks if the app is running and asks the user if they want to kill the app)tauri-runtime
[2.0.0-beta.21]
What's Changed
inner_size_constraintsmethod onWindowBuildertrait andset_size_constraintsmethod onWindowDispatchtrait.tauri-runtime-wry
[2.0.0-beta.21]
What's Changed
Visible, close #10225 #10297 by @pewsheen) On macOS, set default titlebar style toVisibleto prevent webview move out of the view.inner_size_constraintsmethod onWindowBuildertrait andset_size_constraintsmethod onWindowDispatchtrait.Dependencies
tauri-runtime@2.0.0-beta.21tauri
[2.0.0-beta.25]
New Features
da25f73 (feat: add granular size constraints APIs #10242 by @amrbashir) Add APIs to enable setting window size constraints separately:
WindowBuilder::inner_size_constraintsandWebviewWindowBuilder::inner_size_constraintswhich can be used for setting granular constraints.WindowSizeConstraintsstructWindow::set_size_constraintsandWebviewWindow::set_size_constraintsBug Fixes
specta rc.15'sderive` feature which fixes build issues in docs.rs.minWidth,minHieght,maxWidthandmaxHeightconstraints separately, which fixes a long standing bug where these constraints were never applied unless width and height were constrained together.What's Changed
Visible, close #10225 #10297 by @pewsheen) On macOS, set default titlebar style toVisibleto prevent webview move out of the view.Dependencies
tauri-runtime-wry@2.0.0-beta.21tauri-runtime@2.0.0-beta.21@tauri-apps/cli
[2.0.0-beta.23]
Dependencies
tauri-cli@2.0.0-beta.23tauri-cli
[2.0.0-beta.23]
Dependencies
tauri-bundler@2.0.1-beta.19