Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ab7d9bc

Browse files
committedSep 20, 2020
Update changelog
1 parent 0d6817c commit ab7d9bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
- On Android, bump `ndk`, `ndk-sys` and `ndk-glue` to 0.2. Checkout the new ndk-glue main proc attribute.
3535
- **Breaking:** Prefixed virtual key codes `Add`, `Multiply`, `Divide`, `Decimal`, and `Subtract` with `Numpad`.
3636
- Added `Asterisk` and `Plus` virtual key codes.
37+
- On Web (web-sys only), the `Event::LoopDestroyed` event is correctly emitted when leaving the page.
38+
- On Web (web-sys only), the `WindowEvent::Destroyed` event now gets emitted when a `Window` is dropped.
39+
- On Web (web-sys only), the event listeners are now removed when a `Window` is dropped or when the event loop is destroyed.
40+
- On Web (web-sys only), the event handler closure passed to `EventLoop::run` now gets dropped after the event loop is destroyed.
41+
- **Breaking:** On Web, the canvas element associated to a `Window` is no longer removed from the DOM when the `Window` is dropped.
3742

3843
# 0.22.2 (2020-05-16)
3944

0 commit comments

Comments
 (0)
Please sign in to comment.