Skip to content

Commit 43723e6

Browse files
committed
Update CHANGELOG.md
1 parent 20ae4e3 commit 43723e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ The following features are now deprecated and will be removed in a future versio
5757
* The Tiled parser will now recognize Tiled `point objects` and export them with `point: true`. Equally, Sprites generated via `createFromObjects` are now just set to the position of the Point object, using the Sprites dimensions. This is a breaking change, so if you are using Point objects and `createFromObjects` please re-test your maps against this release of Phaser (thanks @samme)
5858
* You can now use Blob URLs when loading `Audio` objects via the Loader (thanks @aucguy)
5959
* You can now use Blob URLs when loading `Video` objects via the Loader (thanks @aucguy)
60+
* Tiled Image Collections now have rudimentary support and will create a single tileset per image. This is useful for prototyping, but should not be used heavily in production. See #4964 (thanks @gogoprog)
61+
* When loading files using your own XHR Settings you can now use the new property `headers` to define an object containing multiple headers, all of which will be sent with the xhr request (thanks @jorbascrumps)
6062

6163
### Updates
6264

@@ -103,6 +105,7 @@ The following features are now deprecated and will be removed in a future versio
103105
* `Container.getBounds` would return incorrect values if it had child Containers within it. Fix #4580 (thanks @Minious @thedrint)
104106
* The Loader no longer prepends the current path to the URL if it's a Blob object (thanks @aucguy)
105107
* Spine Atlases can now be loaded correctly via Asset Packs, as they now have the right index applied to them (thanks @jdcook)
108+
* Input events for children inside nested Containers would incorrectly fire depending on the pointer position (thanks @rexrainbow)
106109

107110
### Examples, Documentation and TypeScript
108111

0 commit comments

Comments
 (0)