Skip to content

Releases: iceddev/frozen

0.4.3 - WebAudio fix

27 Mar 00:14
Compare
Choose a tag to compare

Release Notes

v0.4.3

Bug Fixes

  • Updated to the newest WebAudio spec

0.4.2: Fixed rotation on entities, Lo-Dash dependency location fix, Extra loadResources call removed

14 Sep 22:29
Compare
Choose a tag to compare

Release Notes

v0.4.2

Breaking Changes

  • None! This is a bug fix release

New Features

  • Fixed rotation property on entities

Non-Breaking Changes

  • Update Lo-Dash dependency location
  • Remove extra call to loadResources in GameCore#run

Deprecations

  • None! This is a bug fix release

0.4.1

04 Jul 00:26
Compare
Choose a tag to compare

Release Notes

v0.4.1

Breaking Changes

  • None! This is a bug fix release

New Features

  • Yeoman generator support!!! See https://github.com/frozenjs/generator-frozen
  • Box now handles sensors! Just add sensor property to your entities and they will start showing up in your collision handlers
  • Added Gamepad API example

Non-Breaking Changes

  • Fix bug where GameCore.stop didn't actually stop a game
  • Disable prevent_default option on default Hammer.js configuration inside InputManager - it caused problems with click events on DOM elements
  • Fix error on Chrome for Android when there was no WebAudio is available

Deprecations

  • None! This is a bug fix release