Ant Design has released version 5.10.2, a minor update following 5.10.1. Both versions are enterprise-class UI design languages and React component implementations, sharing the same core philosophy and MIT license. Key dependencies, mainly rc-* components, have seen version bumps. Specifically, rc-dialog moves from ~9.3.3 to ~9.3.4, rc-select from ~14.9.1 to ~14.9.2, rc-slider from ~10.3.0 to ~10.3.1 and rc-resize-observer from ^1.3.1 to ^1.4.0 and @rc-component/trigger from ^1.17.0 to ^1.17.2. These updates likely include bug fixes, performance improvements, and potentially new features within those individual components. For developers, this means smoother experiences with dialogs, enhanced select component functionalities, refined slider interactions, improved resize observation capabilities and more robust trigger mechanisms.
From a dev perspective, the change in devDependencies reveals upgrades that streamline the development workflow. Several @types/* packages are also updated (@types/node from <20.0.0 to >20.0.).
While a minor version bump suggests no breaking changes, it is still recommended to review the changelogs of updated dependencies to ensure compatibility and understand the specific changes introduced. The update aims to provide incremental improvements and maintain the stability of the UI library.
The are not vulnerabilities for the version 5.10.2 of the package antd