Skip to content

Releases: recharts/react-smooth

v4.0.1

21 Mar 23:31
Compare
Choose a tag to compare

What's Changed

  • fix new object comparison logic bug by @ngraef in #89

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

29 Jan 01:32
3ad17a7
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • react-smooth v4 "breaking changes" by @ckifer in #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: v3.0.0...v4.0.0

v3.0.0

18 Oct 16:37
Compare
Choose a tag to compare

What's Changed (from 2.0.5, check CHANGELOG to see changes before then)

Tiny reduction in bundle size (0.7kb) by removing some unneeded polyfills

  • Remove translateStyle function and export by @PavelVanecek in #82
  • chore: upgrade deps, remove unneeded polyfill by @ckifer in #84

New Contributor

Full Changelog: 6942ac3...v3.0.0