We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377fe4a commit 9c3250eCopy full SHA for 9c3250e
UPGRADE_GUIDE.md
@@ -1,5 +1,16 @@
1
# Upgrade Guide
2
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
14
## 1.3.0 -> 2.0.0
15
16
Components no longer unnecessarily unmount/mount during transition.
0 commit comments