Skip to content

Releases: CreateJS/PreloadJS

Version 1.0.0

15 Sep 20:32
Compare
Choose a tag to compare

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

04 Dec 17:46
Compare
Choose a tag to compare

Stable Release

  • Minor updates and bug fixes

Please check out the VERSIONS.txt for a full list of changes.

Version 0.6.1

27 May 18:25
Compare
Choose a tag to compare

Stable Release

  • Minor updates and bug fixes

Please check out the VERSIONS.txt for a full list of changes.

Version 0.6.0

19 Dec 16:16
Compare
Choose a tag to compare

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

18 Feb 22:43
Compare
Choose a tag to compare

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

18 Feb 22:46
Compare
Choose a tag to compare

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.