1.3 KiB
1.3 KiB
Phaser 3.60.0 Change Log
Return to the Change Log index.
Build and Webpack Config Updates
- Phaser 3 is now built with webpack 5 and all related packages have been updated.
- Lots of configuration objects now have full TypeScript definitions thanks to @16patsle
- The
pathpackage used by the TS Defs generator has been moved todevDependencies(thanks @antkhnvsk)
Build and Webpack Config Updates Bug Fixes
- Several paths have been fixed in the
phaser-core.jsentry point (thanks @pavle-goloskokovic) - Modified the way Phaser uses
requirestatements in order to fix an issue in Google's closure-compiler when variables are re-assigned to new values (thanks @TJ09)
Browser Specific Updates
- We've added a polyfill for the
requestVideoFrameCallbackAPI because not all current browsers support it, but the Video Game Object now relies upon it. - IE9 Fix: Added 2 missing Typed Array polyfills (thanks @jcyuan)
- IE9 Fix: CanvasRenderer ignores frames with zero dimensions (thanks @jcyuan)
Return to the Change Log index.
📖 Read the Phaser 3 API Docs 💻 Browse 2000+ Code Examples 🤝 Join the awesome Phaser Discord