Releases: TerryZ/v-region
Releases · TerryZ/v-region
v2.2.2
Changelog:
- 使用 render 函数的方式完全重构插件
- 重构样式设计,使得交互界面更加简洁、清晰
- 移除
ui
、text
、column
和city-picker
prop 入参,改为使用type
prop 进行设置,默认值为 "select" - 移除
selected
prop - 增加
v-model/value
支持 - 增加自定义选择器呼出对象的作用域插槽(scoped slot)支持,输出 "region" 和 "show" 数据
- 增加单元测试及代码测试覆盖率检测
- 修改 css 预编译程序从
SCSS
至Stylus
- 使用
Javascript Standard
语法标准对项目进行格式化 - 升级 v-dropdown 升级至 v2.1.1 版本
v2.1.3
v2.0.0
v1.7.0
v1.6.0
- add selected region text output only mode, set "text" to true
- fixed form element mode modify superior level, the lower level region unclear issues
- fixed some typography and style issues
- fixed some town/street data missing, the error info show in console issues