Skip to content
- 💄 Fix Button, Collapse, ColorPicker, Layout, Select, Space.Addon, Tree, and Typography borders not respecting the global
lineWidth and lineType Design Tokens. #58740 #58741 #58742 #58743 #58745 #58755 @li-jia-nan @QDyanbing
- 🐞 Fix BorderBeam, Checkbox, and Switch reduced-motion styles causing Lightning CSS minification failures. #58707 @QDyanbing
- Tag
- 💄 Fix Tag missing spacing and incorrect vertical alignment for bare
<svg> icons from third-party icon libraries. #58723 @mohamedkhaled4053
- 🐞 Fix Tag navigation being triggered when clicking the close icon with both
href and closable set. #58720 @QDyanbing
- 🐞 Fix Input.OTP dropping root DOM event handlers including
onPointerDown, onAnimationEnd, onTransitionEnd, and onScrollEnd. #58697 react-component/util#794 @aojunhao123
- 🐞 Fix Form triggering a hook-order warning in React 19 when using the UMD development build. #58417 @biubiukam
- 💄 Fix Table missing the top border when a bordered nested table is wrapped by Tabs or custom content. #58746 @QDyanbing
- 🐞 Fix Input.Search custom
enterButton not respecting the component's disabled and loading states. #58726 @QDyanbing
- 🐞 Fix Transfer custom action buttons passed through
actions not preserving their own disabled state. #58718 @QDyanbing
- 🐞 Fix Tree
rootStyle being ignored, and deprecate it in favor of styles.root. #58709 @QDyanbing
- 🐞 Fix Grid Col ignoring numeric
0 for the flex prop in regular and responsive configurations. #58719 @QDyanbing
- 🐞 Fix InputNumber not displaying
suffix when Form feedback is enabled. #58703 @QDyanbing
- ⌨️ Fix Splitter percentage-based
aria-valuemin and aria-valuemax values before container measurement, and prevent lazy drag previews from exceeding bounds next to zero-sized panels. #58702 @QDyanbing
- 📖 Fix the ant.design homepage theme preview resetting the selected theme during rerenders. #58687 @meet-student
- 📝 Correct Anchor
offsetTop default value to 0 in the Chinese documentation. #58710 @dogledogle