Skip to content

Commit 8b53aa3

Browse files
committed
Update changelog.mdx
1 parent 86f5049 commit 8b53aa3

File tree

2 files changed

+61
-53
lines changed

2 files changed

+61
-53
lines changed

docs/src/content/docs/changelog.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- New `-git` flag for `wails3 init` command by [@leaanthony](https://github.com/leaanthony)
3333
- New `wails3 generate webview2bootstrapper` command by [@leaanthony](https://github.com/leaanthony)
3434
- 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)
3536

3637
### Fixed
3738

@@ -44,13 +45,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4445
-  Improved window destroying logic by [@leaanthony](https://github.com/leaanthony)
4546
-  Fix window position logic when attached to system trays by [@leaanthony](https://github.com/leaanthony)
4647
-  Support fullscreen for frameless windows by [@leaanthony](https://github.com/leaanthony)
48+
- Fix event handling by [@leaanthony](https://github.com/leaanthony)
49+
- Fixed window shutdown logic by [@leaanthony](https://github.com/leaanthony)
4750

4851
### Changed
4952

5053
- Moved build assets to platform specific directories by [@leaanthony](https://github.com/leaanthony)
5154
- Moved and renamed Taskfiles to platform specific directories by [@leaanthony](https://github.com/leaanthony)
5255
- Created a much better experience when `index.html` is missing by [@leaanthony](https://github.com/leaanthony)
5356
- [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)
57+
- Removed `ShouldClose` option (Register a hook for events.Common.WindowClosing instead) by [@leaanthony](https://github.com/leaanthony)
58+
- [Windows] Reduced flicker when opening a window by [@leaanthony](https://github.com/leaanthony)
59+
- Removed `Window.Destroy` as this was intended to be an internal function by [@leaanthony](https://github.com/leaanthony)
60+
- Renamed `WindowClose` events to `WindowClosing` by [@leaanthony](https://github.com/leaanthony)
61+
5462

5563
## v3.0.0-alpha.8.3 - 2024-12-07
5664

0 commit comments

Comments
 (0)