Ant Design (antd) has released version 5.24.3, building upon the previous stable release, 5.24.2. Both versions maintain the core promise of providing enterprise-grade UI components for React applications. A primary focus for developers should be the small dependency updates, specifically noting the change in rc-tree from ~5.13.0 to ~5.13.1 and in rc-cascader from ~3.33.0 to ~3.33.1. Similarly, rc-input has a version bump from ~1.7.2 to ~1.7.3 and rc-picker from ~4.11.2 to ~4.11.3. The development dependencies also reflect some changes. Most notably, jest-axe was updated from version 9.0.0 to 10.0.0 and Typescript was updated from version ~5.7.2 to ~5.8.2. Furthermore, react-scan increased from 0.1.3 to 0.2.0 and vanilla-jsoneditor got the update from 2.3.1 to 3.0.0. qs and fetch-jsonp were deprecated on 5.24.3 Developers should carefully audit these updates for potential breaking changes, although minor version bumps typically include bug fixes and enhancements without introducing breaking changes. When upgrading, developers should always consult the official Ant Design changelog and release notes for comprehensive details on the specific changes, bug fixes, and potential impact on their existing codebases. Keeping peer dependencies react and react-dom at version >=16.9.0 continue to be a requirement for both versions.
The are not vulnerabilities for the version 5.24.3 of the package antd