Skip to content

Commit 7e40460

Browse files
committed
docs update.
1 parent d9c4890 commit 7e40460

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Version 2.1.4 - "Bethal" - in development
8181
* Phaser.Color.valueToColor converts a value: a "hex" string, a "CSS 'web' string", or a number - into red, green, blue, and alpha components (thanks @pnstickne #1264)
8282
* Stage.backgroundColor now supports CSS 'rgba' values, as well as hex strings and hex numbers (thanks @pnstickne #1234)
8383
* Pointer.addClickTrampoline now adds in support for click trampolines. These raise pointer events into click events, which are required internally for a few edge cases like IE11 full screen mode support, but are also useful if you know you specifically need a DOM click event from a pointer (thanks @pnstickne #1282)
84+
* Point.floor will Math.floor both the `x` and `y` values of the Point.
85+
* Point.ceil will Math.ceil both the `x` and `y` values of the Point.
8486

8587
### Updates
8688

@@ -103,6 +105,16 @@ Version 2.1.4 - "Bethal" - in development
103105
* Updated documentation for specificty; added @public\@protected
104106
* @deprecated currentPointers due to odd set pattern; totalCurrentPointers is more appropriate.
105107
(thanks @pnstickne #1283)
108+
* Various ScaleManager fixes and updates:
109+
* Scale modes can now be set independently
110+
* Switching between fullscreen and normal correctly restores modes
111+
* Alignment does not incorrectly offset in fullscreen mode (#1255)
112+
* Changing scale/alignment promptly refreshes layout
113+
* `isFullScreen` returns a boolean, as it should
114+
* Faster parent checks (if required)
115+
* NO_SCALE should not not scale (vs previous behavior of having no behavior)
116+
* Correct usage of scaleMode depending on mode
117+
(thanks @pnstickne)
106118

107119
### Bug Fixes
108120

@@ -115,6 +127,7 @@ Version 2.1.4 - "Bethal" - in development
115127
* Setting Key.enabled = false while it is down did not reset the isDown state (thanks @pnstickne #1190 #1271)
116128
* The Gamepad.addCallbacks context parameter was never actually remembered, causing the callbacks to run in the wrong context (thanks @englercj #1285)
117129
* Animation.setFrame used the wrong frames array if `useLocalFrameIndex` was `false` and a numeric frame ID was given (thanks @Skeptron #1284)
130+
* Fullscreen mode in IE11 now works (thanks @pnstickne)
118131

119132

120133
For details about changes made in previous versions of Phaser see the full Change Log at https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)