0.4.0
Major Breaking Changes
-
Enable view listeners on
SceneMediatorandViewMediatorclasses (see #56 and #59).-
Methods
addViewListenerandremoveViewListenerwere removed from scene and view mediators. -
Added
on,onceandoffmethods to the scene and view mediators allowing the mediators to handle events dispatched byEventEmitterviews. -
Signature
addContextListenerandremoveContextListenerchanged in order to fully support theIEventDispatcherinterface. -
New methods
addDomListenerandremoveDomListenerwere added to add support toDOMevents dispatched by anEventTarget.
-
Features Or Improvements
- Update dev dependencies to latest version.