Please refer to CHANGELOG-CN for Chinese changelog
3.0.1 (2023-10-27)
- Selected items will not be cleared when
v-model
set value to an empty array #68
- Added
removeItem
andremoveAll
methods toSelectPageList
,SelectPageTable
components
3.0.0 (2023-10-09)
- Update
.d.ts
document
3.0.0-beta.2 (2023-10-05)
- Upgrade
v-dropdown
tov3.0.0
- Added
customTriggerClass
prop, used to add custom class to trigger objects - Added
customContainerClass
prop for adding custom class to dropdown container
- Update
.d.ts
document
3.0.0-beta.1 (2023-09-01)
- The
v-selectpage
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
- Two new core modules,
SelectPageListCore
andSelectPageTableCore
, have been added. These modules can be used independently - The
visible-change
event has been added to the dropdown list modulesSelectPageList
andSelectPageTable
. This event is fired when the dropdown layer is opened or closed - Data loading has been changed to use the
fetch-data
andfetch-selected-data
events 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
values
toselection-change
- A new
remove
event has been added to respond to item removal operations