Ant Design (antd) is a popular React UI library, and version 4.4.1 follows closely on the heels of version 4.4.0, offering subtle but potentially impactful refinements. Both versions maintain the core principle of an enterprise-class UI design language and React component implementation. The dependencies remain largely the same, with some key upgrades in version 4.4.1: rc-menu moves from ~8.3.0 to ~8.4.1 and rc-picker jumps from ~1.10.0 to ~1.10.6. These updates in underlying component libraries suggest improvements and bug fixes within those specific areas, possibly affecting menu behavior or date/time picking functionality.
The devDependencies also see some minor changes, with react-intl being upgraded from version 4 to version 5.
For developers using antd, these changes suggest a focus on stability and incremental enhancements. The upgrades to rc-menu and rc-picker are particularly relevant, and developers utilizing those components should investigate the changelogs of rc-menu and rc-picker for detailed information on the specific improvements and any potential breaking changes. The shift from react-intl 4 to 5 could involve minor behavioral changes, so proper testing is always recommended when upgrading. Overall, the update from 4.4.0 to 4.4.1 is a likely a safe and encouraged upgrade for those already using the antd library.
The are not vulnerabilities for the version 4.4.1 of the package antd