Ant Design (antd) has released version 3.7.2, a minor update following version 3.7.1. Both versions are enterprise-class UI design languages implemented in React, offering a robust suite of components for building modern web applications. The core dependencies remain largely consistent, ensuring a stable development experience. Developers relying on react and react-dom can continue to use versions greater than or equal to 16.0.0, as specified in the peerDependencies.
A notable distinction lies in the updated dependency rc-drawer, which moves from version ~1.5.9 in 3.7.1 to ~1.6.2 in 3.7.2, potentially including bug fixes or minor enhancements within the drawer component. Additionally, the react-dnd dependency has been updated from version 3.0.2 to version 5.0.0. This is a major version update and might require developers to update their existing implementations. While most other dependencies remain the same, these subtle updates contribute to overall stability and potentially introduce new features or performance improvements. The unpacked size of version 3.7.2 is slightly larger, with 40827364 bytes versus 38691167 bytes of version 3.7.1 possibly linked to dependency updates or added assets. React developers choosing between these versions should carefully evaluate the changes in rc-drawer and react-dnd, considering compatibility and desired functionalities within their specific projects. The release dates indicate a rapid iteration cycle, showcasing ongoing maintenance and improvements to the library.
All the vulnerabilities related to the version 3.7.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.