Ant Design (antd) has released version 3.15.1, a patch update following closely after version 3.15.0. Both versions are enterprise-class UI design languages implemented as React components, offering a comprehensive suite of tools for building interactive user interfaces.
A notable difference lies in the development dependencies. Version 3.15.1 upgrades jsdom from version 13.0.0 to 14.0.0 and scrollama from version 1.4.4 to 2.0.0. While these changes are primarily focused on development and testing environments, they often bring improvements in testing accuracy and compatibility. Another updated dependency is antd-tools from 7.0.1 to 7.1.2.
The unpacked size of the package also sees a change with the newer version increasing from approximately 43.8MB to 44.4MB. For developers, both versions provide a consistent set of React components styled with Ant Design's characteristic aesthetic. Key dependencies like react, react-dom, moment, and numerous rc-* (React Component) libraries remain largely consistent, ensuring a stable foundation. Developers will find a rich ecosystem supporting antd, including tools for theming and code generation. The core functionality for building tables, forms, menus, and other essential UI elements remain consistent. Upgrading should be smooth as the main dependencies remains the same.
All the vulnerabilities related to the version 3.15.1 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.