# react-smooth changelog > react-smooth release notes. - Vendor: react-smooth - Category: Frameworks & Libraries - Official site: https://github.com/recharts/react-smooth#readme - Tracked by: What's New (https://whatsnew.fyi/product/react-smooth) - Harvested from: GitHub (recharts/react-smooth) - Entries below: 4 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v4.0.4 - Date: 2025-01-29 - Version: v4.0.4 - Original notes: https://github.com/recharts/react-smooth/releases/tag/v4.0.4 - Permalink: https://whatsnew.fyi/product/react-smooth/releases/v4.0.4 ##### What's Changed * Update peerDependencies to React 19 - (added 4.0.4) * Add "sideEffects": false to package.json for better code splitting by @denisx in https://github.com/recharts/react-smooth/pull/102 - (added 4.0.3) **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! ### v4.0.1 - Date: 2024-03-21 - Version: v4.0.1 - Original notes: https://github.com/recharts/react-smooth/releases/tag/v4.0.1 - Permalink: https://whatsnew.fyi/product/react-smooth/releases/v4.0.1 ##### What's Changed * fix new object comparison logic bug by @ngraef in https://github.com/recharts/react-smooth/pull/89 ##### New Contributors * @ngraef made their first contribution in https://github.com/recharts/react-smooth/pull/89 **Full Changelog**: https://github.com/recharts/react-smooth/compare/v4.0.0...v4.0.1 ### v4.0.0 - Date: 2024-01-29 - Version: v4.0.0 - Original notes: https://github.com/recharts/react-smooth/releases/tag/v4.0.0 - Permalink: https://whatsnew.fyi/product/react-smooth/releases/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 ### v3.0.0 - Date: 2023-10-18 - Version: v3.0.0 - Original notes: https://github.com/recharts/react-smooth/releases/tag/v3.0.0 - Permalink: https://whatsnew.fyi/product/react-smooth/releases/v3.0.0 ##### 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 https://github.com/recharts/react-smooth/pull/82 * chore: upgrade deps, remove unneeded polyfill by @ckifer in https://github.com/recharts/react-smooth/pull/84 ##### New Contributor * @PavelVanecek made their first contribution in https://github.com/recharts/react-smooth/pull/82 **Full Changelog**: https://github.com/recharts/react-smooth/compare/6942ac3...v3.0.0