Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@tiagoschenkel tiagoschenkel released this 14 Mar 16:56
· 1 commit to master since this release

Breaking Change

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

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

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

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

    • The rest of the Public API remains unchanged.

Added

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

  • Add Enterprise Support information (see #113).

Changed

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

  • Update @robotlegsjs/signals to version 1.1.0 (see #116).

  • Update dev dependencies to latest version.

Security