React Router DOM has released version 6.24.1, a minor update following closely after version 6.24.0. While seemingly small, these iterative releases are crucial for maintaining stability and introducing incremental improvements to this widely used declarative routing library for React web applications.
Examining the package data reveals subtle differences. Version 6.24.1 depends on react-router version 6.24.1 and @remix-run/router version 1.17.1, while version 6.24.0 relies on react-router 6.24.0 and @remix-run/router 1.17.0. These updated dependencies likely encompass bug fixes, performance enhancements, or new features within the underlying react-router and @remix-run/router packages. Developers should consult the changelogs for those individual packages to understand the specific changes included. The unpacked size of version 6.24.1 is also marginally smaller indicating possible code optimizations or removal of unused resources. This version was released on July 3rd, 2024.
Both versions maintain compatibility with React versions 16.8 and above, as indicated by the peerDependencies, ensuring a smooth upgrade path for existing projects. The devDependencies specify support for React 18.2.0, highlighting continued alignment with the latest React ecosystem. With both versions being licensed under the MIT license developers can freely use, modify, and distribute the library.
The are not vulnerabilities for the version 6.24.1 of the package react-router-dom