Skip to content

0.1.0

Compare
Choose a tag to compare
@tiagoschenkel tiagoschenkel released this 13 Nov 22:00
· 296 commits to master since this release

Major Breaking Changes:

  • View property in IContextView is a PIXI.Container (see #26).

  • ContextView is initialised with a reference to the stage (see #26).

  • Helper methods on Mediator class are updated (see #26).

  • Internal dependencies to PIXI are explicit (see #26).

  • Fix patch for PIXI and add contains method (see #26).

  • StageSyncExtension class is removed (see #26).

  • Map methods are used properly (see #26).

  • RobotlegsJS/Core is migrated to version 0.1.1 (see #26 and #31).

Features Or Improvements:

  • Improve Code Coverage and Fix Bugs (see #26).

  • Add changelog (see #27).

  • Add code of conduct (see #28).

  • Add issue template (see #29).

  • Add pull request template (see #30).

  • Update dev dependencies to latest version.