Skip to content

Commit

Permalink
Unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed May 29, 2020
1 parent 66da707 commit c18e60e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## Unreleased

### API Changes

- Mouse wheel input is disabled by default. You can enable it by setting `{ mouseWheel: true }` in the game config.
- [Phaser.StateManager.onStateChange](https://photonstorm.github.io/phaser-ce/Phaser.StateManager.html#onStateChange) is dispatched before [Phaser.Scene#init](https://photonstorm.github.io/phaser-ce/Phaser.State.html#init), rather than after.

### New Features

- Phaser.Camera#fadeIn is a new camera effect. It does the opposite of Phaser.Camera#fade.
- Phaser.SoundManager#onStateChange is a new signal, dispatched when the Web Audio context changes state.

### Updates

- The Audio context is resumed automatically when resuming or refocusing the game (#667).

### Thanks

@samme, @SBCGames

## Version 2.15.1 - 15 May 2020

### New Features
Expand Down

0 comments on commit c18e60e

Please sign in to comment.