Ant Design (antd) has released version 3.19.3, a minor update following version 3.19.2. Both versions cater to developers seeking an enterprise-class UI design language and React component implementation. Examining the dependency updates reveals subtle improvements and bug fixes that enhance the overall developer experience. For instance, core dependencies like raf, rc-form, rc-menu, rc-table, rc-drawer, rc-select, rc-slider, rc-util, rc-calendar,rc-checkbox,rc-collapse,rc-input-number, @ant-design/icons-react and copy-to-clipboard have been bumped to newer versions, potentially addressing underlying issues and incorporating the latest features from those libraries.
On the dev dependency side, the update includes upgrades to tools such as jest, jsdom, @types/react and @types/react-dom. These updates are crucial for maintaining a healthy development environment, ensuring compatibility with the latest testing methodologies and type definitions. Specifically, the upgrade of @ant-design/colors in version 3.19.3 points to improvements or fixes regarding the color palettes used within the Ant Design components. The patch also focused on upgrading inner dependencies and dev dependencies allowing the integration with newer tools and the hardening of the UI toolkit. While the core functionality remains consistent between the two versions, version 3.19.3 provides a more polished and reliable experience through these dependency updates and internal improvements. Always review the changelog for specific bug fixes or new features relevant to your project.
All the vulnerabilities related to the version 3.19.3 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.