Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Feb 14, 2012
1 parent 7f09b4c commit 8745f8a
Show file tree
Hide file tree
Showing 4 changed files with 683 additions and 1 deletion.
19 changes: 19 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v0.1.3 - Feb 14, 2012
---------------------

### Fixed:
* Fix JS error with undefined `next` function. (#21)
* Using `delay: 0` now works. Closes (#20)
* More robust checking of 3D transition support. (#19)
* Stop rotateX/rotateY/etc from stopping other transitions when it's not
supported. (#15)

### Added:
* Support Firefox 10 3D transitions. (#19)

### Changed:
* Allow disabling using the transitionEnd property.
(`$.transit.useTransitionEnd = true`)
* Use the more reliable timers by default. (`useTransitionEnd` now defaults to
`false`)

v0.1.2 - Jan 24, 2012
---------------------

Expand Down
2 changes: 1 addition & 1 deletion jquery.transit.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"use strict";

$.transit = {
version: "0.1.2+",
version: "0.1.3",

// Map of $.css() keys to values for 'transitionProperty'.
// See https://developer.mozilla.org/en/CSS/CSS_transitions#Properties_that_can_be_animated
Expand Down
Loading

0 comments on commit 8745f8a

Please sign in to comment.