Ant Design (antd) is a popular, enterprise-class UI framework built for React developers. Version 3.11.1 is a minor update to the previous stable release, version 3.11.0, offering incremental improvements and bug fixes to solidify the developer experience.
A key difference lies in the dependencies. An upgrade was implemented from "rc-form":"^2.2.3" to "rc-form":"^2.2.7" and from "rc-input-number":"~4.3.0" to "rc-input-number":"~4.3.7". These targeted updates likely contain bug fixes and enhancements to form handling and number input components, crucial for application stability. Also the releaseDate field varies.
For developers using antd, this minor version update signals a commitment to stability. While it might not introduce groundbreaking new features, version 3.11.1 emphasizes refinement and addresses potential issues present in the previous release. For those already using version 3.11.0, upgrading to 3.11.1 is recommended to benefit from the latest bug fixes and improved reliability. However, because it is a minor version, the team focused in maintain backward compatibility. Before updating, carefully review the release notes and test your applications to guarantee a seamless transition. Remember that the library depends on React version greater or equal to 16.0.0 and React DOM so this is a requirement on your own app.
All the vulnerabilities related to the version 3.11.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.