mirror of
https://github.com/tauri-apps/tauri-plugin-window.git
synced 2026-02-04 02:41:21 +01:00
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6105038807 Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2.8 KiB
2.8 KiB
Changelog
[2.0.0-alpha.2]
4e2cef9(#593) Update to alpha.12.70e535a(#590) On macOS, fixed tapping on custom title bar doesn't maximize the window.
[2.0.0-alpha.1]
-
84133b5(#426) The window plugin is recieving a few changes to improve consistency and add new features:- Removed
appWindowvariable from JS module, usegetCurrentorWindow.getCurrent. - Removed
WindowManager,WebviewWindowandWebviewHandletypes and merged them into oneWindowtype that matches the name of the rust window type. - Added
Window.getCurrentandWindow.getAllwhich is a convenient method forgetCurrentandgetAllfunctions.
- Removed
feat
a79d6d9(#406) Added themaximizable,minimizableandclosablefields onWindowOptions.a79d6d9(#406) Added thesetMaximizable,setMinimizable,setClosable,isMaximizable,isMinimizableandisClosablemethods.83abea3(#407) AddWebviewWindow.is_focusedandWebviewWindow.getFocusedWindowgetters.