Skip to content
- 🐞 Fix Alert not showing the close button when the
closable configuration object only contains onClose. #58885 @QDyanbing
- 🐞 Fix Checkbox.Group crashing when
options contains nullish entries or values. #58879 @GuillaumeZ2SS
- 🐞 Fix App emitting an unnecessary CSS variable warning with
component={false}, while warning when root props cannot be applied in this mode. #58877 @li-jia-nan
- 🐞 Fix Table selecting disabled rows on other pages when selecting all data. #58843 @QDyanbing
- 🐞 Fix Transfer deselect-all behavior after filtering. #58844 @thlovey
- 🐞 Fix DatePicker
RangePicker semantic callbacks not receiving forwarded props. #58905 @QDyanbing
- 💄 Fix FloatButton.BackTop scroll animation not respecting
prefers-reduced-motion. #58849 @li-jia-nan
- 💄 Fix bare
<svg> icons from third-party icon libraries being misaligned, missing spacing, or breaking onto separate lines in Breadcrumb, Collapse, Segmented, Tabs, and Tag. #58862 #58868 #58869 #58870 @mohamedkhaled4053
- 💄 Fix AutoComplete disabled text not using the disabled text color. #58838 @lazerg
- 🤖 Fix Tour exposing unusable per-step
indicatorsRender and actionsRender TypeScript definitions. #58859 @lazerg