React Router DOM has a new stable release, version 6.25.0, succeeding version 6.24.1. While both versions provide declarative routing for React web applications, a key difference lies in their dependencies. The newer version updates its internal dependency on @remix-run/router from version 1.17.1 to version 1.18.0. This suggests potential enhancements or bug fixes within the core routing logic managed by @remix-run/router. React Router DOM 6.25.0 also includes react-router 6.25.0.
Another notable change is the slight increase in unpackedSize from 889986 to 890569, indicating minor additions or modifications to the package's contents. The release date of 6.25.0 is July 16, 2024, notably later than the July 3, 2024 release of 6.24.1. Developers should always check the changelog of new releases of dependencies for detailed lists on bugfixes, new features and potential breaking changes. Both versions maintain the same peer dependencies on React and React DOM (>=16.8), ensuring compatibility with a broad range of React projects. The core functionalities and licensing (MIT) remain consistent.
The are not vulnerabilities for the version 6.25.0 of the package react-router-dom