React Router DOM has a new stable release, version 6.22.3, building upon the previous version 6.22.2. Both versions provide declarative routing solutions tailored for React web applications, simplifying navigation and component rendering based on URL paths. Key improvements in the newer release revolve around underlying dependency updates, reflecting advancements in the core routing logic provided by the "react-router" and "@remix-run/router" packages. Specifically, react-router-dom 6.22.3 leverages react-router 6.22.3 and @remix-run/router 1.15.3, while the older 6.22.2 relied on react-router 6.22.2 and @remix-run/router 1.15.2.
While the core functionality remains consistent, such dependency bumps likely introduce bug fixes, performance enhancements, and potentially new features within the routing engine itself. Notably, the unpacked size of version 6.22.3 is slightly larger at 877306 bytes compared to 6.22.2's 877194 bytes, suggesting added enhancements within the routing package. The update arrived on March 7, 2024, meaning developers benefit from the latest refinements and reliability improvements incorporated into the routing foundation. React and React-DOM remain peer dependencies (>=16.8) and dev dependencies (^18.2.0) to ensure compatibility. Developers should consider upgrading to 6.22.3 to benefit from the newest enhancements.
The are not vulnerabilities for the version 6.22.3 of the package react-router-dom