|
1 | 1 | ## Changelog
|
2 | 2 |
|
| 3 | + |
| 4 | +### 2.11.0 |
| 5 | + |
| 6 | +_2025-08-22_ |
| 7 | + |
| 8 | +#### Features |
| 9 | + |
| 10 | +- Components [tour] support keyboard switching steps (#21766 by @thinkasany) |
| 11 | +- Components [select] add support for option groups in `options` (#21692 by @cszhjh) |
| 12 | +- Components add custom clear icon (#21699 by @a869246700) |
| 13 | +- Components add isDragging to useDraggable for dialog/message-box (#21703 by @zhixiaotong) |
| 14 | +- Components [splitter] add `lazy` prop (#21730 by @cszhjh) |
| 15 | +- Components [drawer] add `resizable` prop (#21608 by @cszhjh) |
| 16 | +- Components unify clear btn display on focus (#21732 by @Dsaquel) |
| 17 | +- Components [date-picker-panel] externalize `date-picker` core component (#21331 by @Dsaquel) |
| 18 | +- Components [config-provider/button] add text prop (#21806 by @Dsaquel) |
| 19 | +- Components [message] add `placement` option & method (#21747 by @zhixiaotong) |
| 20 | +- Components [cascader/select/date-picker] add popper-style (#21807 by @Dsaquel) |
| 21 | +- Components [input-tag] add `collapse-*` prop (#21477 by @eighty-cents) |
| 22 | +- Components [color-picker-panel] externalize `color-picker` core component (#21668 by @Dsaquel) |
| 23 | + |
| 24 | +#### Bug fixes |
| 25 | + |
| 26 | +- Components [carousel] special case `activeIndex` is inaccurate (#21736 by @jevin98) |
| 27 | +- Components [splitter] `collapsible` does not take effect dynamically (#21742 by @thinkasany) |
| 28 | +- Components [cascader-panel] ensure set null after clear (#21652 by @snowbitx) |
| 29 | +- Components [menu] skip comment nodes in ellipsis (#21751 by @cszhjh) |
| 30 | +- Components [cascader] issue when lazy loading returns leaf nodes (#21414 by @keeplearning66) |
| 31 | +- Components [splitter] collapse works with two-way size and min & max (#21738 by @cszhjh) |
| 32 | +- Components [segmented] wrap options item slot to any (#21794 by @Dsaquel) |
| 33 | +- Components [steps] dynamic status step exception (#21753 by @dhj-l) |
| 34 | +- Components [cascader] correctly handle focus and blur events (#21510 by @cszhjh) |
| 35 | +- Components [input] add `work-break` to `CONTEXT_STYLE` (#21809 by @Dsaquel) |
| 36 | +- Components [slider] correctly reset sliderSize (#21812 by @cszhjh) |
| 37 | +- Components [radio-group] prop-value cause ivalidate loop (#21814 by @cactuser-Lu) |
| 38 | +- Components [table] make root `show-overflow-tooltip` dynamic (#21823 by @Dsaquel) |
| 39 | +- Components [table] show-overflow-tooltip dynamic switch (#21811 by @dhj-l) |
| 40 | +- Build path compatible with Windows platform (#21423 by @Monday1997) |
| 41 | +- Components [cascader] treat `tagTooltipRef` as array (#21826 by @Dsaquel) |
| 42 | +- Components [date-picker] add missing data slot (#19839 by @Dsaquel) |
| 43 | +- Components [select & select-v2] avoid line break when input is empty (#21844 by @micaiguai) |
| 44 | +- Components [color-picker-panel] sync bg-color with date-picker-panel (#21859 by @Dsaquel) |
| 45 | + |
| 46 | +#### Refactors |
| 47 | + |
| 48 | +- Components export `TreeV2Instance` & optimize type usage (#21718 by @zhixiaotong) |
| 49 | +- Components [cascader-panel] unify click node (#21796 by @Dsaquel) |
3 | 50 |
|
4 | 51 | ### 2.10.7
|
5 | 52 |
|
|
0 commit comments