Ant Design has released version 4.20.0, succeeding the previous stable version 4.19.5. This update brings a refined enterprise-class UI design and enhanced React components implementation. The core dependencies remain largely unchanged, with key libraries like lodash, moment, and various rc-* components staying relatively consistent, ensuring stability and maintaining core functionality.
However, several rc-* (React Component) dependencies see version updates, like rc-menu moving from ~9.3.2 to ~9.5.5, rc-tabs from ~11.10.0 to ~11.13.0, and rc-table from ~7.23.0 to ~7.24.0. These updates likely contain bug fixes, performance improvements, and potentially new features within those specific components. Notably rc-field-form has been updated from ~1.25.0 to ~1.26.1.
The development dependencies also showcase numerous updates. While many are related to testing, linting, and documentation tools, some are noteworthy for potential user impact. @types/react is bumped from ^17.0.0 to ^18.0.0, indicating compatibility and potential optimizations for React 18. mini-css-extract-plugin is updated, which likely improves CSS handling during the build process. Overall, the update prioritizes incremental improvements and bug fixes to enhance the developer experience and maintain a robust UI library.
The are not vulnerabilities for the version 4.20.0 of the package antd