Ant Design has released version 5.20.1, a minor update following the 5.20.0 release. Both versions continue to provide a robust suite of React components for building enterprise-grade user interfaces, making them valuable for developers seeking a comprehensive UI solution. A key difference lies in the dependencies. Version 5.20.1 sees updates to "@babel/runtime," "rc-input," "rc-picker," and "rc-slider," addressing functionalities within those core components. "@rc-component/trigger" and "@rc-component/color-picker" were also updated, indicating potential bug fixes or performance improvements within those specific areas. In devDependencies the core change is related to @typescript-eslint/eslint-plugin and @typescript-eslint/parser that were bumped from ^7.16.1 to ^8.0.0. Also cheerio was updated from 1.0.0-rc.12 to ^1.0.0
While both versions offer a rich set of features including theming, accessibility support, and a wide array of customizable components, focusing on these dependency updates can help developers determine if the new version addresses specific issues they might have encountered in 5.20.0. Developers should review the changelog for these specific dependencies to understand the exact nature of the improvements and ensure compatibility with their projects. The library maintains its MIT license and peer dependency requirements for React and React DOM versions >=16.9.0 in both releases.
The are not vulnerabilities for the version 5.20.1 of the package antd