2.11.5
2025-10-17
Features
- Components [watermark] add
fontGap
prop (#22342 by @suqingyao) - Components [mention/menu/dropdown/pagination] add popper-style (#22278 by @keeplearning66)
- Components [cascader]
lazyLoad
support reject (#22283 by @btea) - Components [radio-group] support options with el-radio-button (#22285 by @snowbitx)
- Components [checkbox-group] support options el-checkbox-button (#22377 by @snowbitx)
- Components [autocomplete] support home and end key events (#22324 by @snowbitx)
- Components [color-picker-panel] hue-slider a11y (#22258 by @tolking)
- Components [input] add
modelModifiers
prop (#22415 by @cszhjh) - Components [input] add
word-limit-position
attributes (#22359 by @FrontEndDog)
Bug fixes
- Components [select] fix label not show when persistent is false (#22317 by @kooriookami)
- Components [popconfirm] unable to capture focus (#22310 by @tolking)
- Components [date-picker] allow plain array for modelValue (#22140 by @Dsaquel)
- Components [date-picker] display value error when persistent:false (#22356 by @tolking)
- Components [tooltip] close tooltip when cliking iframe (#22345 by @Dsaquel)
- Components [form-item] dynamically toggle form item slot (#22344 by @Dsaquel)
- Components [table] make resizable prop reactive (#22340 by @keeplearning66)
- Components [checkbox-group/radio-group] avoid passing alias fields to component (#22346 by @cszhjh)
- Translation document path splicing error (#22364 by @FrontEndDog)
- Components [tree] correct drop indicator with tree scroll offset (#21947 by @scvzerng)
- Components [date-picker] supplement type for DatePickerInstance (#22387 by @keeplearning66)
- Components [input-number] arrow key repeat and disabled-scientific not working (#22382 by @cszhjh)
- Components [slider] support uneven step sizes (#22401 by @cszhjh)
- Components [time-picker] always take old value on cancel (#22414 by @Dsaquel)
- Components [select] loading appears on first click when remote (#22323 by @keeplearning66)
- Components [cascader] issue with expanding levels during search (#21686 by @keeplearning66)
- Use @eslint/markdown instead of eslint-plugin-markdown (#22434 by @FrontEndDog)
- Directives [vRepeatClick] remove event listener during unmounted (#22439 by @tolking)
- Components [upload] Invalid CSS variable (#22366 by @FrontEndDog)
- Components [message] use correct namespace for lockscreen (#22465 by @Lensiq)
- Components [DatePickerPanel] button offset when using unocss (#22449 by @FrontEndDog)
- Components [cascader/autocomplete] make debounce prop reactive (#22477 by @keeplearning66)
- Components [input-number] fix step-strictly precision (#14359 by @cc-hearts)
- Components [color-picker] the panel does not capture focus (#22483 by @tolking)
Refactors
- Components replace props.options with options (#22330 by @cszhjh)
- Components [switch] use shallowRef and remove redundant usage (#22347 by @snowbitx)
- Style Update Eslint to V9 and Prettier to V3 (#21949 by @FrontEndDog)
- Components [date-picker] externalize formatToString (#22349 by @Dsaquel)
- Components remove unnecessary 'props.' in the template (#22381 by @keeplearning66)
- Components [dropdown] trigger flow for dropdown menu (#22332 by @tolking)