Breaking Change
-
Update
pixi.jsto version^5.0.0(see #122).-
eventemitter3package is not necessary anymore, you should remove this dependency from yourpackage.json. -
@types/pixi.jspackage is not necessary anymore, you should remove this dependency from yourpackage.json. -
For compatibility with version 4 of
pixi.js, use@robotlegsjs/pixiversion 1.
-
-
Update
@robotlegsjs/coreto version^2.0.0(see #122 and #131).-
Migrate array notation from
Array<SomeType>toSomeType[]. -
The rest of the
Public APIremains unchanged.
-
Added
-
Add Tidelift as funding option (see #126).
-
Add Enterprise Support information (see #127).
-
Deploy example project (see #130).
Changed
-
Update
tslibto version1.11.1(see #129). -
Update dev dependencies to latest version.
Security
- Migrate to terser-webpack-plugin to solve security vulnerability (see #125).