Skip to content

Commit 1b73b4f

Browse files
committed
Update the changelog for v3.
1 parent 05069bd commit 1b73b4f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
### v2.2.1 (29 April 2017)
214

315
* [UPGRADE] Add a `yarn` lock file.

0 commit comments

Comments
 (0)