Ant Design has released version 5.4.3, a minor update following version 5.4.2. Both versions maintain the core promise of providing enterprise-class UI design and React components. In the newer version, within the dependencies section, rc-motion has been updated from version 2.6.1 to 2.7.3 and @ant-design/cssinjs from 1.7.1 to 1.9.0. This indicates improvements or bug fixes in the animation handling and CSS-in-JS solution respectively.
The devDependencies section also showcases several updates, primarily focused on tooling and testing enhancements. Notably, glob was bumped from 9.2.1 to 10.0.0, immer from 9.0.1 to 10.0.1, stylelint-config-standard from 32.0.0 to 33.0.0, and vanilla-jsoneditor from 0.16.0 to 0.17.1. These updates often bring performance improvements, new features for developers during development and testing, and security patches. The update to glob can signify that the antd library is now more robust regarding file manipulation. It is essential to use the newest vanilla-jsoneditor as it is very important to keep such a package up to date due to security risks. The updates to newer versions of immer and stylelint-config-standard are important for code optimisation and standards. Developers should review the changelogs of impacted packages to identify specific changes, bug fixes, and new features introduced in these updated dependencies. While seemingly minor, these updates contribute to a more stable and feature-rich developer experience when working with Ant Design.
The are not vulnerabilities for the version 5.4.3 of the package antd