OLD | NEW |
| 1 ### 2.3.1 - *July 20 2017* |
| 2 |
| 3 * Fix [https://github.com/web-animations/web-animations-js/issues/157](missing
web-animations.min.js issue) |
| 4 |
| 5 ### 2.3.0 - *July 20 2017* |
| 6 |
| 7 * [Support IE/Edge SVG transforms.](https://github.com/web-animations/web-ani
mations-js/pull/148) |
| 8 |
| 9 * [Parse and evaluate calc expressions without eval.](https://github.com/web-
animations/web-animations-js/pull/151) |
| 10 |
| 11 ### 2.2.5 - *April 17 2017* |
| 12 |
| 13 * Removed erroneously added *.gz files from release. |
| 14 |
| 15 ### 2.2.4 - *April 14 2017* |
| 16 |
| 17 * [Reverted adding 'use strict' to source files.](https://github.com/web-anim
ations/web-animations-next/pull/124) |
| 18 |
| 19 ### 2.2.3 - *April 13 2017* |
| 20 |
| 21 * [Added HTML import targets.](https://github.com/web-animations/web-animatio
ns-js/pull/94) |
| 22 |
| 23 * Added support for animating SVG related properties: |
| 24 * [fill](https://github.com/web-animations/web-animations-next/pull/484) |
| 25 * [floodColor](https://github.com/web-animations/web-animations-next/pull
/484) |
| 26 * [lightingColor](https://github.com/web-animations/web-animations-next/p
ull/484) |
| 27 * [stopColor](https://github.com/web-animations/web-animations-next/pull/
484) |
| 28 * [strokeDashoffset](https://github.com/web-animations/web-animations-js/
pull/96) |
| 29 * [strokeDasharray](https://github.com/web-animations/web-animations-js/p
ull/120) |
| 30 |
| 31 * [Fixed crash when animating non-invertable matrices.](https://github.com/we
b-animations/web-animations-js/pull/121) |
| 32 |
| 33 * [Fixed source maps for Bower installs.](https://github.com/web-animations/w
eb-animations-js/pull/93) |
| 34 |
| 35 * [Updated README.md documentation structure.](https://github.com/web-animati
ons/web-animations-next/pull/489) |
| 36 |
| 37 * [Added 'use strict' to source files.](https://github.com/web-animations/web
-animations-next/pull/488) |
| 38 |
1 ### 2.2.2 - *August 3 2016* | 39 ### 2.2.2 - *August 3 2016* |
2 | 40 |
3 * [Fixed handling of keyframes with overlapping offsets.](https://github.com/w
eb-animations/web-animations-next/pull/470) | 41 * [Fixed handling of keyframes with overlapping offsets.](https://github.com/w
eb-animations/web-animations-next/pull/470) |
4 | 42 |
5 * [Throw TypeError on invalid keyframe input.](https://github.com/web-animatio
ns/web-animations-next/pull/471) | 43 * [Throw TypeError on invalid keyframe input.](https://github.com/web-animatio
ns/web-animations-next/pull/471) |
6 | 44 |
7 * [Fixed display and other animation properties being animated.](https://githu
b.com/web-animations/web-animations-next/pull/474) | 45 * [Fixed display and other animation properties being animated.](https://githu
b.com/web-animations/web-animations-next/pull/474) |
8 | 46 |
9 * [Throw InvalidStateError when calling play() on reversed infinite animation.
](https://github.com/web-animations/web-animations-next/pull/475) | 47 * [Throw InvalidStateError when calling play() on reversed infinite animation.
](https://github.com/web-animations/web-animations-next/pull/475) |
10 | 48 |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 | 256 |
219 `web-animations-next-lite.min.js` - A cut down version of | 257 `web-animations-next-lite.min.js` - A cut down version of |
220 web-animations-next, removes several lesser used property handlers | 258 web-animations-next, removes several lesser used property handlers |
221 and some of the larger and less used features such as matrix | 259 and some of the larger and less used features such as matrix |
222 interpolation/decomposition. | 260 interpolation/decomposition. |
223 | 261 |
224 Not all features of the previous polyfill have been ported to the | 262 Not all features of the previous polyfill have been ported to the |
225 new codebase; most notably mutation of Animations and Groups and | 263 new codebase; most notably mutation of Animations and Groups and |
226 Additive Animations are not yet supported. These features are still | 264 Additive Animations are not yet supported. These features are still |
227 important and will be implemented in the coming weeks. | 265 important and will be implemented in the coming weeks. |
OLD | NEW |