[email protected]
Esta página aún no está disponible en tu idioma.
New Features
-
da25f7353
(#10242 by @amrbashir) Add APIs to enable setting window size constraints separately:- Added
WindowBuilder::inner_size_constraints
andWebviewWindowBuilder::inner_size_constraints
which can be used for setting granular constraints. - Added
WindowSizeConstraints
struct - Added
Window::set_size_constraints
andWebviewWindow::set_size_constraints
- Added
Bug Fixes
e1776946a
(#10362 by @Brendonovich) Usespecta rc.15's
derive` feature which fixes build issues in docs.rs.da25f7353
(#10242 by @amrbashir) ApplyminWidth
,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
9546548ec
(#10297 by @pewsheen) On macOS, set default titlebar style toVisible
to prevent webview move out of the view.
Dependencies
- Upgraded to
[email protected]
- Upgraded to
[email protected]
© 2024 Tauri Contributors. CC-BY / MIT