Please refer to CHANGELOG-CN for Chinese changelog
3.1.1 (2024-12-22)
SelectMenuInput
'sloading
usesdisabled
controlSelectMenuInput
'sdebounce
prop default value changed to 0- Container root adaptive width
SelectMenuButton
mini mode style optimization
3.1.0 (2024-12-18)
- Added
SelectMenuInput
input box component - Added
SelectMenuButton
button component - Added
SelectMenuBlock
component as an inline pure layout component - Removed
SelectMenuSearch
component
SelectMenuGroup
group switching method optimizationSelectMenuColumn
automatically adapts and evenly distributes width
3.0.3 (2024-12-02)
SelectMenuSection
scrollbar adaptation improvement- When reopening a multilevel menu, always open the root menu
- When switching multilevel menus, reposition the dropdown content container
- Adjust the style of the dropdown content container
3.0.2 (2024-11-29)
- Supplementary data type declarations for
SelectMenuDropdown
and utility functions
3.0.1 (2024-11-29)
- Fixed the issue that the menu will automatically close when the multi-level menu triggers object selection
- Fixed the issue that the menu will automatically close when the title series component is clicked
3.0.0 (2024-11-24)
- The
v-selectmenu
component has been refactored using Vue 3 composition API - The build tool has been switched from
Webpack
toVite
- The unit testing library has been switched from
Mocha
toVitest
- Completely redesigned the menu organization