Skip to content

Commit 2bfde24

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent a109193 commit 2bfde24

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
* 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.
1010
* 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.
1111
* The Webpack loaders have been moved to dev dependencies to avoid peer issues during use of Phaser as a package (thanks @andrewstart)
12+
* The `WebAudioSoundManager.createAudioContext` method is no longer private.
13+
* The `WebAudioSoundManager.context` property is no longer private.
14+
* The `WebAudioSoundManager.masterMuteNode` property is no longer private.
15+
* The `WebAudioSoundManager.masterVolumeNode` property is no longer private.
16+
* The `WebAudioSoundManager.destination` property is no longer private.
17+
* The `WebAudioSound.audioBuffer` property is no longer private.
18+
* The `WebAudioSound.source` property is no longer private.
19+
* The `WebAudioSound.loopSource` property is no longer private.
20+
* The `WebAudioSound.muteNode` property is no longer private.
21+
* The `WebAudioSound.volumeNode` property is no longer private.
22+
* The `WebAudioSound.pannerNode` property is no longer private.
23+
* The `WebAudioSound.hasEnded` property is no longer private, but _is_ read only.
24+
* The `WebAudioSound.hasLooped` property is no longer private, but _is_ read only.
25+
* The `WebAudioSoundManager.createAudioContext` method will now use `webkitAudioContext` if defined in `window` (rather than using the polyfill) to handle audio on Safari.
1226

1327
### Bug Fixes
1428

0 commit comments

Comments
 (0)