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

Commit 9ec1e66

Browse files
authored
Merge pull request #487 from web-animations/updateHistory2.2.2
Update history.md for 2.2.2
2 parents fbb1a15 + 35a0f2e commit 9ec1e66

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

History.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
### 2.2.2 - *August 3 2016*
2+
3+
* [Fixed handling of keyframes with overlapping offsets.](https://github.com/web-animations/web-animations-next/pull/470)
4+
5+
* [Throw TypeError on invalid keyframe input.](https://github.com/web-animations/web-animations-next/pull/471)
6+
7+
* [Fixed display and other animation properties being animated.](https://github.com/web-animations/web-animations-next/pull/474)
8+
9+
* [Throw InvalidStateError when calling play() on reversed infinite animation.](https://github.com/web-animations/web-animations-next/pull/475)
10+
11+
* [Fixed infinite loop in cubic-bezier timing function.](https://github.com/web-animations/web-animations-next/pull/476)
12+
13+
* [Fixed idle animations not becoming paused when seeked.](https://github.com/web-animations/web-animations-next/pull/479)
14+
15+
* [Fixed pause() not rewinding idl animations.](https://github.com/web-animations/web-animations-next/pull/480)
16+
17+
* [Extended cubic-bezier timing function domain from [0, 1] to (-Infinity, Infinity).](https://github.com/web-animations/web-animations-next/pull/481)
18+
19+
* [Fixed timing model to handle corner cases involving Infinity and 0 correctly.](https://github.com/web-animations/web-animations-next/pull/482)
20+
21+
* [Fixed source files missing from npm package.](https://github.com/web-animations/web-animations-next/pull/483)
22+
23+
* [Improved performance of starting and updating individual animations.](https://github.com/web-animations/web-animations-next/pull/485)
24+
125
### 2.2.1 - *April 28 2016*
226
* [Deprecated invalid timing inputs](https://github.com/web-animations/web-animations-next/pull/437) as they will soon throw [TypeErrors](https://github.com/web-animations/web-animations-next/pull/426) in native browsers.
327

0 commit comments

Comments
 (0)