- Refactor the Select component, fully supports keyboard accessibility and fixes several issues. #3157 #1647 #3574
- DatePicker supports keyboard accessibility. #3643 #1647
- ColorPicker supports keyboard accessibility. #3662 #1647
- Tabs supports keyboard accessibility. #3642 #1647
- TabPane changed
display: none
tovisibility: hidden
. #3652 - ColorPicker add new property
disabled
. #3662 - Select add new events
@on-clear
and@on-open-change
. #3579 - Rate add new property
clearable
. #3487 - ColorPicker add new event
@on-open-change
. #3540 - AutoComplete add new event
@on-focus
and@on-blur
. #3565 - Icon add new event
@click
. #3621 - Menu In accordion mode, when the parent menu is closed, its submenus are closed too. #3617
- Optimize the popper.js configuration. 354254b
- Fixed the bug that Slider can't drag sometimes. #3468
- Fixed nested Row gutter bug. #3596
- Fixed DatePicker style bug when
type="datetimerange"
and open show-week-numbers. #3629 - Fixed RadioGroup bug that cannot use value directly. #3498
- Fixed bug that RadioGroup doesn't center content sometimes. #3586
- Fixed bug that $Spin calls the .hide() method directly. #3535
- Fixed bug that AutoComplete event
@on-change
called only once. #3486 - Fixed bug that AutoComplete can not scroll when the content is too long. #3590
- Fixed Notice bug that class name is wrong. #3551
- Fixed bug of Menu that @on-open-change event return wrong value. #3575
- Add Czech. @ajkl2533