Releases: CreateJS/PreloadJS
Version 1.0.0
Stable release that brings all libraries up to the 1.0.0 versioning
• Added font loading for google, css, and font file formats
• Removed a lot of duplicated types and methods. They have been deprecated, so will still work, but display warnings in the console
• Better handling of server status and error codes
• Improved asset handling to prevent page flickering
• Almost 2 years of bug fixes and improvements
Please check out the VERSIONS.txt for a full list of changes.
Version 0.6.2
Stable Release
- Minor updates and bug fixes
Please check out the VERSIONS.txt for a full list of changes.
Version 0.6.1
Stable Release
- Minor updates and bug fixes
Please check out the VERSIONS.txt for a full list of changes.
Version 0.6.0
Stable Release
Please note PreloadJS 0.6.0 is only compatible with SoundJS 0.6.0 and later. Earlier versions are incompatible.
- New class and inheritance model
- Large refactor, separating out internal loaders to handle individual content types. Loaders can be used by themselves now.
- Added SpriteSheetLoader and new ManifestLoader
- Added LoadItem class
- Added unit tests
Please check out the VERSIONS.txt for a full list of changes.
Version 0.4.1
Stable Release
- Added support for external manifests
- XHR-loaded scripts will auto-add to the document body
- All text loads are UTF-8
- Added better support for cross-origin images
- Bug fixes and documentation throughout.
Please check out the VERSIONS.txt for a full list of changes.
Version 0.4.0
Stable release, included in Adobe Flash CC
- Introduced new event model (and deprecated old onEvent-style handlers)
- New build process
- Bug fixes and documentation throughout.
Please check out the VERSIONS.txt for a full list of changes.