Ant Design has released version 5.25.2, a minor update following 5.25.1. Both versions maintain the same core functionality as an enterprise-class UI design language and React components implementation. Key dependencies like dayjs, rc-menu, rc-table and @ant-design/icons, along with peer dependencies of react and react-dom stay consistent, ensuring compatibility with existing projects.
The primary distinction lies in updated sub-dependencies to address bug fixes and potentially introduce minor performance improvements. Specifically, rc-table dependency sees an update from "~7.50.4" to "~7.50.5", rc-select from "~14.16.7" to "~14.16.8" and lint-staged from "^15.3.0" to "^16.0.0". The update in rc-table is expected to bring improvements related to table rendering, sorting, or filtering, enhancing the user experience. lint-staged improvements are related to code linting and this change is expected to improve the contribution process.
Developers upgrading from 5.25.1 should review the changelogs of rc-table,rc-select and lint-staged for details on specific fixes or features. The update should be seamless for most users, but verifying compatibility, especially if heavily customizing table behavior, is advisable. The releaseDate is an interesting property that shows a 10 days gap between the releases. Finally, the unpacked size is slightly reduced reflecting some minor improvements in the build process.
The are not vulnerabilities for the version 5.25.2 of the package antd