What changed in react-smooth from 3 to 4

3 releases numbered after v3.0.0 up to and including v4.0.4, stable releases only. v3.0.0 and v4.0.4 are the newest stable releases of 3 and 4 we track; this page follows them as new ones ship.

8 changes across 3 releases

Added 1

v4.0.4

  • Add "sideEffects": false to package.json for better code splitting
Changed 5

v4.0.4

  • Update peerDependencies to React 19

v4.0.0

  • Upgrade react-transition-group to 4.x
  • Move prop-types to dependencies instead of requiring consumers to include it
  • Upgrade prop-types
  • Upgrade dev dependencies
Fixed 1

v4.0.1

  • Fix new object comparison logic bug
Removed 1

v4.0.0

  • Drop support for React < 16.8

Original release notes, newest first

The list above is our reading of these notes; the originals from react-smooth are here, one fold per release.

v4.0.4
What's Changed

Full Changelog: https://github.com/recharts/react-smooth/compare/v4.0.1...v4.0.4

📢 Version Discrepancies

We released a bad version 4.0.2 due to being in the middle of a typescript refactor during a patch release. Due to this the release versions and tags have gotten a bit out of wack. I was branching off of tags for 4.0.3 and 4.0.4 to avoid the same issue from 4.0.2.

For simplicity's sake I've reverted the TS refactor and master is even with the latest 4.0.4. I have removed tags/releases for 4.0.2 and 4.0.3. React 19 peerDependencies are up to date in 4.0.4.

Sorry for the confusion!

View originalPermalink

v4.0.1
What's Changed
New Contributors

Full Changelog: https://github.com/recharts/react-smooth/compare/v4.0.0...v4.0.1

View originalPermalink

v4.0.0
What's Changed
BREAKING CHANGES
  • react-smooth v4 "breaking changes" by @ckifer in https://github.com/recharts/react-smooth/pull/87
    • drop support for React < 16.8
    • upgrade react-transition-group to 4.x
    • move prop-types to dependencies so it doesn't have to be included by the consumer
      • remove from webpack externals

  • Upgrade prop-types
  • Upgrade some dev dependencies

Full Changelog: https://github.com/recharts/react-smooth/compare/v3.0.0...v4.0.0

View originalPermalink