Ant Design has released version 5.25.4, a minor update succeeding the previous stable version 5.25.3. This release continues the library's commitment to providing enterprise-class UI components for React developers, and a refined user experience. While both versions share the same core dependencies and peer dependencies for React and React DOM (>=16.9.0), a few notable changes distinguish them.
One key difference is the updated dependency on rc-drawer within the dependencies object, moving from version ~7.2.0 to ~7.3.0. This suggests potential improvements or bug fixes in the drawer component. Also in the dependencies object, we see that rc-upload has moved from ~4.9.0 to ~4.9.2.
In the devDependencies field we can see that @octokit/rest has been updated from 21.0.2 to 22.0.0. In the same field, the version of react and react-dom are updated from 19.0.1 to 19.1.0. These type of modifications can have important impact in the performances of the library. Such upgrades often introduce enhancements to developer tooling, testing capabilities, and overall code quality.
Developers considering updating to version 5.25.4 should review the changelog for rc-drawer, @octokit/rest, react, and react-dom to understand the specific changes and ensure compatibility with their existing codebase. Though a minor release, these updates reflect ongoing efforts to enhance the stability, performance, and feature set of Ant Design, keeping it a robust choice for building modern React applications. The changes are very small, but the library is always evolving and it is recommended that the documentation is read to understand all the new functionalities.
The are not vulnerabilities for the version 5.25.4 of the package antd