File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### v3.0.0 (x May 2017)
2
+
3
+ * [ ENHANCEMENT] Maintain component callback refs by not overwriting with string refs similar to ` react-transition-group ` .
4
+ * [ FEATURE] Only add the ` isLeaving ` prop to children if opted in with ` notifyLeaving={true} ` since it's
5
+ a departure from ` react-transition-group ` features.
6
+ * [ ENHANCEMENT] Use ` requestAnimationFrame ` to queue the height transition rather than a timeout.
7
+ * [ ENHANCEMENT] Handle the enter and leave animation of changes due to successive child updates before the current transition ends.
8
+ * Clear the selection after transitions to avoid the child being selected after multiple clicks.
9
+ * Entering child renders with absolute positioning since switching from relative to abs on a premature leave cancels the active enter animation.
10
+ * Fix enter animation of absolutely positioned elements in Chrome not working by skipping one animation frame in the Child component.
11
+ * Fix Edge glitch when render starts by always applying container ` position ` , ` display ` (use a ` div ` ) and ` overflow ` styles.
12
+
1
13
### v2.2.1 (29 April 2017)
2
14
3
15
* [ UPGRADE] Add a ` yarn ` lock file.
You can’t perform that action at this time.
0 commit comments