You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Version 2.6.2 - "Kore Springs" - In Development
308
+
## Version 2.7.0 - "Kore Springs" - In Development
309
309
310
310
### New Features
311
311
312
+
* The brand new WebGL Tilemap Renderer is available in this release of Phaser. Using custom developed shaders, map parsing and index batching, it finally makes tilemap rendering as fast as it possibly can be in WebGL.
312
313
* Group.getRandomExists will return a random child from the Group that has exists set to true.
313
314
* Group.getAll will return all children in the Group, or a section of the Group, with the optional ability to test if the child has a property matching the given value or not.
314
315
* Group.iterate has a new `returnType`: `RETURN_ALL`. This allows you to return all children that pass the iteration test in an array.
315
316
316
317
### Updates
317
318
318
319
* TypeScript definitions fixes and updates (thanks )
319
-
* Docs typo fixes (thanks )
320
+
* Docs typo fixes (thanks @rroylance@Owumaro)
320
321
* The InputHandler.flagged property has been removed. It was never used internally, or exposed via the API, so was just overhead.
321
322
* The src/system folder has been removed and all files relocated to the src/utils folder. This doesn't change anything from an API point of view, but did change the grunt build scripts slightly.
323
+
* BitmapData.shadow and BitmapData.text now both `return this` keeping them in-line with the docs (thanks @greeny#2634)
0 commit comments