Ant Design has released version 4.3.4, a minor update following the 4.3.3 release. Both versions maintain the core commitment to providing enterprise-class UI design language and React components. A key difference lies in the updated dependency versions. Specifically, rc-tabs has been upgraded from version ~11.3.1 in 4.3.3 to ~11.4.1 in 4.3.4, and rc-table from ~7.7.2 to ~7.8.0, potentially introducing bug fixes, performance enhancements, or new features within those components. Also, the version of @types/jest goes from ^25.1.0 to ^26.0.0 and eslint-plugin-import from ~2.20.0 to ^2.21.1.
For developers, these changes will generally be seamless, as Ant Design strives for backward compatibility. Upgrading is recommended to leverage the latest improvements and benefit from the most stable and performant version of the library. The consistent peer dependency requirements on React and React DOM (>=16.9.0) ensure smooth integration into existing projects using modern React versions.
The 'devDependencies' sections shows many changes, which indicates modifications and enhancement to the developement environment used for the antd lib, and that may hint at better stability and performance.
While the fileCount remains consistent at 2924, the unpackedSize is considerably smaller in 4.3.4 (39591761 bytes) compared to 4.3.3 (48327629 bytes).
The are not vulnerabilities for the version 4.3.4 of the package antd