Index: third_party/polymer/components/web-animations-js/History.md |
diff --git a/third_party/polymer/components/web-animations-js/History.md b/third_party/polymer/components/web-animations-js/History.md |
index 833d044ce26b67e7ac58153356094cf7d364488b..152b032bc4733d876a69110f375067c87cf219f9 100644 |
--- a/third_party/polymer/components/web-animations-js/History.md |
+++ b/third_party/polymer/components/web-animations-js/History.md |
@@ -1,3 +1,31 @@ |
+### 2.2.5 - *April 17 2017* |
+ |
+ * Removed erroneously added *.gz files from release. |
+ |
+### 2.2.4 - *April 14 2017* |
+ |
+ * [Reverted adding 'use strict' to source files.](https://github.com/web-animations/web-animations-next/pull/124) |
+ |
+### 2.2.3 - *April 13 2017* |
+ |
+ * [Added HTML import targets.](https://github.com/web-animations/web-animations-js/pull/94) |
+ |
+ * Added support for animating SVG related properties: |
+ * [fill](https://github.com/web-animations/web-animations-next/pull/484) |
+ * [floodColor](https://github.com/web-animations/web-animations-next/pull/484) |
+ * [lightingColor](https://github.com/web-animations/web-animations-next/pull/484) |
+ * [stopColor](https://github.com/web-animations/web-animations-next/pull/484) |
+ * [strokeDashoffset](https://github.com/web-animations/web-animations-js/pull/96) |
+ * [strokeDasharray](https://github.com/web-animations/web-animations-js/pull/120) |
+ |
+ * [Fixed crash when animating non-invertable matrices.](https://github.com/web-animations/web-animations-js/pull/121) |
+ |
+ * [Fixed source maps for Bower installs.](https://github.com/web-animations/web-animations-js/pull/93) |
+ |
+ * [Updated README.md documentation structure.](https://github.com/web-animations/web-animations-next/pull/489) |
+ |
+ * [Added 'use strict' to source files.](https://github.com/web-animations/web-animations-next/pull/488) |
+ |
### 2.2.2 - *August 3 2016* |
* [Fixed handling of keyframes with overlapping offsets.](https://github.com/web-animations/web-animations-next/pull/470) |