Releases: onnovisser/react-connected-transition
Releases · onnovisser/react-connected-transition
v1.1.0
Features
- Allow for passive listeners (8795cb3)
v1.0.2
Bug Fixes
- Only add ref to class components (972838c)
v1.0.1
Bug Fixes
- Omit ref for functional components (32efd04)
v1.0.0
Removed react-dom as a dependency
BREAKING CHANGES
- componentWillEnter() and componentWillLeave() are longer passed the transitioning DOMNode's bounds and style.
v0.1.1
Bug Fixes
- getTransitionData check (d630fd5)
- build: Include prop-types in UMD build (7e98868)
v0.1.0
Bug Fixes
- Pass correct data to componentWillLeave (3dcc789)
Features
- call getTransitionData for additional data (9d85459)