|
1 | | -Version 0.5.0 [September 25, 2013] |
2 | | -**************************************************************************************************** |
3 | | -CRITICAL (may break existing content): |
4 | | -- removed all onEvent handlers (ex. onClick, onTick, onAnimationEnd, etc) |
5 | | - |
6 | | -***** |
7 | | -- implemented createjs Utils |
8 | | -- implemented "use strict" mode |
9 | | -- added "passive" param to Tween.wait() |
10 | | -- updates to MotionGuidePlugin |
11 | | -- Documentation |
12 | | - * Added note in the documentation on the dependency on EaselJS Ticker. |
13 | | - * Added note on CSSPlugin not being included in minified versions |
14 | | - * Formatted JSDoc comment blocks |
15 | | - * Added note in code on static initialization of Ticker |
16 | | -- Swapped indexOf usages for inline for loops (for IE8 support) |
17 | | -- Updated Ticker usage to use EventDispatcher instead. Added handleEvent to propagate tick event |
18 | | -- Added TweenOnlyDemo to show TweenJS usage without EaselJS |
19 | | -- Fixed incorrectly doc'd Timeline documented put all Timeline APIs into Tween instead. |
20 | | -- Added "use strict"; to everything. |
21 | | -- fixed an issue with EventDispatcher when adding the same listener to an event twice |
22 | | -- fixed hasActiveTweens to return a Boolean consistently |
23 | | -- added Timeline.getLabels() & getCurrentLabel() |
24 | | -- Tween waits to add itself as a listener on Ticker until the first tween is started |
25 | | -- Updated the build process to use NodeJS & Grunt.js. Please refer to the readme in the build folder. |
26 | | - |
27 | | - |
28 | | -Version 0.4.1 [May 10, 2013] |
29 | | -**************************************************************************************************** |
30 | | -- Fixed tween reference in a game loop of Timeline. |
31 | | -- Added additional examples and documentation to Tween |
32 | | -- Updated examples to propagate the tick event to the stage |
33 | | -- Documented optional parameters in Tween.get() |
34 | | -- Updated to latest EventDispatcher |
35 | | -- Added Tween.removeAllTweens method |
36 | | - |
37 | | - |
38 | | -Version 0.4.0 [Feb 12, 2013] |
39 | | -**************************************************************************************************** |
40 | | -- added EaselJS EventDispatcher capabilities to TweenJS |
41 | | -- updated build process to use NodeJS |
42 | | -- added tween_version.js, which generates a TweenJS object at run time that contains build information |
43 | | -- updated documentation descriptions, examples, and style |
44 | | -- added MotionGuidePlugin to support Toolkit for CreateJS |
45 | | - |
46 | | - |
47 | | -Version 0.3.0 [Aug 27, 2012] |
48 | | -**************************************************************************************************** |
49 | | -- moved all class definitions into a configurable "createjs" namespace |
50 | | -- fix for a race condition that can arise when one tween causes others to be removed |
51 | | -- added Tween.hasActiveTweens(target) |
52 | | -- fixed issue with minified version of code being dependent on Ticker |
53 | | -- fixed issue with unpausing tweens after adding & removing from a Timeline |
54 | | -- added .onChange() to Tween & Timeline |
55 | | -- added .position to Tween & Timeline |
56 | | -- added Tween.target |
57 | | - |
58 | | - |
59 | | -Version 0.2.0 [Apr 13, 2012] |
60 | | -**************************************************************************************************** |
61 | | -- implemented a plugin model, and moved CSS support to CSSPlugin |
62 | | -- Timeline now forces its useTicks setting on child tweens |
63 | | -- can set paused & position in config props |
64 | | -- fix for negative positions in tweens |
65 | | -- added Timeline.resolve() |
66 | | -- minor bug fixes and doc updates |
67 | | - |
68 | | - |
69 | | -Version 0.1.0 [Nov 28, 2011] |
70 | | -**************************************************************************************************** |
71 | | -Initial release. |
| 1 | +Version NEXT [Not Released] |
| 2 | +**************************************************************************************************** |
| 3 | +- Updated to latest EventDispatcher |
| 4 | + |
| 5 | + |
| 6 | +Version 0.5.0 [September 25, 2013] |
| 7 | +**************************************************************************************************** |
| 8 | +CRITICAL (may break existing content): |
| 9 | +- removed all onEvent handlers (ex. onClick, onTick, onAnimationEnd, etc) |
| 10 | + |
| 11 | +***** |
| 12 | +- implemented createjs Utils |
| 13 | +- implemented "use strict" mode |
| 14 | +- added "passive" param to Tween.wait() |
| 15 | +- updates to MotionGuidePlugin |
| 16 | +- Documentation |
| 17 | + * Added note in the documentation on the dependency on EaselJS Ticker. |
| 18 | + * Added note on CSSPlugin not being included in minified versions |
| 19 | + * Formatted JSDoc comment blocks |
| 20 | + * Added note in code on static initialization of Ticker |
| 21 | +- Swapped indexOf usages for inline for loops (for IE8 support) |
| 22 | +- Updated Ticker usage to use EventDispatcher instead. Added handleEvent to propagate tick event |
| 23 | +- Added TweenOnlyDemo to show TweenJS usage without EaselJS |
| 24 | +- Fixed incorrectly doc'd Timeline documented put all Timeline APIs into Tween instead. |
| 25 | +- Added "use strict"; to everything. |
| 26 | +- fixed an issue with EventDispatcher when adding the same listener to an event twice |
| 27 | +- fixed hasActiveTweens to return a Boolean consistently |
| 28 | +- added Timeline.getLabels() & getCurrentLabel() |
| 29 | +- Tween waits to add itself as a listener on Ticker until the first tween is started |
| 30 | +- Updated the build process to use NodeJS & Grunt.js. Please refer to the readme in the build folder. |
| 31 | + |
| 32 | + |
| 33 | +Version 0.4.1 [May 10, 2013] |
| 34 | +**************************************************************************************************** |
| 35 | +- Fixed tween reference in a game loop of Timeline. |
| 36 | +- Added additional examples and documentation to Tween |
| 37 | +- Updated examples to propagate the tick event to the stage |
| 38 | +- Documented optional parameters in Tween.get() |
| 39 | +- Updated to latest EventDispatcher |
| 40 | +- Added Tween.removeAllTweens method |
| 41 | + |
| 42 | + |
| 43 | +Version 0.4.0 [Feb 12, 2013] |
| 44 | +**************************************************************************************************** |
| 45 | +- added EaselJS EventDispatcher capabilities to TweenJS |
| 46 | +- updated build process to use NodeJS |
| 47 | +- added tween_version.js, which generates a TweenJS object at run time that contains build information |
| 48 | +- updated documentation descriptions, examples, and style |
| 49 | +- added MotionGuidePlugin to support Toolkit for CreateJS |
| 50 | + |
| 51 | + |
| 52 | +Version 0.3.0 [Aug 27, 2012] |
| 53 | +**************************************************************************************************** |
| 54 | +- moved all class definitions into a configurable "createjs" namespace |
| 55 | +- fix for a race condition that can arise when one tween causes others to be removed |
| 56 | +- added Tween.hasActiveTweens(target) |
| 57 | +- fixed issue with minified version of code being dependent on Ticker |
| 58 | +- fixed issue with unpausing tweens after adding & removing from a Timeline |
| 59 | +- added .onChange() to Tween & Timeline |
| 60 | +- added .position to Tween & Timeline |
| 61 | +- added Tween.target |
| 62 | + |
| 63 | + |
| 64 | +Version 0.2.0 [Apr 13, 2012] |
| 65 | +**************************************************************************************************** |
| 66 | +- implemented a plugin model, and moved CSS support to CSSPlugin |
| 67 | +- Timeline now forces its useTicks setting on child tweens |
| 68 | +- can set paused & position in config props |
| 69 | +- fix for negative positions in tweens |
| 70 | +- added Timeline.resolve() |
| 71 | +- minor bug fixes and doc updates |
| 72 | + |
| 73 | + |
| 74 | +Version 0.1.0 [Nov 28, 2011] |
| 75 | +**************************************************************************************************** |
| 76 | +Initial release. |
0 commit comments