Ant Design (antd) has released version 3.26.16, a minor update following 3.26.15. Both versions deliver an enterprise-class UI design language and React component implementation, empowering developers to build robust and visually appealing web applications. A quick look at the dependencies shows that the core dependencies haven't shifted considerably between the two releases, indicating a focus on stability and incremental improvements. Each version maintains peer dependency requirements for React and React DOM at version 16.0.0 or higher, so you can make sure that the new released version is compatible with your actual environment. The primary changes appear within the development dependencies, with @ant-design/tools updated from version 8.0.4 to 8.1.0 in version 3.26.16. Furthermore, the inclusion of @packtracker/webpack-plugin found in version 3.26.15 is removed from the newer release. The file count is also reduced from 2644 to 2632, potentially indicating some optimization and removal of redundant files. Developers upgrading should note these changes in development dependencies, ensuring their build processes remain compatible. Be sure that the upgrading is done in a staging environment to check all the functionalities. This latest version of Ant Design continues to provide a comprehensive suite of UI components, suitable for creating professional and user-friendly interfaces.
All the vulnerabilities related to the version 3.26.16 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.