Ant Design (antd) has released version 5.11.2, a minor update following version 5.11.1. Both versions maintain the core purpose of providing enterprise-class UI components for React development.
A primary difference lies in the updated dependencies. Version 5.11.2 sees updates in rc-input from ~1.3.5 to ~1.3.6, @rc-component/trigger from ~1.18.1 to ^1.18.2, and rc-table from ~7.35.2 to ~7.36.0.
These updates likely address bug fixes, performance improvements, or introduce minor enhancements within these specific components. Developers relying heavily on input fields, table displays, or custom trigger mechanisms should review these updated components for potential impact or benefits. The update on size-limit in the devDependencies can also influence the way code size is checked thus implying changes under the hood about the code.
While the general functionality and API surface of antd remain consistent between the two versions, staying up-to-date ensures access to the latest refinements and optimized performance. For developers already using antd, upgrading from 5.11.1 to 5.11.2 should be straightforward and beneficial. Always check the changelog to review a comprehensive list of changes and details about each dependency update before upgrading. New projects can confidently start with the latest version, 5.11.2, to leverage the latest features and fixes from the get-go.
The are not vulnerabilities for the version 5.11.2 of the package antd