Ant Design (antd) has released version 2.12.7, a minor update following 2.12.6, focusing on improvements and refinements to this popular enterprise-class UI framework built with React. Developers using antd will find that 2.12.7 incorporates targeted updates, primarily reflected in its dependency adjustments. The key differences between the two versions mainly reside in the updated versions of underlying dependencies, ensuring developers have access to the latest compatible and optimized components. In the new version, rc-tabs is updated from version 9.0.2 to 9.1.2 , and rc-upload is updated from version 2.3.7 to 2.4.0. In addition, rc-progress is updated from version 2.1.2 to 2.2.2. Lastly, in the devDependencies, antd-tools is updated from version 1.6.0 to version 1.8.0, and some testing related packages(babel-jest, antd-demo-jest, typescript-babel-jest) were removed.
These updates often include bug fixes, performance improvements, and new features within those individual components. This allows developers to leverage the most reliable and feature-rich version of each dependency. While the core API of antd remains consistent between these minor versions, developers should review the changelogs of the updated dependencies to fully understand the specific enhancements and modifications they bring. Upgrading from 2.12.6 to 2.12.7 will ensure a more stable and performant development experience, leveraging the latest fixes and features. Always test updates in a development environment before deploying in production.
All the vulnerabilities related to the version 2.12.7 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.