Skip to content

Commit 60fbd95

Browse files
committed
Update CHANGELOG.md
1 parent 9d5612c commit 60fbd95

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,11 @@ one set of bindings ever created, which makes things a lot cleaner.
314314
* `Matter.TileBody.setFromTileCollision` no longer checks if the shape is concave or convex before modifying the vertices, as the update to the Matter.js lib in 3.12 stopped this from working with Tiled collision shapes.
315315
* The Scene `transitionstart` event is now dispatched by the Target Scene of a transition, regardless if the Scene has a `create` method or not. Previously, it was only dispatched if the Scene had a create method.
316316
* The Loader will now allow an XHR status of 0 as success too. Normally only status 200 would be accepted as success, but 0 is returned when a file is loaded from the local filesystem (file://). This happens, for example, when opening the index.html of a game in a browser directly, or when using Cordova on iOS. Fix #3464 (thanks @Ithamar)
317+
* `Tween.restart` now returns the Tween instance (thanks @rexrainbow)
318+
* `Tween.play` now returns the Tween instance (thanks @rexrainbow)
319+
* `Tween.seek` now returns the Tween instance (thanks @rexrainbow)
320+
* `Tween.complete` now returns the Tween instance (thanks @rexrainbow)
321+
* `Tween.stop` now returns the Tween instance (thanks @rexrainbow)
317322

318323
### Bug Fixes
319324

0 commit comments

Comments
 (0)