equal
deleted
inserted
replaced
|
1 Transition Change History |
|
2 ========================= |
|
3 |
|
4 3.10.3 |
|
5 ------ |
|
6 |
|
7 * No changes. |
|
8 |
|
9 3.10.2 |
|
10 ------ |
|
11 |
|
12 * No changes. |
|
13 |
|
14 3.10.1 |
|
15 ------ |
|
16 |
|
17 * No changes. |
|
18 |
|
19 3.10.0 |
|
20 ------ |
|
21 |
|
22 * No changes. |
|
23 |
|
24 3.9.1 |
|
25 ----- |
|
26 |
|
27 * No changes. |
|
28 |
|
29 3.9.0 |
|
30 ----- |
|
31 |
|
32 * Fixed `transitionend` event issues in Android 4.1 which claims it supports |
|
33 non-prefixed transition properties, when it doesn't. |
|
34 |
|
35 * `transform` prefix is now handled separately from `transition` prefix. |
|
36 |
|
37 3.8.1 |
|
38 ----- |
|
39 |
|
40 * PR #398 Fix show, hide and toggleView methods in transition module [prajwalit] |
|
41 |
|
42 3.8.0 |
|
43 ----- |
|
44 |
|
45 * No changes. |
|
46 |
|
47 3.7.3 |
|
48 ----- |
|
49 |
|
50 * Add support for non-vendor-prefixed syle and CSS properties. `Y.Transition` |
|
51 now supports IE10 and Opera. |
|
52 |
|
53 * Transition durations are now normalized from seconds to milliseconds before |
|
54 updating the node's style. **Note:** This does _not_ affect the public API |
|
55 which still uses second-based duration times. |
|
56 |
|
57 |
|
58 3.7.2 |
|
59 ----- |
|
60 |
|
61 * No changes. |
|
62 |
|
63 |
|
64 3.7.1 |
|
65 ----- |
|
66 |
|
67 * No changes. |
|
68 |
|
69 |
|
70 3.7.0 |
|
71 ----- |
|
72 |
|
73 * No changes. |
|
74 |
|
75 |
|
76 3.6.0 |
|
77 ----- |
|
78 |
|
79 * No changes. |
|
80 |
|
81 |
|
82 3.5.1 |
|
83 ----- |
|
84 |
|
85 * No changes. |
|
86 |
|
87 |
|
88 3.5.0 |
|
89 ----- |
|
90 |
|
91 * No changes. |
|
92 |
|
93 |
|
94 3.4.1 |
|
95 ----- |
|
96 |
|
97 * No changes. |
|
98 |
|
99 |
|
100 3.4.0 |
|
101 ----- |
|
102 |
|
103 * The transition module now conditionally loads transition-timer as needed. |
|
104 |
|
105 * Native transitions are now used when possible for Firefox. |
|
106 |
|
107 |
|
108 3.3.0 |
|
109 ----- |
|
110 |
|
111 * Removed transition events in favor of config/callback. |
|
112 |
|
113 * Added workaround for webkit transition issue with "auto" values. |
|
114 [Ticket 2529354] |
|
115 |
|
116 * Bug fix: Added workaround for Native callbacks failing to fire when |
|
117 transitioning to current value. [Ticket 2529397] |
|
118 |
|
119 * Bug fix: Timer-based were throwing errors if the node is removed AND |
|
120 destroyed. [Ticket 2529519] |
|
121 |
|
122 |
|
123 3.2.0 |
|
124 ----- |
|
125 |
|
126 * Initial release. |