Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 024b061

Browse files
committed
Add version history for 2.2.3
1 parent e7343ed commit 024b061

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

History.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
### 2.2.3 - *April 13 2017*
2+
3+
* [Added HTML import targets.](https://github.com/web-animations/web-animations-js/pull/94)
4+
5+
* Added support for animating SVG related properties:
6+
* [fill](https://github.com/web-animations/web-animations-next/pull/484)
7+
* [floodColor](https://github.com/web-animations/web-animations-next/pull/484)
8+
* [lightingColor](https://github.com/web-animations/web-animations-next/pull/484)
9+
* [stopColor](https://github.com/web-animations/web-animations-next/pull/484)
10+
* [strokeDashoffset](https://github.com/web-animations/web-animations-js/pull/96)
11+
* [strokeDasharray](https://github.com/web-animations/web-animations-js/pull/120)
12+
13+
* [Fixed crash when animating non-invertable matrices.](https://github.com/web-animations/web-animations-js/pull/121)
14+
15+
* [Fixed source maps for Bower installs.](https://github.com/web-animations/web-animations-js/pull/93)
16+
17+
* [Updated README.md documentation structure.](https://github.com/web-animations/web-animations-next/pull/489)
18+
19+
* [Added 'use strict' to source files.](https://github.com/web-animations/web-animations-next/pull/488)
20+
121
### 2.2.2 - *August 3 2016*
222

323
* [Fixed handling of keyframes with overlapping offsets.](https://github.com/web-animations/web-animations-next/pull/470)

docs/experimental.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Build target comparison
2323

2424
| | web-animations | web-animations-next | web-animations-next-lite |
2525
|------------------------|:--------------:|:-------------------:|:------------------------:|
26-
|Size (gzipped) | 15KB | 18KB | 15KB |
26+
|Size (gzipped) | 15KB | 19KB | 15KB |
2727
|Element.animate ||||
2828
|Timing input (easings, duration, fillMode, etc.) for animation effects||||
2929
|Playback control ||||

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/web-animations/web-animations-js.git"
77
},
8-
"version": "2.2.2",
8+
"version": "2.2.3",
99
"keywords": [
1010
"animations",
1111
"polyfill"

0 commit comments

Comments
 (0)