Skip to content

0.4.0

Compare
Choose a tag to compare
@tiagoschenkel tiagoschenkel released this 14 Sep 13:34
· 150 commits to master since this release

Major Breaking Changes

  • Enable view listeners on SceneMediator and ViewMediator classes (see #56 and #59).

    • Methods addViewListener and removeViewListener were removed from scene and view mediators.

    • Added on, once and off methods to the scene and view mediators allowing the mediators to handle events dispatched by EventEmitter views.

    • Signature addContextListener and removeContextListener changed in order to fully support the IEventDispatcher interface.

    • New methods addDomListener and removeDomListener were added to add support to DOM events dispatched by an EventTarget.

Features Or Improvements

  • Update dev dependencies to latest version.