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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ Version 2.2.2 - "Alkindar" - in development
96
96
97
97
### Bug Fixes
98
98
99
-
* Fix / double-copy for Safari tilemap bug when rendering with delta scrolling. This fixes tilemaps not appearing to update on Safari OS X and iOS specifically (thanks @pnstickne#1498)
100
-
* Simplified call to `updateTransform`. This is the unified and verified fix for #1424#1490#1502 and solves issues with physics tunneling under the new time step code.
99
+
* Fix / double-copy for Safari tilemap bug when rendering with delta scrolling. This fixes tilemaps not appearing to update on Safari OS X and iOS specifically (thanks @pnstickne@neurofuzzy@lastnightsparty#1439#1498)
100
+
* Simplified call to `updateTransform`. This is the unified and verified fix for #1424#1479#1490#1502 and solves issues with physics tunneling and visual glitches under the new time step code.
101
101
* Tween.delay, Tween.repeat and Tween.yoyo will no longer throw an error if called before a TweenData object has been created (via Tween.to or Tween.from) (thanks @SomMeri#1419)
102
102
* The click trampoline added for IE prevented Chrome for Android from being
103
103
able to launch Full Screen mode with the default parameters for
@@ -114,6 +114,9 @@ primary input is ubiquitously a mouse. There are no known breaking compatibility
114
114
* Fix floating point inaccuracy in Tween easing edge cases (thanks @jounii#1492)
115
115
* Phaser.Signal was causing a CSP script-src violations in Cordova and Google Chrome Apps (thanks @elennaro#1494)
116
116
* Added Events.onEnterBounds to the destroy method (thanks @legendary-mich#1497)
117
+
* AnimationManager.destroy is now more careful about clearing up deep references (thanks @Arturszott#1449)
118
+
* Ellipse.right and Ellipse.bottom setters fixed (thanks @nextht#1397)
0 commit comments