Skip to content

Releases: dgpedro/react-component-transition

Presets duration & deps update

13 Jul 23:54
9188e5e
Compare
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
Compare
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
Compare
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.