React Router DOM has released version 6.21.0, succeeding the previous stable version 6.20.1. Both versions are designed for declarative routing within React web applications, simplifying URL management and navigation for a smoother user experience. Key differences lie in their dependencies. Version 6.21.0 relies on react-router version 6.21.0 and @remix-run/router version 1.14.0, while version 6.20.1 depends on react-router version 6.20.1 and @remix-run/router version 1.13.1. This indicates that the latest release incorporates updates and potentially bug fixes from its core routing dependencies.
The unpacked size also sees a slight increase from 849559 bytes in 6.20.1 to 864188 bytes in 6.21.0, hinting at added functionalities or refinements. Developers should note the peer dependencies, requiring React and React DOM versions of at least 16.8, ensuring compatibility with modern React projects. The release dates also point to improvements, with version 6.21.0 incorporating changes made in the time since the older version was released. By upgrading to version 6.21.0, developers should be receiving updated utilities and potentially benefit from performance improvements and bug fixes included within the updated dependencies. The library remains under the MIT license, encouraging open-source contribution and usage.
The are not vulnerabilities for the version 6.21.0 of the package react-router-dom