Ant Design (antd) has released version 4.2.5, building upon the foundation of version 4.2.4. This incremental update introduces several key changes that developers should be aware of. In the dependencies, rc-menu receives an update from '~8.1.0' to '~8.2.1', rc-select moves from '~10.3.0' to '~10.3.5', and rc-switch goes from '~3.0.0' to '~3.1.0'. Developers will also notice the inclusion of rc-resize-observer with a version bump from '^0.2.0'.
On the devDependencies side, antd-theme-generator sees an upgrade from '^1.1.6' to '1.2.2', and @typescript-eslint/parser is upgraded from '^2.19.0' to '^3.0.0' alongside a correlated upgrade of @typescript-eslint/eslint-plugin also from '^2.19.0' to '^3.0.0'. Furthermore, mockdate is updated from '^2.0.2' to '^3.0.0`.
These updates primarily address bug fixes, performance improvements, and dependency upgrades, ensuring a more stable and efficient development experience. While not a major feature release, these changes are important for maintaining a healthy and up-to-date project. Developers upgrading from 4.2.4 to 4.2.5 should review their code for any potential compatibility issues related to these specific dependency updates, although compatibility issues are not expected as the changes target bug fixing and internal improvements. Overall, this upgrade provides a more polished and reliable UI component library for React applications.
The are not vulnerabilities for the version 4.2.5 of the package antd