Skip to content

Commit 723f94c

Browse files
committed
Updated docs.
1 parent 07adad9 commit 723f94c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
323323
* Added P2.Body.thrustLeft which will move the Body to the left by the speed given (thanks James Pryor)
324324
* Added P2.Body.thrustRight which will move the Body to the right by the speed given (thanks James Pryor)
325325
* Polygon now takes an array of arrays as a new type when constructing it: `[[x1, y1], [x2, y2]]` (thanks @ShimShamSam #2360)
326+
* Text has a new property `maxLines` which is the maximum number of lines to be shown for wrapped text. If set to 0 (the default) there is limit. This prevents wrapped text from overflowing on a fixed layout (thanks @slashman #2410)
326327

327328
### Updates
328329

@@ -333,6 +334,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
333334
* The default state of the internal property `_boundDispatch` in Phaser.Signal is now `false`, which allows for use of boundDispatches (thanks @alvinlao #2346)
334335
* The Tiled parser only supports un-compressed layer data. Previously it would silently fail, now it detects if layer compression is used and displays a console warning instead (thanks @MannyC #2413)
335336
* The Tiled parser now removes the `encoding` parameter so that a subsequent process doesn't try to decode the data again (thanks @MannyC #2412)
337+
* Ensure a parent container is a Group before removing from its hash (thanks @rblopes #2397)
336338

337339
### Bug Fixes
338340

0 commit comments

Comments
 (0)