Skip to content

Commit ee6a543

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent a324b04 commit ee6a543

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
### New Features
44

5+
* You can now run Phaser from within a Web Worker. You must use the `type: 'classic'` method and then use `importScripts('phaser.js')` within your workers, but it will no longer throw window errors and allows you access to lots of the core Phaser functions from Workers.
6+
57
### Updates
68

9+
* Phaser no longer includes the IE9 polyfills. All polyfills have been removed from the core builds and moved to their own specific version called `phaser-ie9`, which can be found in the `dist` folder.
10+
* All of the Device functions will now check to see if Phaser is running inside of a Web Worker, or not. If it is, they will return early, avoiding trying to make calls to `window` or other elements not present within Workers.
11+
712
### Bug Fixes
813

914
* `BlitterWebGLRenderer` was calling an out-dated function `setRenderDepth` instead of `addToRenderList` (thanks Harm)
@@ -12,6 +17,9 @@
1217

1318
My thanks to the following for helping with the Phaser 3 Examples, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:
1419

20+
21+
22+
1523
## Version 3.52.0 - Crusch - 14th January 2021
1624

1725
### New Features

0 commit comments

Comments
 (0)