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
Device.epiphany has been removed.
Device.midori has been removed.
Device.css3D has been removed, and the function that tested it is no longer run.
Device.isConsoleOpen has been removed. The function only worked on a very limited set of old browsers.
Device.littleEndian has been removed, you can use Device.LITTLE_ENDIAN instead.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,6 +351,12 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
351
351
* PIXI.PI_2 has been removed, because it's available via Phaser.Math.PI2. The only place PI_2 was used has been updated to now use PI2.
352
352
* The polyfills.js file now polyfills in for Float32Array, Uint16Array and ArrayBuffer.
353
353
* PIXI.Float32Array, PIXI.Uint16Array, PIXI.Uint32Array and PIXI.ArrayBuffer have all been removed, and replaced with their own proper native versions. The polyfill now captures any instances where the browser needs to fall back to an Array instead.
354
+
* Device.arora has been removed.
355
+
* Device.epiphany has been removed.
356
+
* Device.midori has been removed.
357
+
* Device.css3D has been removed, and the function that tested it is no longer run.
358
+
* Device.isConsoleOpen has been removed. The function only worked on a very limited set of old browsers.
359
+
* Device.littleEndian has been removed, you can use Device.LITTLE_ENDIAN instead.
0 commit comments