Ant Design (antd) has released version 4.24.0, building upon the solid foundation of version 4.23.6. Both maintain the goal of providing enterprise-class UI components for React applications. Reviewing the dependencies, the core building blocks like lodash, moment, and various rc-* (React Component) libraries remain largely consistent, indicating a focus on stability.
However, some version bumps and additions signify incremental enhancements. For instance, rc-image sees an update (5.7.0 to 5.9.0), suggesting image-related component improvements. Similarly, rc-steps goes from version 4.1.0 to 5.0.0-alpha.0 pointing at possible refactor or new features related the steps component. These updates likely incorporate bug fixes, performance optimizations, and potentially new functionalities within these specific components.
The devDependencies section shows a broad array of tools for development, testing, and documentation. Notable changes are around testing libraries, showing versions updates on @types/jest, jest-environment-jsdom,jest-environment-node. Also, different @types/react* packages were updated. These changes, while primarily impacting developers contributing to antd itself, can indirectly benefit users through a more robust and reliable library. The inclusion and version updates of tools like esbuild-loader, css-minimizer-webpack-plugin and many eslint related packages are related to better DX (Developer Experience). Though not immediately visible, these refinements contribute to a smoother and more efficient development experience when utilizing antd components within your project.
The are not vulnerabilities for the version 4.24.0 of the package antd