Releases: dgpedro/react-component-transition
Releases · dgpedro/react-component-transition
React 18 support
Presets duration & deps update
- Easily set duration of enter/exit animations of
Presetswith new propduration - Dependencies update
Removed polyfills
BREAKING CHANGE
Polyfills removed from package and should now be installed manually if needed.
ES modules and small performance optimizations
- Added support for ES modules import.
- Switch to react context API so no need to spread props from
ComponentTransitionListuntilComponentTransitioncomponent, which makes much easier to useReact.memoin the 'in-betweens' components.