Ant Design (antd) has released version 4.24.9, succeeding the previous stable version 4.24.8. Both versions maintain the core promise of providing enterprise-class UI design language and React components for building robust web applications. While the descriptions and overall structure of the package remain consistent, several changes are present.
Developers should note a subtle dependency update: rc-select has been bumped from version ~14.1.13 to ~14.1.17. A more interesting dependency change can be found in rc-checkbox, which goes from ~2.3.0 to ~3.0.0. On the devDependencies side, @stackblitz/sdk sees a minor update from ^1.3.0 to ~1.8.2.
These updates often contain bug fixes, performance improvements, and potentially new features within the respective components. Therefore, upgrading is generally recommended to benefit from the latest enhancements and resolved issues. Developers are encouraged to review the changelogs (if available) for rc-select,rc-checkbox and @stackblitz/sdk to understand the specific implications of these changes for their applications. Apart from these specific updates, the core set of dependencies and devDependencies remain the same, indicating a relatively stable and incremental release focused on refinement rather than major new functionality. As always, thorough testing is advised after upgrading to ensure compatibility and prevent unexpected behavior. The overall file size increased slightly, showcasing internal changes and improvements.
The are not vulnerabilities for the version 4.24.9 of the package antd