Please refer to CHANGELOG-CN for Chinese changelog
3.0.1 (2023-10-27)
- Selected items will not be cleared when
v-modelset value to an empty array #68
- Added
removeItemandremoveAllmethods toSelectPageList,SelectPageTablecomponents
3.0.0 (2023-10-09)
- Update
.d.tsdocument
3.0.0-beta.2 (2023-10-05)
- Upgrade
v-dropdowntov3.0.0 - Added
customTriggerClassprop, used to add custom class to trigger objects - Added
customContainerClassprop for adding custom class to dropdown container
- Update
.d.tsdocument
3.0.0-beta.1 (2023-09-01)
- The
v-selectpagecomponent has been refactored using Vue 3 composition API - The build tool has been switched from
WebpacktoVite - The unit testing library has been switched from
MochatoVitest - Two new core modules,
SelectPageListCoreandSelectPageTableCore, have been added. These modules can be used independently - The
visible-changeevent has been added to the dropdown list modulesSelectPageListandSelectPageTable. This event is fired when the dropdown layer is opened or closed - Data loading has been changed to use the
fetch-dataandfetch-selected-dataevents to improve flexibility in data processing - Four new languages have been added:
Traditional Chinese,Russian,Turkish, andDutch - The event for changing the selected items has been changed from
valuestoselection-change - A new
removeevent has been added to respond to item removal operations