0.4.0
Major Breaking Changes
-
Enable view listeners on
SceneMediator
andViewMediator
classes (see #56 and #59).-
Methods
addViewListener
andremoveViewListener
were removed from scene and view mediators. -
Added
on
,once
andoff
methods to the scene and view mediators allowing the mediators to handle events dispatched byEventEmitter
views. -
Signature
addContextListener
andremoveContextListener
changed in order to fully support theIEventDispatcher
interface. -
New methods
addDomListener
andremoveDomListener
were added to add support toDOM
events dispatched by anEventTarget
.
-
Features Or Improvements
- Update dev dependencies to latest version.