Apply Version Updates From Current Changes #10281
Merged
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:
WindowSizeConstraints
interface inwindow
andwebviewWindow
modules.Window.setSizeConstraints
andWebviewWindow.setSizeConstraints
Bug Fixes
Webview.reparent
pointing to wrong Rust API #10277 by @Legend-Master) FixWebview.reparent
pointing toset_webview_focus
instead ofreparent
Rust APIminWidth
,minHieght
,maxWidth
andmaxHeight
constraints 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_PREINSTALL
andNSIS_HOOK_PREUNINSTALL
run 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_constraints
method onWindowBuilder
trait andset_size_constraints
method onWindowDispatch
trait.tauri-runtime-wry
[2.0.0-beta.21]
What's Changed
Visible
, close #10225 #10297 by @pewsheen) On macOS, set default titlebar style toVisible
to prevent webview move out of the view.inner_size_constraints
method onWindowBuilder
trait andset_size_constraints
method onWindowDispatch
trait.Dependencies
[email protected]
tauri
[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_constraints
andWebviewWindowBuilder::inner_size_constraints
which can be used for setting granular constraints.WindowSizeConstraints
structWindow::set_size_constraints
andWebviewWindow::set_size_constraints
Bug Fixes
specta rc.15's
derive` feature which fixes build issues in docs.rs.minWidth
,minHieght
,maxWidth
andmaxHeight
constraints 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 toVisible
to prevent webview move out of the view.Dependencies
[email protected]
[email protected]
@tauri-apps/cli
[2.0.0-beta.23]
Dependencies
[email protected]
tauri-cli
[2.0.0-beta.23]
Dependencies
[email protected]