Releases: CreateJS/EaselJS
Version 1.0.0
Stable release that brings all libraries up to the 1.0.0 versioning
• Introduction of StageGL, a faster and more flexible WebGL rendering pipeline
• Added more getter/setters in favor of getValue/setValue
• Deprecated methods and properties now throw warnings in the console
• Improved handling of videos
• Additional graphic styles support
• Updates to handle TweenJS refactor
• Almost 2 years of bug fixes and improvements
Please check out the VERSIONS.txt for a full list of changes.
Version 0.8.2
Stable Release
- Merged MovieClip into the EaselJS minified version
- Bug fixes and minor feature additions
Please check out the VERSIONS.txt for a full list of changes.
Version 0.8.1
Stable Release
- Minor updates and bug fixes
Please check out the VERSIONS.txt for a full list of changes.
Version 0.8.0
Stable Release
- New class and inheritance model
- Major performance increases
- Getters and Setters added throughout
- New events and methods
- Time-based MovieClip
- New Graphics Command Pattern
- An unminified "combined" library
Please check out the VERSIONS.txt for a full list of changes.
Version 0.7.1
Stable release.
- Enhanced support for touch devices and mouse interaction
- New
tickEnabled
andtickChildren
properties - Minor fixes and documentation throughout.
Please check out the VERSIONS.txt for a full list of changes.
Version 0.7.0
Stable release, included in Adobe Flash CC
- Introduced new event model (and deprecated old
onEvent
-style handlers), including new mouse handlers like rollover/rollout, pressMove, etc. - API name changes (Bitmap » Sprite, BoxBlurFilter » BlurFIlter, etc)
- New API methods in Ticker, Text, and Graphics
- New Event and shared utility classes
- Support for multiple stages
- Added a
getBounds()
method to DisplayObjects - New build process
- Bug fixes and documentation throughout.
Please check out the VERSIONS.txt for a full list of changes.