Skip to content

Releases: craftyjs/Crafty

Crafty 0.7.0 Beta-2

03 Oct 19:14
Compare
Choose a tag to compare
Crafty 0.7.0 Beta-2 Pre-release
Pre-release

A second beta, including some small fixes from the last version

You can find the full docs for this version here.

New features since 0.6.4:

  • WebGL support
  • Revamped Motion system
  • Changes to isometric components
  • Improvements to core functionality
  • Many more: check out the full release notes!

Crafty 0.7.0 Beta

20 Sep 19:42
Compare
Choose a tag to compare
Crafty 0.7.0 Beta Pre-release
Pre-release

(See beta2)

Crafty 0.6.3

14 Nov 16:00
Compare
Choose a tag to compare

New version of Crafty is out. A lot has changed since last time, no breaking changes, but a lot of optimizations.

  • Removed support for old browsers (IE7 - Getter Setters)
  • New Crafty Component Model which means you can bind to values changing like Backbone events
  • New function Crafty.pixelart(true);
  • Improved loader functionality
  • Remove of Craftycomponent.com module loader
  • Lot of bugs fixed and tests added
  • Improved tests setup

Thanks to all who has contributed to this release!

Crafty 0.6.3 Beta

31 Oct 01:14
Compare
Choose a tag to compare
Crafty 0.6.3 Beta Pre-release
Pre-release

New beta version of Crafty out for testing. A lot has changed since last time, a lot of optimizations.

  • Removed support for old browsers (IE7 - Getter Setters)
  • New Crafty Component Model which means you can bind to values changing like Backbone events
  • New function Crafty.pixelart(true);
  • Improved loader functionality
  • Remove of Craftycomponent.com module loader
  • Lot of bugs fixed and tests added
  • Improved tests setup

You can see the changes here: 00acaeb

Crafty 0.6.2

31 Jan 21:55
Compare
Choose a tag to compare

This is version 0.6.2 of Crafty.

Major changes from 0.6.1

  • Removed support for IE8
  • Improved viewport capabilities
  • Added local storage interface

Full changelog

0.6.2 release candidate

30 Jan 16:31
Compare
Choose a tag to compare
Pre-release

This is a release candidate for 0.6.2

Please report any issues on github or the forums!

Major changes from 0.6.1

  • Removed support for IE8
  • Improved viewport capabilities
  • Added local storage interface

Full changelog

0.6.2 testing release

15 Jan 21:24
Compare
Choose a tag to compare
0.6.2 testing release Pre-release
Pre-release

This release is for testing the 0.6.2 version of Crafty. Please report any issues on github or the forums!

Major changes

  • Removed support for IE8
  • Improved viewport capabilities
  • Added local storage interface

Full changelog

0.6.1 release

06 Dec 21:14
Compare
Choose a tag to compare

This is Crafty version 0.6.1.

Documentation

Release notes

If you're upgrading a game from an older version of Crafty, be aware that the "SpriteAnimation" component has changed. See the documentation for the new methods.

Changes from 0.6.0

  • Fixes bower compatibility

0.6.0 Release candidate

04 Dec 19:14
Compare
Choose a tag to compare
Pre-release

This should become the final version of 0.6.0.

Temp documentation

Release notes

Beta for 0.6 release

13 Nov 19:09
Compare
Choose a tag to compare
Beta for 0.6 release Pre-release
Pre-release

Ready for testing!

  • The animation interface was rewritten. In addition to changes in how the methods are use, durations are set in ms instead of frames.
  • release notes
  • updated documentation (The CSS might be a little off compared to the actual site)