Ant Design (antd) has released version 0.12.8, a minor update following the 0.12.7 release. Both versions are described as "一个 UI 设计语言," a UI design language in Chinese, built with React. Digging into the dependencies, both versions share a baseline with consistent versions for core components such as rc-form, rc-menu, rc-tabs, and a suite of rc-* utilities handling forms, menus, and other interactive elements. However, a key difference is found within the rc-tree-select and rc-input-number dependencies. Version 0.12.8 upgrades rc-tree-select from ~1.1.1 to ~1.2.2 and rc-input-number from ~2.4.1 to ~2.5.0. Developers should investigate the changelogs for these specific rc-tree-select and rc-input-number updates to understand the included bug fixes, new features, or breaking changes. The devDependencies, used for development tooling, remain identical, indicating a focus on component enhancements rather than build process alterations. Both versions rely on a similar stack of tools, including Webpack, Babel, and ESLint, suggesting a stable and modern development workflow is in place. With this knowledge, upgrading from 0.12.7 to 0.12.8 should be very low risk and bring you the new features of the mentioned components.
The are not vulnerabilities for the version 0.12.8 of the package antd