Ant Design (antd) has released version 4.9.3, a minor update following the previous stable version 4.9.2. Both versions maintain the same core focus: providing enterprise-class UI components for React development. While the feature set and overall structure remain consistent, developers should be aware of underlying adjustments. Examining the dependencies, there are subtle version changes within the extensive list of both dependencies and devDependencies. For example, in the devDependencies, intersection-observer updated from 0.11.0 to 0.12.0, @types/react-copy-to-clipboard updated from 4.3.0 to 5.0.0 in version 4.9.3. Conversely, eslint-config-prettier downgraded 6.0.0 to 7.0.0. Given the scope of the changes, antd 4.9.3 is likely focused on bug fixes, performance improvements, and refinements to existing components.
The core technologies and peer dependencies (React and React DOM) remain the same, ensuring compatibility for existing projects. Developers upgrading from 4.9.2 to 4.9.3 should review the changelog for detailed information. While a smooth transition is anticipated, it's always advisable to thoroughly test any upgrade in a non-production environment, especially considering the UI library which is one of the cornerstones of any React application.
The are not vulnerabilities for the version 4.9.3 of the package antd