Skip to content
- ♿ Improve Progress, Steps, and Tooltip accessibility by avoiding redundant SVG announcements, triggering Steps item
onClick on keyboard activation, and preserving existing Tooltip aria-describedby relationships. #59139 @github-actions
- 🐞 Fix numeric
0 content rendering across Alert, Empty, Card, Tag, Breadcrumb, Segmented, FloatButton, Form.Item, and Statistic. #59117 #59094 #59079 #59101 @bhumin18 @QDyanbing @dogledogle
- 🤖 Fix Alert global
closable and Select and AutoComplete onPopupVisibleChange type definitions incorrectly exposing unsupported callbacks or props. #59100 #59142 @QDyanbing
- Menu
- ⌨️ Fix duplicate Menu popup IDs across multiple instances. #59048 @zombieJ
- 🐞 Fix Menu horizontal submenus unexpectedly closing when the pointer moves from an item to its popup. #59088 @EmilyyyLiu
- 🐞 Fix Menu icons continuing to move after an inline menu finishes collapsing. #59085 @QDyanbing
- Transfer
- 🐞 Fix Transfer select-all checkbox remaining enabled when all search results are disabled. #59121 @QDyanbing
- 🐞 Fix Transfer rendering no items after filtered data is restored from an empty result. #59074 @biubiukam
- Table
- 🐞 Fix Table sortable columns not invoking custom
onKeyDown handlers for keys other than Enter. #59078 @QDyanbing
- 🐞 Fix Table triggering
filterDropdownProps.onOpenChange(false) twice when closing the built-in filter dropdown. #59023 @thlovey
- Tree
- 🐞 Fix Tree.DirectoryTree failing to expand or select nodes when
expandedKeys or selectedKeys is explicitly undefined. #59076 @giaBaoJS
- 🐞 Fix Tree.DirectoryTree Shift range selection when starting from a node whose
key is numeric 0. #59029 @QDyanbing
- List
- 🐞 Fix List remounting items when
rowKey returns numeric 0. #59113 @nrps9909
- 🛎 Update List deprecation warning to recommend migrating to Listy. #59060 @QDyanbing
- 🐞 Fix Checkbox.Group
disabled={false} failing to override the global disabled state for JSX children. #59109 @QDyanbing
- 🐞 Fix Upload leaving hidden canvas elements in the DOM after generating GIF previews. #59137 @dogledogle
- 🐞 Fix Notification close buttons unintentionally submitting enclosing forms. #59126 @nrps9909
- 🐞 Fix Drawer header action area not rendering when only the
extra prop is provided. #59089 @dogledogle
- 🐞 Fix Grid Row retaining stale
align and justify classes after the props are removed or responsive breakpoints stop matching. #59066 @QDyanbing
- 🐞 Fix Tag.CheckableTag local
style being overridden by ConfigProvider tag.style. #59087 @QDyanbing
- ♿ Improve Steps accessibility by hiding decorative panel arrows from assistive technology. #59105 @nrps9909
- ♿ Improve Skeleton.Image accessibility by hiding its decorative placeholder graphic from assistive technology. #59107 @nrps9909
- 🐞 Fix Descriptions resetting item state after reordering an item with
key: 0. #59064 @QDyanbing
- 🐞 Fix Cascader and Cascader.Panel showing the default empty state when
notFoundContent is null. #59028 @QDyanbing
- 🐞 Fix Watermark throwing an error when
content is undefined. #59077 @VamoBao
- 📖 Fix component LLMs links on website mirrors and local deployments. #59062 @QDyanbing