Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@tiagoschenkel tiagoschenkel released this 03 Mar 20:40
· 4 commits to master since this release

Breaking Change

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

    • 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 version 1.

  • Update @robotlegsjs/core to version ^2.0.0 (see #122 and #131).

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

    • 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 version 1.11.1 (see #129).

  • Update dev dependencies to latest version.

Security