Skip to content

Commit 3f51721

Browse files
committed
Readme updates.
1 parent 1f24d95 commit 3f51721

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Version 2.0.5 - "Tanchico" - in development
6363

6464
### New Features
6565

66+
* New `force` parameter added to Group.set, setAll, setAllChildren, setProperty which controls if a property is created even if it doesn't exist.
67+
* Group.hasProperty will check a child for the given property and return a boolean.
6668

6769

6870
### Bug Fixes
@@ -71,8 +73,11 @@ Version 2.0.5 - "Tanchico" - in development
7173
* The P2 DistanceConstraint method signature has changed. Updated Phaser so maxForce is now passed as object (fix #788)
7274
* Moved the this._reversed flag outside of the property loop in Tween (as per tween.js issue 115)
7375
* Emitter.makeParticles updated to use Array.isArray() check on the key/frame values, so non-string objects can be passed in (thanks @AnderbergE, fix #786)
76+
* Tilemap.createFromObjects will now force the creation of the property again even if it doesn't exist (regression fix from 2.0.4)
7477

7578

79+
P2.Body.collideWorldBounds = true fails.
80+
7681

7782

7883

0 commit comments

Comments
 (0)