React Router DOM version 6.28.2 brings subtle yet potentially impactful changes compared to its predecessor, 6.28.1. Both versions maintain the core functionality of declarative routing for React web applications, along with identical developer dependencies on React and React DOM (version ^18.2.0), peer dependencies requiring React and React DOM versions >=16.8, and the same MIT license.
The key differences lie within the internal dependency updates. Version 6.28.2 relies on react-router version 6.28.2, while 6.28.1 depended on react-router 6.28.1. More significantly, the @remix-run/router dependency jumps from version 1.21.0 in 6.28.1 to 1.21.1 in the newer release. Developers should investigate the changelogs for react-router 6.28.2 and @remix-run/router 1.21.1 to understand precisely what bug fixes, performance enhancements, or new features these updates introduce. These internal dependency bumps suggest that version 6.28.2 includes refinements and improvements that could benefit application stability or performance.
The unpackedSize varies slightly between the two versions, 901472 and 901362 respectively. This subtle size difference could be attributed to the changes in the internal dependencies. Furthermore, version 6.28.2 was released on January 16, 2025, while version 6.28.1 was released on December 20, 2024, marking it as the more recent release. When upgrading, developers should carefully examine the linked dependencies to ensure a smooth transition and maximize any benefit from the incorporated updates.
The are not vulnerabilities for the version 6.28.2 of the package react-router-dom