Ant Design version 3.8.2 is a minor release increment over the previous stable version 3.8.1, offering refinements and bug fixes for this popular React UI library. Both versions provide developers with an enterprise-class set of pre-built components adhering to a consistent design language, built for creating rich and interactive user interfaces.
Peering into the dependency list, the most notable difference lies in the change of the rc-tree dependency, moving from "~1.13.0" in 3.8.1 to "~1.14.3" in the newer 3.8.2. This suggests that the update primarily focuses on enhancements or bug resolutions within the tree component and represents a targeted update. Another dependency update is regarding rc-drawer to '~1.7.3' from '~1.6.2'. While the vast majority of both dependencies and devDependencies remain consistent, the difference highlights the library's commitment to component stability, refinement, and bug-fixing rather than a complete overhaul.
For developers already using Ant Design, upgrading from 3.8.1 to 3.8.2 appears to be a safe and advisable step, more so if they use the tree component, given the dependency changes, and drawer. The changes are concentrated on a few components, offering low risk regarding breaking changes. If you are working with the react library it might be a good update.
All the vulnerabilities related to the version 3.8.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.