React Router DOM has a new version, 7.8.2, released on August 22, 2025, succeeding version 7.8.1 released just a week prior on August 15, 2025. Both versions serve as declarative routing solutions for React web applications, simplifying navigation management. The core functionality remains consistent, building upon the foundation of the 'react-router' package, with both versions listing 'react-router' 7.8.1 and 7.8.2 as a dependency respectively.
Notably, the developer dependencies such as 'tsup', 'react', 'wireit', 'react-dom', and 'typescript' remain unchanged, indicating no significant alterations in the build or development tooling between the two versions. The peer dependencies also stay constant, requiring React and React DOM versions of >=18, ensuring compatibility with modern React environments. License, repository details, and author information remain the same, reflecting the continuous maintenance by Remix Software.
The key difference lies in the updated dependency on react-router and the releaseDate. Given the minimal change in versioning (7.8.1 to 7.8.2), the update likely includes bug fixes, minor performance enhancements, or small feature additions within the core react-router package. Developers should consider upgrading to version 7.8.2 primarily for the potential bug fixes and improvements inherited from react-router. Always consult the changelog or release notes for a comprehensive understanding of the changes.
The are not vulnerabilities for the version 7.8.2 of the package react-router-dom