You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
-
### v3.0.0 (x May 2017)
1
+
### v3.0.0 (27 August 2017)
2
2
3
+
*[ENHANCEMENT] Treat a child rendering `null` as if there is no child; specifically helps avoid errors with RR4.
3
4
*[ENHANCEMENT] Maintain component callback refs by not overwriting with string refs similar to `react-transition-group`.
4
5
*[FEATURE] Only add the `isLeaving` prop to children if opted in with `notifyLeaving={true}` since it's
5
6
a departure from `react-transition-group` features.
6
7
*[ENHANCEMENT] Use `requestAnimationFrame` to queue the height transition rather than a timeout.
7
8
*[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.
9
+
*[ENHANCEMENT] Clear the selection after transitions to avoid the child being selected after multiple clicks.
10
+
*[ENHANCEMENT] Entering child renders with absolute positioning since switching from relative to abs on a premature leave cancels the active enter animation.
11
+
*[ENHANCEMENT] Fix enter animation of absolutely positioned elements in Chrome not working by skipping one animation frame in the Child component.
12
+
*[ENHANCEMENT] Fix Edge glitch when render starts by always applying container `position`, `display` (use a `div`) and `overflow` styles.
0 commit comments