Skip to content
- 💄 Added a scroll bar to Dropdown when having many items. #51112 @Cameron-Asdf
- Slider #51150 @yoyo837
- 🐞 Fix Slider issue where the
id prop is not supported.
- 🐞 Fix Slider to address the issue causing
useLayoutEffect does nothing on the server warning when extractStyle is invoked.
- 🐞 Fix ColorPicker with gradient mode, sometimes handle color will be force sync back to first handle color issue. #51161 @zombieJ
- 🐞 Fix Table
onChange function receiving incorrect sorter value. #51114 @nathanlao
- Splitter
- 🐞 Fix the issue about throw a warning when Splitter nested in a hidden tab panel. #51109 @kiner-tang
- 🐞 Fix the issue about Splitter had unexpected gaps in Flex. #51096 @kiner-tang
- 🐞 MISC: Restore
react and react-dom peerDependencies. #51079 @chentsulin
- TypeScript