Skip to content

Commit

Permalink
Update CHANGELOG-v3.80.md
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Feb 21, 2024
1 parent d25d658 commit 707c03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog/3.80/CHANGELOG-v3.80.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The Phaser Input and related classes have been updated to be more consistent wit
* `WebAudioSound` will now set `hasEnded = false` as part of `stopAndRemoveBufferSource`, after the source has been stopped and disconnected. This should prevent it from being left in a `true` state if the source `onended` callback fired late, after the sound had been re-played. Fix #6657 (thanks @Demeno)
* The `ScaleManager.orientationChange` event listener will now directly refresh the Scale Manager internals. This fixes an issue where the orientation change event would fire after the window resize event, causing the Scale Manager to incorrectly report the new orientation on Chrome on iOS. Fix #6484 #5762 (thanks @spayton @meetpatel1989)
* The `Tileset.updateTileData` method has two new optional parameters `offsetX` and `offsetY` which allow you to set the offset that the tile data starts from within the base source texture.
* The way in which the Webpack DefinePlugin is used has changed, which should make life a little easier for those of you importing the Phaser source directly on Node, or from Next.js, etc. Fix #6644 (thanks @yandeu)

# Bug Fixes

Expand Down

0 comments on commit 707c03b

Please sign in to comment.