Ant Design (antd) has released version 3.20.6, a minor update from the previous stable version 3.20.5. This release continues to refine antd's status as a robust, enterprise-grade UI library implemented as React components. While the core description remains consistent – providing an enterprise-class UI design language – some underlying changes warrant attention.
Both versions share the same core dependencies, ensuring continuity for developers already using antd. This includes essential libraries like lodash, moment, and rc- suite of components that underpin antd's functionality. The peer dependency requirements for React and React DOM also remain unchanged, requiring versions >=16.0.0.
A notable difference lies within the dist section. Version 3.20.6 has a slightly larger unpacked size of 50404126 comparing to 50347087 of the previous version and a file count of 3346 comparing to 3340 of the previous version. The size increase suggests potential fixes, and under-the-hood improvements that could lead to enhanced stability or performance, as well as new icon added to the package. Developers should always consult the official changelog for a comprehensive understanding of the changes, bug fixes, and new features included in version 3.20.6. Always ensure compatibility by reviewing the changelog and testing updates in a non-production environment.
All the vulnerabilities related to the version 3.20.6 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.