Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@tiagoschenkel tiagoschenkel released this 14 Mar 16:21
· 4 commits to master since this release

Breaking Change

  • Update pixi.js to version ^5.0.0 (see #113).

    • eventemitter3 package is not necessary anymore, you should remove this dependency from your package.json.

    • @types/pixi.js package is not necessary anymore, you should remove this dependency from your package.json.

    • For compatibility with version 4 of pixi.js, use @robotlegsjs/pixi-palidor version 1.

  • Update @robotlegsjs/pixi to version ^2.0.0 (see #113).

    • Migrate array notation from Array<SomeType> to SomeType[].

    • The rest of the Public API remains unchanged.

Added

  • Add Tidelift as funding option (see #109).

  • Add Enterprise Support information (see #110).

Changed

  • Update tslib to version 1.11.1 (see #111).

  • Deploy example project (see #112).

  • Update dev dependencies to latest version.

Security