Ant Design (antd) has released version 4.8.4, a minor update following version 4.8.3. Both versions maintain the same core dependencies crucial for UI development, including React, react-dom (peer dependencies requiring versions >=16.9.0), and essential utility libraries like lodash, moment for date handling, and classnames for CSS class manipulation. The underlying architecture and component foundation remain consistent between the two versions ensuring backward compatibility for developers already using antd.
While the dependency lists in both versions appear identical, the update includes bug fixes and performance enhancements, common in minor releases. Notably, the unpackedSize has slightly changed from 40384799 to 39735095 suggesting optimizations in 4.8.4. Dev dependencies such as eslint, stylelint and typescript are essential for development and maintainability. Testing libraries like Jest and Enzyme and several others provide a comprehensive suite to guarantee performance and reliability of the library, which is important for developers who want to contribute to the package. The fileCount stays teh same. Developers should review the official changelog for specific details on fixed issues or API refinements. Remember to check related pull requests for detailed changes. The releaseDate of the new version is also available.
The are not vulnerabilities for the version 4.8.4 of the package antd