Skip to content

Commit 0b27491

Browse files
committed
tweaks to VERSIONS
Signed-off-by: Grant Skinner <info@gskinner.com>
1 parent 16645e9 commit 0b27491

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

VERSIONS.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 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

2121
Version 0.7.0 [September 25, 2013]

0 commit comments

Comments
 (0)