File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Version NEXT [NOT RELEASED]
22****************************************************************************************************
33- fixed issue with mouseChildren not working with nested Containers
4- - fixed issue where first call to Ticker.addEventListener did not return the listener
4+ - fixed issue where first call to Ticker.addEventListener() did not return the listener
55- added DisplayObject.tickEnabled & Container.tickChildren
66- fixed an issue related to modal dialogs and pointer position for mouse down
77- fixed an issue when calling gotoAndStop(animation) in the animationend event stack for the same animation
@@ -12,10 +12,10 @@ Version NEXT [NOT RELEASED]
1212- fixed touch/multitouch in IE11
1313- fixed issue with -1 mouse pointers (thanks cubica)
1414- fixed issue with AlphaMapFilter (thanks Dave)
15- - added willTrigger to EventDispatcher
16- - modified mouse event flow so items with no listeners are not checked for a hitTest. This avoids unnecessary cross-
17- domain issues introduced in EaselJS 0.7.0, when loaded images don't have any mouse listeners on them.
18- - modified public getObjectsUnderPoint to account for hitAreas
15+ - added willTrigger() to EventDispatcher
16+ - modified mouse event flow so items with no listeners are not checked for a hitTest.
17+ - avoids unnecessary cross- domain issues introduced in EaselJS 0.7.0, when loaded images don't have any mouse listeners on them.
18+ - getObjectsUnderPoint() and getObjectUnderPoint() now account for hitAreas
1919
2020
2121Version 0.7.0 [September 25, 2013]
You can’t perform that action at this time.
0 commit comments