Ant Design (antd) has released a new version, 2.13.2, building upon the previous stable version, 2.13.1. Both versions offer an enterprise-class UI design language and a React-based implementation, providing a rich set of components for building user interfaces. The core dependencies remain largely consistent, ensuring a smooth transition for developers already using antd. Key dependencies like moment for date management, rc-form for form handling, and various rc-* components for UI elements are present in both versions, which focus on backward compatibility and stability of the library.
The most notable change lies in the upgrade of the rc-table dependency, moving from version 5.6.7 in 2.13.1 to 5.6.9 in 2.13.2. This indicates potential bug fixes or minor enhancements within the table component. Also the antd-tools where updated from version ~1.8.0 to ~2.1.0. For developers, this means potentially improved table functionality or minor fixes. Reviewing the changelog of rc-table and antd-tools for these specific version increments is recommended to understand the precise nature of the updates.
Both versions support a wide range of development tools, as showcased in "devDependencies", including testing frameworks like jest and enzyme, linting tools such as eslint and stylelint, and build tools like babel-cli and webpack. These tools ensure code quality and maintainability within antd projects. Developers targeting React 15.0.0 or later are well-supported, as indicated by the peer dependencies. The updated library was published September 16, 2017.
All the vulnerabilities related to the version 2.13.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.