Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: third_party/polymer/components/web-animations-js/History.md

Issue 2960873002: WIP - Pinpoint - New Page.
Patch Set: . Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ### 2.2.5 - *April 17 2017*
2
3 * Removed erroneously added *.gz files from release.
4
5 ### 2.2.4 - *April 14 2017*
6
7 * [Reverted adding 'use strict' to source files.](https://github.com/web-anim ations/web-animations-next/pull/124)
8
9 ### 2.2.3 - *April 13 2017*
10
11 * [Added HTML import targets.](https://github.com/web-animations/web-animatio ns-js/pull/94)
12
13 * Added support for animating SVG related properties:
14 * [fill](https://github.com/web-animations/web-animations-next/pull/484)
15 * [floodColor](https://github.com/web-animations/web-animations-next/pull /484)
16 * [lightingColor](https://github.com/web-animations/web-animations-next/p ull/484)
17 * [stopColor](https://github.com/web-animations/web-animations-next/pull/ 484)
18 * [strokeDashoffset](https://github.com/web-animations/web-animations-js/ pull/96)
19 * [strokeDasharray](https://github.com/web-animations/web-animations-js/p ull/120)
20
21 * [Fixed crash when animating non-invertable matrices.](https://github.com/we b-animations/web-animations-js/pull/121)
22
23 * [Fixed source maps for Bower installs.](https://github.com/web-animations/w eb-animations-js/pull/93)
24
25 * [Updated README.md documentation structure.](https://github.com/web-animati ons/web-animations-next/pull/489)
26
27 * [Added 'use strict' to source files.](https://github.com/web-animations/web -animations-next/pull/488)
28
1 ### 2.2.2 - *August 3 2016* 29 ### 2.2.2 - *August 3 2016*
2 30
3 * [Fixed handling of keyframes with overlapping offsets.](https://github.com/w eb-animations/web-animations-next/pull/470) 31 * [Fixed handling of keyframes with overlapping offsets.](https://github.com/w eb-animations/web-animations-next/pull/470)
4 32
5 * [Throw TypeError on invalid keyframe input.](https://github.com/web-animatio ns/web-animations-next/pull/471) 33 * [Throw TypeError on invalid keyframe input.](https://github.com/web-animatio ns/web-animations-next/pull/471)
6 34
7 * [Fixed display and other animation properties being animated.](https://githu b.com/web-animations/web-animations-next/pull/474) 35 * [Fixed display and other animation properties being animated.](https://githu b.com/web-animations/web-animations-next/pull/474)
8 36
9 * [Throw InvalidStateError when calling play() on reversed infinite animation. ](https://github.com/web-animations/web-animations-next/pull/475) 37 * [Throw InvalidStateError when calling play() on reversed infinite animation. ](https://github.com/web-animations/web-animations-next/pull/475)
10 38
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 246
219 `web-animations-next-lite.min.js` - A cut down version of 247 `web-animations-next-lite.min.js` - A cut down version of
220 web-animations-next, removes several lesser used property handlers 248 web-animations-next, removes several lesser used property handlers
221 and some of the larger and less used features such as matrix 249 and some of the larger and less used features such as matrix
222 interpolation/decomposition. 250 interpolation/decomposition.
223 251
224 Not all features of the previous polyfill have been ported to the 252 Not all features of the previous polyfill have been ported to the
225 new codebase; most notably mutation of Animations and Groups and 253 new codebase; most notably mutation of Animations and Groups and
226 Additive Animations are not yet supported. These features are still 254 Additive Animations are not yet supported. These features are still
227 important and will be implemented in the coming weeks. 255 important and will be implemented in the coming weeks.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698