Skip to content

Commit 9c3250e

Browse files
committed
Upgrade guide for v2.2.0.
1 parent 377fe4a commit 9c3250e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADE_GUIDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Upgrade Guide
22

3+
## 2.1.0 -> 2.2.0
4+
5+
The library has always had a bug causing subsequent changes while an animation is in
6+
progress to be ignored. This has been fixed in v2.2.0. While the functioning of the
7+
library is now technically more correct, this but may have been a feature used to
8+
smooth over multiple transitions by some which will no longer be the case.
9+
10+
If this causes problems it might be worthwhile to introduce a flag that could direct
11+
the component to ignore changes during transitions to restore the previous behaviour.
12+
13+
314
## 1.3.0 -> 2.0.0
415

516
Components no longer unnecessarily unmount/mount during transition.

0 commit comments

Comments
 (0)