4.2 KiB
4.2 KiB
2.4.0 (2018-06-27)
Features
- remove deprecated lifecycle hooks and polyfill for older react versions (c1ab1cf)
Performance Improvements
- don't reflow when there's no class to add (d7b898d)
2.3.1 (2018-04-14)
Bug Fixes
v2.3.0
2018-03-28
- Added
*-doneclasses to CSS Transition (#269) - Reorganize docs with more interesting examples! (#304)
- A bunch of bug fixes
v2.2.1
2017-09-29
- Patch: Allow React v16 (#198)
v2.2.0
2017-07-21
- Feature: Support multiple classes in
classNames(#124) - Docs: fix broken link (#127)
- Bugfix: Fix Transition props pass-through (#123)
v2.1.0
2017-07-06
- Feature: Add back
childFactoryon<TransitionGroup>(#113) - Bugfix: Ensure child specified
onExitedfires in a<TransitionGroup>(#113)
v2.0.2
2017-07-06
- Fix documentation npm: No code changes
v2.0.1
2017-07-06
- Fix documentation on npm: No code changes
v2.0.0
2017-07-06
- Feature: New API! (#24), migration guide at https://github.com/reactjs/react-transition-group/blob/master/Migration.md
[v1.2.0]
2017-06-12
- Feature: Dist build now includes both production and development builds (#64)
- Feature: PropTypes are now wrapped allowing for lighter weight production builds (#69)
v1.1.3
2017-05-02
- bonus release, no additions
v1.1.2
2017-05-02
- Bugfix: Fix refs on children (#39)
v1.1.1
2017-03-16
- Chore: Add a prebuilt version of the library for jsbin and the like.
v1.1.0
2017-03-16