Ant Design 3.11.5 is a minor update to the popular React UI library, building upon version 3.11.4. While both versions share a consistent core of enterprise-grade components and design principles, a closer look reveals key differences beneficial for developers. The dependency @ant-design/icons remains consistent at ~1.1.15, and @ant-design/icons-react is also unchanged at ~1.1.2. Examining the devDependencies, antd-tools is bumped from 6.4.3 to 6.4.4, indicating potential enhancements or bug fixes in the build tooling. The major difference is the removal of ant-design-palettes":"^1.1.3" from the devDependencies. This suggests a possible shift in how color palettes are managed or a transition to another internal mechanism.
Developers upgrading from 3.11.4 should pay close attention to custom color implementations to ensure compatibility. An increased unpackedSize in the dist, from 41536887 to 41537511, means that there has been a slight increase in size which can mean that there has been a change under the hood in the new version. This version still requires react and react-dom with a minimun version of 16.0.0. Before developing on this new version, make sure also to update the tool antd-tools version to the 6.4.4. The updated release contains bug fixes and improved internal mechanisms, making it a worthwhile upgrade for most projects.
All the vulnerabilities related to the version 3.11.5 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.