Ant Design has released version 4.15.6, a minor update from the previous stable version 4.15.5 which focuses on bug fixes and incremental improvements without introducing breaking changes. Developers leveraging Ant Design in their React projects can expect a seamless transition.
Looking at the dependency changes, rc-upload has been changed from rc-upload":"~4.2.0-alpha.0" to rc-upload":"~4.3.0" in the new version. Additionally, the css-minimizer-webpack-plugin has been upgraded from version 2.0.0 to 3.0.0, indicating improvements in CSS optimization during the build process, potentially leading to smaller bundle sizes. On the other hand, react-resizable has been updated from version 2.0.0 to version 3.0.1 meaning that this package has new features and improvements.
Both versions maintain compatibility with React >=16.9.0 and React DOM >=16.9.0. The core set of dependencies like lodash, moment, and various rc-* components remain mostly consistent, ensuring stability in the foundational UI elements. Developers should investigate the changes for rc-upload, css-minimizer-webpack-plugin and react-resizable if they use those components. This update provides a reliable and enhanced experience for developers building enterprise-class applications with React.
The are not vulnerabilities for the version 4.15.6 of the package antd