Skip to content

Commit 63edb39

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent 4b3a000 commit 63edb39

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
* The Container and Zone Game Objects were not handling being added to the render list, causing them to fail input detection tests. Fix #5506 #5508 (thanks @rexrainbow @vforsh @Nightspeller)
4141
* `IsometricWorldToTileXY` was returning a tile incorrectly offset from the given coordinates. It now returns from the expected location (thanks @veleek)
4242
* `DOMElementCSSRenderer` will now return early if `src.node` doesn't exist or is null, rather than trying to extract the `style` property from it. Fix #5566 (thanks @rattias)
43+
* The BitmapMask will now check to see if `renderer` exists before trying to hook to its event emitter (thanks @mattjennings)
44+
* TileSprite will now check to see if `renderer` exists before trying to restore itself during a context loss (thanks @mattjennings)
45+
* A Texture will now check to see if `renderer` exists before resetting the WebGL textures (thanks @mattjennings)
46+
* Destroying a Text Game Object when using the HEADLESS renderer would cause an `Uncaught TypeError`. Fix #5558 (thanks @mattjennings)
4347

4448
### Examples, Documentation and TypeScript
4549

0 commit comments

Comments
 (0)