Please refer to CHANGELOG-CN for Chinese changelog
3.5.2 (2026-04-02)
- Administrative division data updated for Liangjiang New Area townships
3.5.1 (2026-03-27)
- Administrative division data updated to
2026-03-25
3.5.0 (2025-10-11)
- Upgraded
v-dropdownto versionv3.5.1 - Administrative division data updated to
2025-10-09 - Added
autoSelectFirstprop to automatically select the first item for all subordinate administrative levels when selecting a level. This applies to theSelects,Group, andColumnscomponents - Automatically select the item when only a single subordinate level is available, such as for municipalities, direct-controlled sub-cities, and provincial counties
- Added the
separatorprop to set the separator between level text
- Core Data uses queue processing
3.4.1 (2025-03-09)
- Upgraded
v-dropdownto versionv3.3.0
3.4.0 (2025-03-04)
- Upgraded
v-dropdownto versionv3.2.0 - Administrative division data updated to
2025-02-26 - Added
RegionDropdowncomponent to provide dropdown list capabilities for core module components likeGroup,Columns, andCityPicker - Component removals:
RegionGroupCoreRegionFullGroupCoreRegionColumnsCoreRegionFullColumnsCore
- Added
namesv-model property toRegionSelects,RegionGroup,RegionColumns, andRegionCityPickercomponents for returning selected administrative division names - Removed
adjustevent from all core module components
3.3.0 (2024-09-26)
RegionCityPickercomponent add remove all button- Some components add the function of scrolling and positioning selected items
3.2.1 (2024-09-23)
- dts adds the description of the output data of
scoped slotsslots - Optimize the style of group clear icon
- There is a probability that the initialization of the selected state at the town level will fail
3.2.0 (2024-09-21)
- Optimize performance and reduce unnecessary rendering and data loading
- The original components will be used as level 3 administrative level components, and the new
Fullseries of level 4 administrative level components will be added to use them on demand to avoid the components being too large when level 4 administrative level is not needed - Removed
resetapi. When you need to clear the selection, please set the value ofv-modelbinding to an object withundefinedat all levels
3.1.0 (2024-07-10)
RegionTextadds data change response- Update region data source
RegionSelectsEmpty list does not display placeholder text
3.0.0 (2023-09-24)
- Refactor the layout structure and style of
RegionCityPicker
3.0.0-beta.4 (2023-09-19)
- Upgrade
v-dropdowntov3.0.0 - Refactor the
RegionCityPickerandRegionSelectsstructures to make more functions testable
- Update
.d.tsdocument
3.0.0-beta.3 (2023-03-04)
- Fix data loading of town level list in
Groupmode has a probability error
3.0.0-beta.2 (2023-03-04)
- Increase the judgment of
windowobject to solve the packaging failure in non-browser environment
3.0.0-beta.1 (2023-03-02)
- Refactor
v-regionwith vue3 composition api - Change module bundler library from
webpacktovite - Change unit test library from
mochatovitest RegionGroupCoreandRegionColumnsCorecore modules addcompleteevents in response to all available region level selection completion- The
RegionGroup,RegionColumnsandRegionCityPickermodules addvisible-changeevents in response to the open/close state of the dropdown layer - Remove the search module from the
Groupmode