Skip to content

Releases: dgpedro/react-component-transition

React 18 support

25 Apr 11:42
e91c267

Choose a tag to compare

Added support to react 18

Presets duration & deps update

13 Jul 23:54
9188e5e

Choose a tag to compare

  • Easily set duration of enter/exit animations of Presets with new prop duration
  • Dependencies update

Removed polyfills

01 Apr 16:30

Choose a tag to compare

BREAKING CHANGE
Polyfills removed from package and should now be installed manually if needed.

ES modules and small performance optimizations

07 Jan 22:14

Choose a tag to compare

  • Added support for ES modules import.
  • Switch to react context API so no need to spread props from ComponentTransitionList until ComponentTransition component, which makes much easier to use React.memo in the 'in-betweens' components.