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