React Router DOM has released version 6.23.0, succeeding the previous stable version 6.22.3. Both versions offer declarative routing solutions for React web applications, maintaining the MIT license and originating from the Remix Software team. Examining the core differences, version 6.23.0 integrates react-router version 6.23.0 and @remix-run/router version 1.16.0, while version 6.22.3 relies on react-router 6.22.3 and @remix-run/router 1.15.3. This dependency update suggests potential improvements, bug fixes, or new features within the underlying routing mechanisms.
Developers will find the update to @remix-run/router potentially significant, as this handles the core routing logic. The change from 1.15.3 to 1.16.0 likely brings enhancements to data loading, form handling, or other aspects managed by the Remix Router. A notable difference is the unpacked size of the distribution: 970925 bytes for 6.23.0 compared to 877306 bytes for 6.22.3. This increase in size could indicate added functionalities or larger dependency bundles. Version 6.23.0 was released more recently in April 2024, while version 6.22.3 arrived in March 2024. To ascertain the exact nature of these enhancements, examining the changelogs for react-router 6.23.0 and @remix-run/router 1.16.0 would be beneficial.
The are not vulnerabilities for the version 6.23.0 of the package react-router-dom