mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-27 21:16:22 +03:00
8 lines
260 B
Markdown
8 lines
260 B
Markdown
---
|
|
"@tauri-apps/api": patch:feat
|
|
---
|
|
|
|
Add APIs to enable setting window size constraints separately:
|
|
- Added `WindowSizeConstraints` interface in `window` and `webviewWindow` modules.
|
|
- Added `Window.setSizeConstraints` and `WebviewWindow.setSizeConstraints`
|