Ant Design (antd) has released version 3.9.2, a minor update following closely after 3.9.1, both maintaining its commitment to providing an enterprise-class UI design language and React-based implementation. A key difference lies in the updated dependencies within version 3.9.2, specifically with "@ant-design/icons" moving from "~1.0.0" to "~1.1.5" and "@ant-design/icons-react" jumping from "~1.0.0" to "~1.1.1". This suggests improvements and bug fixes within the icon components of the library. The rc-select component has also been updated to "~8.2.6" from "~8.2.3". While both versions share the same core dependencies like react, react-dom, moment, and lodash, the subtle dependency version bumps indicate fine-tuning and optimization. Developers leveraging Ant Design benefit from a robust and consistent UI library with a wide range of components, from basic elements to complex data displays. The peer dependencies remain consistent, requiring React and React DOM versions of >=16.0.0, ensuring compatibility with modern React projects. Version 3.9.2 includes an increased file count and slightly smaller unpacked size, indicating possible optimizations in the packaging and distribution of the library. The updated antd-design/icons, rc-select components are great for developers want to have access to the newest icon set which provide better visual experience and newest bug fixes which should increase stability of the components.
All the vulnerabilities related to the version 3.9.2 of the package
node-fetch forwards secure headers to untrusted sites
node-fetch forwards secure headers such as authorization
, www-authenticate
, cookie
, & cookie2
when redirecting to a untrusted site.