Ant Design has released version 5.15.2, a minor update following the previous stable version 5.15.1. Both versions maintain the core philosophy of providing enterprise-class UI components for React applications. Examining the dependency updates reveals some key changes. In dependencies, rc-menu moved from ~9.12.4 to ~9.13.0, rc-tabs shifted from ~14.0.0 to ~14.1.1, rc-util bumped from ^5.38.2 to ^5.39.1, rc-picker went from ~4.2.0 to ~4.3.0, rc-select from ~14.12.0 to ~14.13.0, rc-tooltip from ~6.1.3 to ~6.2.0, @rc-component/tour updated from ~1.12.3 to ~1.14.2 and @rc-component/trigger was updated from ~1.18.3 to ~2.0.0. These updates likely include bug fixes, performance improvements, and potentially new features within those specific components.
Regarding devDependencies, the update from 5.15.1 to 5.15.2 includes some changes. Notably, @types/node went from ^20.11.24 to ^20.11.25 and terser from ^5.28.1 to ^5.29.1. These development dependency updates typically involve improvements to the developer experience, such as enhanced type checking or more efficient code minification during the build process, and will impact developers working on the antd library itself, or those extending it. Developers using Ant Design should see incremental improvements and stability enhancements with this update. The core UI components and overall design language remain consistent, ensuring a smooth transition for existing projects. This release signifies the project's commitment to continuous improvement and refining the developer experience.
The are not vulnerabilities for the version 5.15.2 of the package antd