2.14.4
2026-08-07
Features
- Components [notification] add
progressandpauseOnHoveroptions (#24565 by @misakamayako)
Bug fixes
- Directives stop repeat-click after mouseup (#24573 by @qp666)
- Components [input/select] prevent box-shadow noise (#24619 by @thlovey)
- Components [autocomplete] clear stale suggestions on refocus (#24621 by @ixyzorg)
- Components [popover] omit
gpuAccelerationdefault value (#24636 by @btea) - Components [table] stop mutating parent's filtered-value (#24594 by @SpanManX)
- Components [upload] stabilize file list reorder transitions (#24609 by @rzzf)
- Components [space] clone spacer vnode (#24647 by @rzzf)
- Components [date-picker] correct the input time format (#24574 by @xingyixiang)
- Components [scrollbar] update component on transition and animation end (#24508 by @prd-y-nguyen)
- Components [input] emit change event when toggling password visibility (#24342 by @guozi9999)
- Components [table] avoid null theadRef access after header unmount (#24668 by @btea)
- Components [loading] avoid innerHTML and children conflict (#24675 by @rzzf)
Refactors
- Components normalize
*-classand*-styleprops (#24418 by @ZacharyBear) - Components [popover] replace attrs with props for better type inference (#24571 by @Jungzl)