8000 Release v0.1.3 · f2er/jquery.transit@8745f8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8745f8a

Browse files
committed
Release v0.1.3
1 parent 7f09b4c commit 8745f8a

File tree

4 files changed

+683
-1
lines changed

4 files changed

+683
-1
lines changed

HISTORY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v0.1.3 - Feb 14, 2012
2+
---------------------
3+
4+
### Fixed:
5+
* Fix JS error with undefined `next` function. (#21)
6+
* Using `delay: 0` now works. Closes (#20)
7+
* More robust checking of 3D transition support. (#19)
8+
* Stop rotateX/rotateY/etc from stopping other transitions when it's not
9+
supported. (#15)
10+
11+
### Added:
12+
* Support Firefox 10 3D transitions. (#19)
13+
14+
### Changed:
15+
* Allow disabling using the transitionEnd property.
16+
(`$.transit.useTransitionEnd = true`)
17+
* Use the more reliable timers by default. (`useTransitionEnd` now defaults to
18+
`false`)
19+
120
v0.1.2 - Jan 24, 2012
221
---------------------
322

jquery.transit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"use strict";
1212

1313
$.transit = {
14-
version: "0.1.2+",
14+
version: "0.1.3",
1515

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

0 commit comments

Comments
 (0)
0