Skip to content

Latest commit

History

History
26 lines (15 loc) 路 2.28 KB

LATESTLOG.md

File metadata and controls

26 lines (15 loc) 路 2.28 KB

Latest Log

1.27.14 (2024-07-03)

Features

  • Balloon: add mouseEnterDelay and mouseLeaveDelay, with higher priority than delay (1f6ccdd)
  • CascaderSelect: clear the search box after selecting the item, close #3008 #3415 (9e159f2)

Bug Fixes

  • CascaderSelect: use white background with virtual scrolling (65a206b)
  • DatePicker2: okButton is still clickable when input value is in disabled date, close #3801 (#4870) (df4ecc7)
  • DatePicker2: unable to enter space to enter time (83269e0)
  • Message: the styles of the outer Message component will affect the inner component when nested, close #4851 (ec8978e)
  • Select: should be able to not clear search value in multiple mode, close #3590 (ab017bc)
  • Slider: the last element covers on top when the Slider component is set to fade effect (28a6b23)
  • Tree: should keep click and key events consistent,close #2899 (906bc90)

Documentation

  • update contributing document (740d523)