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: CHANGELOG-v3.50.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,14 @@
4
4
5
5
### Updates
6
6
7
+
*`Layer.destroy` will now call `destroy` on all of its children as well.
8
+
7
9
### Bug Fixes
8
10
9
11
* On some keyboards it was possible for the `keyup` event to not fire because it was filtered out by the Keyboard Plugin repeat key check. Fix #5472 (thanks @cjw6k)
10
12
* Fixed issue causing `Cannot read property 'pipelines' of null` to be thrown if using 3.50 with the HEADLESS renderer. Fix #5468 (thanks @Grenagar)
11
13
* Canvas Tilemap Rendering is now working again. Fix #5480 (thanks @marshmn)
14
+
*`Layer.destroy` will now emit the `DESTROY` event at the start of the method. Fix #5466 (thanks @samme)
0 commit comments