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

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

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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.0.0 - *April 5 2015* 1 ### 2.0.0 - *April 5 2015*
2 2
3 * Improve behavior of group Animation playback rate. 3 * Improve behavior of group Animation playback rate.
4 * Rename Animation to KeyframeEffect. 4 * Rename Animation to KeyframeEffect.
5 * Rename AnimationSequence to SequenceEffect. 5 * Rename AnimationSequence to SequenceEffect.
6 * Rename AnimationGroup to GroupEffect. 6 * Rename AnimationGroup to GroupEffect.
7 * Rename AnimationPlayer to Animation. 7 * Rename AnimationPlayer to Animation.
8 * Remove KeyframeEffect.effect and add KeyframeEffect.getFrames. 8 * Remove KeyframeEffect.effect and add KeyframeEffect.getFrames.
9 * Rename Animation.source to Animation.effect. 9 * Rename Animation.source to Animation.effect.
10 * Rename Timeline.getAnimationPlayers to Timeline.getAnimations. 10 * Rename Timeline.getAnimationPlayers to Timeline.getAnimations.
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 99
100 `web-animations-next-lite.min.js` - A cut down version of 100 `web-animations-next-lite.min.js` - A cut down version of
101 web-animations-next, removes several lesser used property handlers 101 web-animations-next, removes several lesser used property handlers
102 and some of the larger and less used features such as matrix 102 and some of the larger and less used features such as matrix
103 interpolation/decomposition. 103 interpolation/decomposition.
104 104
105 Not all features of the previous polyfill have been ported to the 105 Not all features of the previous polyfill have been ported to the
106 new codebase; most notably mutation of Animations and Groups and 106 new codebase; most notably mutation of Animations and Groups and
107 Additive Animations are not yet supported. These features are still 107 Additive Animations are not yet supported. These features are still
108 important and will be implemented in the coming weeks. 108 important and will be implemented in the coming weeks.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698