Ant Design (antd) has released version 5.19.4, a minor update to the popular React UI library, following version 5.19.3. While the core functionality remains consistent, several key changes might influence developers using the library.
The most notable change is the update of the @ant-design/icons dependency, moving from version 5.3.7 to 5.4.0. This increment likely includes new icons, bug fixes, and potentially performance improvements in how icons are rendered. Since icons are a key part of any UI, developers should review the updated icon set.
In the development dependencies, a number of packages have been updated. husky was updated from 9.0.11, and eslint-plugin-unicorn was updated from 54.0.0 to 55.0.0. Also, the typescript-eslint packages were updated to version 7.16.1. These updates likely focus on improving the developer experience through enhanced linting and code quality checks. Finally, the release introduces changes in the build process as evidenced by the reduction in the number of files in the distributed tarball (3619 to 3615) and a slight increase in unpacked size. This suggests optimizations and changes in how antd is packaged for distribution.
Developers should also check the Ant Design changelog and migration guides for any specific breaking changes or deprecations associated with these updates to ensure smooth upgrades and maintain application stability. These updates ensure improved stability and enriched features for building modern, enterprise-grade React applications.
The are not vulnerabilities for the version 5.19.4 of the package antd