Breaking Change
-
Update
phaserto version3.22.0(see #112).-
@robotlegsjs/eventemitter3package is not necessary anymore, you should remove this dependency from yourpackage.jsonand use the extensionLocalEventEmitterMapfrom@robotlegsjs/phaserpackage. -
eventemitter3package is not necessary anymore, you should remove this dependency from yourpackage.jsonand use the definitions fromPhaser.Events.EventEmitterpackage instead. Notice that the type of your listeners must change fromEventEmitter.ListenerFntoFunction. -
For compatibility with previous versions of
phaser, use@robotlegsjs/phaserversion 2.
-
-
Update
@robotlegsjs/coreto version^2.0.0(see #111 and #118).-
Migrate array notation from
Array<SomeType>toSomeType[]. -
The rest of the
Public APIremains unchanged.
-
Added
-
Add Tidelift as funding option (see #113).
-
Add Enterprise Support information (see #114).
-
Deploy example project (see #67).
Changed
-
Update
tslibto version1.11.1(see #116). -
Update dev dependencies to latest version.
Security
- Migrate to terser-webpack-plugin to solve security vulnerability (see #111).