Ant Design has released version 5.15.4, building upon the solid foundation of the previous stable version, 5.15.3. While both versions share the same core philosophy of providing enterprise-class UI components for React, several key updates are worth noting for developers. In the dependencies, @babel/runtime is bumped from ^7.24.0 to ^7.24.1, and @ant-design/icons from ^5.3.3 to ^5.3.5, plus @ant-design/cssinjs updates from ^1.18.4 to ^1.18.5. On the devDependencies side, webpack is updated from ^5.90.3 to ^5.91.0, typescript from ~5.4.2 to ~5.4.3, including important updates to supporting @types packages such as @types/node, and @typescript-eslint/parser and @typescript-eslint/eslint-plugin bumps from 7.2.0 to 7.3.1 to align with the newer Typescript compiler.
These updates suggest a focus on refining the underlying build process and development environment. Users can expect improvements in build times, type safety, and stricter linting rules, ultimately contributing to a more robust and maintainable codebase. Other minor version bumps can also bring benefits in terms of increased stability and new features, but it requires more info to assess if breaking changes are introduced. Developers using Ant Design should consider upgrading to 5.15.4 to take advantage of these refinements and ensure compatibility with the latest tooling and best practices.
The are not vulnerabilities for the version 5.15.4 of the package antd