Ant Design (antd) has released version 3.26.19, a minor update from the previous stable version 3.26.18, continuing its commitment to providing an enterprise-class UI design language and React components. Developers using antd will find the core dependencies largely unchanged, retaining compatibility with existing projects relying on libraries like lodash, moment, and various rc-* components for form handling, menus, tables, and other UI elements. Both versions maintain peer dependency requirements for react and react-dom at version 16.0.0 or higher.
A notable difference lies within the react-dnd package in the devDependencies, which has been updated from version 10.0.2 to version 11.1.1. This update might bring improvements and bug fixes related to drag-and-drop functionality during development, but it isn't expected to introduce significant changes for end-users or developers who aren't directly extending antd's drag-and-drop components. Looking more carefully, the new version has a more recent release date (October 2020) and a slightly larger unpacked size, suggesting bug fixes and/or minor feature additions. Developers considering upgrading should prioritize testing their applications to ensure compatibility, especially if they've customized or extended antd's components. Also, it's worth noting that the number of files has remained the same between the two versions. Overall, version 3.26.19 is a safe upgrade for most antd users, providing a maintenance release aimed at stability and incremental improvements.
All the vulnerabilities related to the version 3.26.19 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.