Releases: TerryZ/v-selectpage
Releases · TerryZ/v-selectpage
v3.0.1
v3.0.0-beta.2
Please refer to CHANGELOG.md for details.
v3.0.0
Please refer to CHANGELOG.md for details.
v3.0.0-beta.1
Please refer to CHANGELOG.md for details.
v2.1.4
Changelog:
- add Portuguese-Brazil language, the language key is
pt_br
- change css pre-processor program from SCSS to Stylus
- use Javascript Standard Style to format code
- upgrade v-dropdown plugin to
v2.1.0
v2.1.2
Changelog:
- use render functions to completely rebuild plugin
- make plugin style more simple, reduce the use of lines
- optimize some operations and data processing performance
- fixed duplicate data request in some cases
- fixed search input not working in some cases
- add in rtl mode(content align to right), change input direction from right to left
- add Spanish language, the language key is
es
- add German language, the language key is
de
- add Romanian language, the language key is
ro
- add French language, the language key is
fr
v2.0.2
Changelog:
- rebuild plugin
- change iconfont name and class name, avoid conflicts with iconfont content in the user environment
- fixed select current page functional failure in some cases
- fixed duplicate request issue in server side mode, and v-model variable will auto change when selected some item
- add rtl option to set drop down container layer and inner content align to the right, to adapt to the needs of some countries/language to the right
- add disabled option to disabled plugin and removed disabled api
- add width option to set drop down container layer width, if not set, the drop down container layer width will adaptive by inner content
- add Arabic language, the language key ar
- modify the max selected limit item prompt mode
- the drop down container layer change to plugin v-dropdown