Ant Design has released version 5.5.2, a minor update following the previous stable version 5.5.1, continuing its commitment to providing enterprise-class UI components for React development. Both versions maintain the same core description, license (MIT), and peer dependencies on React and React DOM (>=16.9.0), ensuring compatibility with existing projects. The primary updates lie within the dependencies and devDependencies, reflecting ongoing improvements and refinements to the underlying components and development tooling.
In dependencies, the most notable change is the update of rc-tree from version ~5.7.0 to ~5.7.4, and rc-util from ^5.27.0 to ^5.32.0, indicating bug fixes or minor feature enhancements within the tree component and utility library. Also, @rc-component/color-picker moves from ~1.1.1 to ~1.2.0. In the development environment, jest-puppeteer has been upgraded from version 8.0.4 to 9.0.0, @testing-library/dom from ^9.0.0 to ^9.0.1, and @testing-library/react from ^14.0.0 to ^14.0.0 which might introduce new testing features or address compatibility issues. These updates collectively contribute to a more stable and efficient development workflow by leveraging the latest tooling and component improvements, ultimately benefiting developers using Ant Design for their React applications. Developers should review the changelogs of the updated dependencies for detailed information on the specific changes and potential impact on their projects.
The are not vulnerabilities for the version 5.5.2 of the package antd