You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/changelog.mdx
+8
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
32
- New `-git` flag for `wails3 init` command by [@leaanthony](https://github.com/leaanthony)
33
33
- New `wails3 generate webview2bootstrapper` command by [@leaanthony](https://github.com/leaanthony)
34
34
- Added `init()` method in runtime to allow manual initialisation of the runtime by [@leaanthony](https://github.com/leaanthony)
35
+
- Added `WindowDidMoveDebounceMS` option to Window's WindowOptions by [@leaanthony](https://github.com/leaanthony)
35
36
36
37
### Fixed
37
38
@@ -45,13 +46,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
46
- Improved window destroying logic by [@leaanthony](https://github.com/leaanthony)
46
47
- Fix window position logic when attached to system trays by [@leaanthony](https://github.com/leaanthony)
47
48
- Support fullscreen for frameless windows by [@leaanthony](https://github.com/leaanthony)
49
+
- Fix event handling by [@leaanthony](https://github.com/leaanthony)
50
+
- Fixed window shutdown logic by [@leaanthony](https://github.com/leaanthony)
48
51
49
52
### Changed
50
53
51
54
- Moved build assets to platform specific directories by [@leaanthony](https://github.com/leaanthony)
52
55
- Moved and renamed Taskfiles to platform specific directories by [@leaanthony](https://github.com/leaanthony)
53
56
- Created a much better experience when `index.html` is missing by [@leaanthony](https://github.com/leaanthony)
54
57
-[Windows] Improved performance of minimise and restore by [@leaanthony](https://github.com/leaanthony). Based on original [PR](https://github.com/wailsapp/wails/pull/3955) by [562589540](https://github.com/562589540)
58
+
- Removed `ShouldClose` option (Register a hook for events.Common.WindowClosing instead) by [@leaanthony](https://github.com/leaanthony)
59
+
-[Windows] Reduced flicker when opening a window by [@leaanthony](https://github.com/leaanthony)
60
+
- Removed `Window.Destroy` as this was intended to be an internal function by [@leaanthony](https://github.com/leaanthony)
61
+
- Renamed `WindowClose` events to `WindowClosing` by [@leaanthony](https://github.com/leaanthony)
0 commit comments