@tauri-apps/api@2.0.0-beta.16
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
WindowSizeConstraints
interface inwindow
andwebviewWindow
modules. - Added
Window.setSizeConstraints
andWebviewWindow.setSizeConstraints
- Added
Bug Fixes
3c17fb64f
(#10277 by @Legend-Master) FixWebview.reparent
pointing toset_webview_focus
instead ofreparent
Rust APIda25f7353
(#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.
© 2024 Tauri Contributors. CC-BY / MIT