Skip to content

Commit 787a2b4

Browse files
committed
Release v0.1.2
1 parent 8ec62ce commit 787a2b4

File tree

4 files changed

+663
-2
lines changed

4 files changed

+663
-2
lines changed

HISTORY.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1+
v0.1.2 - Jan 24, 2012
2+
---------------------
3+
4+
Thanks to code contributors @ppcano, @jeduan, @steckel, @weotch, and everyone
5+
who reported issues.
6+
7+
### Fixed:
8+
* IE8 error about .indexOf. (#12, #8)
9+
* Fix z-layer scaling in Safari. (#9, #10)
10+
* Fix scale elements being unclickable in WebKits. (#9, #10)
11+
* Fix support for `queue: false`. (#13)
12+
* Clean up transitions when done. (#14)
13+
* Fix disappearing scaled elements in Chrome. (#11)
14+
* Fix a bug where the default duration and easing can sometimes not be used.
15+
16+
### Changed:
17+
* Make code compatible with jsHint. (#6)
18+
119
v0.1.1 - Nov 18, 2011
220
---------------------
321

4-
### fixed:
22+
### Fixed:
523
* Only animate what is needed (ie, don't use 'transition-property: all').
624

725
v0.1.0 - Nov 14, 2011

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.1",
14+
version: "0.1.2",
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)