React Router DOM has been updated from version 6.26.2 to 6.27.0, offering developers the latest features and improvements for declarative routing in React web applications. While both versions maintain the same core functionalities, description, license (MIT), author (Remix Software), and repository, several key differences are worth noting for developers considering an upgrade.
The primary change lies in the updated dependencies. Version 6.27.0 now relies on react-router version 6.27.0 and @remix-run/router version 1.20.0, whereas the previous version used react-router 6.26.2 and @remix-run/router 1.19.2. This suggests that the new release incorporates bug fixes, performance enhancements, and possibly new routing capabilities delivered through these updated internal packages.
Developers will benefit from these dependency upgrades, receiving the latest improvements from the underlying routing engine. While the devDependencies and peerDependencies that specify the required versions of 'react' and 'react-dom' stayed the same, upgrading ensures compatibility with the most recent advancements in the routing ecosystem.
Moreover, there's a slight difference in the unpacked size of the packages, with version 6.26.2 being marginally larger (895401 bytes) than 6.27.0 (895237 bytes), possibly indicating minor optimizations in the later version. Finally, it is crucial to note the release date: version 6.27.0 shipped on 2024-10-11, a month after version 6.26.2, which shipped on 2024-09-09.
The are not vulnerabilities for the version 6.27.0 of the package react-router-dom