Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix v-model typo #369

Merged
merged 1 commit into from
Dec 11, 2018
Merged

Fix v-model typo #369

merged 1 commit into from
Dec 11, 2018

Conversation

Leecason
Copy link
Contributor

Fix select component EVENT_INPUT annotation typo, not v-modal, v-model instead.

@codecov-io
Copy link

codecov-io commented Dec 10, 2018

Codecov Report

Merging #369 into dev will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #369   +/-   ##
=======================================
  Coverage   92.67%   92.67%           
=======================================
  Files         138      138           
  Lines        2961     2961           
  Branches      486      486           
=======================================
  Hits         2744     2744           
  Misses        108      108           
  Partials      109      109
Impacted Files Coverage Δ
src/components/select/select.vue 73.52% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53f12f6...b4f29d0. Read the comment docs.

@dolymood
Copy link
Contributor

Thanks

@dolymood dolymood merged commit 870a302 into didi:dev Dec 11, 2018
hu0950 pushed a commit that referenced this pull request Nov 1, 2019
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps): bump lodash.template from 4.4.0 to 4.5.0

Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps-dev): bump eslint from 3.19.0 to 4.18.2

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v3.19.0...v4.18.2)

Signed-off-by: dependabot[bot] <support@github.com>
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps-dev): bump lodash-es from 4.17.10 to 4.17.14

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.10 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.10...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps): bump mixin-deep from 1.3.1 to 1.3.2

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
dolymood pushed a commit that referenced this pull request Nov 6, 2019
* docs(i18n): add version

* build: docs

* docs(quick-start): add checker & locale entry

* docs(scroll): version

* build: docs

* chore(scroll): fix example bug

* build: docs

* fix(validator): remove findMessage

* chore(upgrade): update to v1.11.1

* build: package

* chore(example): input spell error

* build: docs

* docs(swipe): add 1.11 version diff

* build: docs

* Fix nest scrolls bug (#340)

* fix(scroll): outer scroll disabled when inner scroll invoke scrollTo

* chore(scroll): fix test bug in nest scroll

* fix(scroll): add 'none' nestMode

* fix(scroll-nav): can not scroll when nav-bar reach boundary

* chore(scroll): update scroll docs

* chore(package.json): 1.11.2

* build: package

* build: docs

* chore(example): checkbox add click demo

* docs(checkbox): add click demo doc

* build: docs

* feat(textarea): support autoExpand prop to control init state

#348

* test(textarea): add autoExpand prop test

* docs(textarea): add autoExpand prop doc

* Fix scrolls nest mode (#345)

* fix(scroll): set nestMode default to 'none'

* chore(scroll): update examples

* chore(scroll): update scroll docs

* chore(scroll): update unit test

* fix(scroll): update

* Feat recycle list (#344)

* feat(recycle-list): complete coding

* test(recycle-list): add unit case

* docs(recycle-list): add docs

* test(recycle-list): modify unit case

* feat(recycle-list): remove refs

* test(recycle-list): improve the coverage

* docs(recycle-list): modify destructuring

* docs(recycle-list): modify docs

* feat(recycle-list): adjust css and optimize loadings

* test(recycle-list): modify unit case

* refactor(recycle-list): code review

* refactor(recycle-list): add overflow scrolling touch

* docs(recycle-list): en remove zh-CN doc

* docs(recycle-list): tombstone mode to infinite mode

* refactor(input): placeholder color set to normal

* refactor(textarea): placeholder color specificity to normal

* chore(package.json): 1.12.0

* docs(scroll): nest mode required version 1.12

* docs(recycle-list): add version

* chore(types): add recycle-list component

* build: package

* build: docs

* fix(recycle-list): change warning to warn

* chore(package.json): 1.12.1

* build: package

* feat(form): submit method add skipValidate param

skipValidate used to skip validating when submit

* docs(form): add submit skitValidate param doc

* chore(package.json): 1.12.2

* docs(form): add version required

* build: package

* build: docs

* fix(swipe): should update activeIndex when remove item

* chore(package.json): 1.12.3

* build: package

* docs(nav): add video tutorial

* build: docs

* fix(example): fix page header invisible

* fix(recycle-list): can not scroll on iOS

* refactor(example): recycle list style

* chore(package.json): 1.12.4

* build: package

* build: docs

* feat(form): add checker item

* feat(tab-bar): support value prop

* feat(tab-panels): support value prop for tab-panel

* docs(tab-bar): add value prop doc

* feat(locale): support auto get Vue value

* chore(package.json): 1.12.5

* build: package

* build: docs

* docs(quick-start): add video

* build: docs

* Feat(TimePicket): support min & max

* feat: max

* test(time-picker): max example

* fix(time-picker): days.len

* docs: max

* fix(time-picker): column init

* test(time-picker): max

* docs: max

* test: fix minute step

* fix: potential float bug

* feat(time-picker): min

* test(time-picker): min

* docs(time-picker): min

* docs(time-picker): min, max

* chore: update version

* build: package

* build: docs

* Fix v-model typo (#369)

* chore: update scroll example's img (#372)

* chore: update scroll example's img

* chore: replace img links

* build: docs

* chore(package.json): better-scroll version lock

* chore(package.json): 1.12.7

* build: package

* build: docs

* fix(image-preview): zoom image on iOS will be blurred

#286

* chore(package.json): 1.12.8

* build: package

* chore(docs): remove Video Tutorial

* build: docs

* fix(slide): goToPage direction (#384)

* fix(slide): goToPage direction

* fix: remove default time value in goToPage function

* chore(slide): add vertical unit test case

* chore(package.json): 1.12.9

* build: package

* fix(recycle-list): check promise when mounted

* feat(input): add blur & focus api

* test(input): focus & blur api

* chore(package.json): 1.12.10

* build: package

* docs(input): add focus & blur api doc

* build: docs

* sticky-ele组件导出错误 (#409)

Thanks for your PR.

* fix(radio): radio group support v-model when using group

* chore(demo): radio group demo

* Recycle list fixbug (#410)

* fix(recycle-list): fix stop scroll bug

* docs(recycle-list): optimize docs

* fix(recycle-list): improve coverage

* test(recycle-list): add some test suites

* fix(recycle-list): normalize function name

* refactor(recycle-list): change ele class

* fix(recycle-list): set list vari to normal prop

* fix(recycle-list): hide loading-spinner when stop scroll

* fix(recycle-list): remove stopFetch variable

* test(recycle-list): modify unit case

* fix(recycle-list): clean unused whitespace and ajust position of noMore

* fix(recycle-list): make noMore var reactive

* chore(package.json): 1.12.11

* build: package

* build: docs

* Recycle list add api (#417)

* docs(recycle-list): add clean methods

* feat(recycle-list): add clean methods

* test(recycle-list): test clean methods

* docs(recycle-list): change clean to reset

* feat(recycle-list): change clean method to reset method

* test(recycle-list): test list length of recycle-list

* test(recycle-list): optimize unit case

* fix(Slide): fix maxScrollX/Y caculating error in nested Slide (#418)

* fix(slide): fix maxScrollX/Y caculating error in nested Slide

* optimise

* chore(types): add popup show, hide and remove declare

* chore(package.json): 1.12.12

* build: package

* build: docs

* chore(types): ts type declare err

* fix(scroll-nav-bar): inline-block element should have vertical-align top

#427

* fix(form): should sync validator value when submit

* refactor(form): opti comment

* chore(package.json): 1.12.13

* build: package

* build: docs

* feat(date-picker): support display order

* feat(date-picker): add columnOrder prop

add columnOrder prop which can be used to change the display order in case where the order is not
'Year-Month-Day Hour-Minute-Second'

* docs(date-picker): add version for columnOrder

* docs(date-picker): fix the mistake in document of date-picker

change "Day" to "Date" in the expression of columnOrder prop

* docs(date-picker): columnOrder doc order

* chore(package.json): 1.12.14

* build: package

* build: docs

* fix(scroll): nested scroll bug
when inner element can't scroll

* chore(package.json): 1.12.15

* build: package

* build: package

* docs(quick-start): upgrade webpack plugin versions

* build: docs

* fix(input): clear use touchend event to handle clear

* fix(types): add Checker

* test(input): fix click to touchevent

* chore(package.json): 1.12.16

* build: package

* build: docs

* feat(upload): support file status class

* chore(package.json): 1.12.17

* build: package

* build: docs

* feat(tab-bar): caculate tab's offsetLeft by el.offsetLeft

* chore(package.json): 1.12.18

* build: package

* build: docs

* test(karma): change image preview tests

* fix(demo): image preview links

* build: docs

* docs(form fields): add input events (#468)

* docs(checkbox and checkbox-group): add events

* docs(components of form type): add input event documentation

* docs(rate component): modify documents

* docs(components of form type): modify events description

* docs(input): modify events description

* chore(types): add style module

* chore(types): add Locale and Style module d.ts

* feat(checker): support disabled

* feat(checker): new component checker

* test(checker): init checker test

* refactor(demo): add checker

* docs(checker): init checker docs

* refactor(checker): remove console

* test(checker): fix radio test

* fix(checker): radio & checkbox type active condition

* fix(checker): radio condition error

* refactor(example): checker router component path err

* test(checker): fix test

* add checker disabled

* add checker disabled document

* 修改checker文档

* 修改缩进

* 修改test

* chore(package.json): 1.12.19

* docs(theme): add checker disabled vars

* build: package

* build: docs

* fix(button): button add events handle

* chore(package.json): 1.12.20

* refactor(form): remove debugger

* build: package

* feat(scroll): optimise scroll pullup (#482)

* feat(scroll): add pullUpLoad subprops visible

* feat(scroll): enhance forceUpdate

* chore(scroll): update docs and test

* optimise(scroll): using nextElementSubling

* chore(docs): update scroll doc

* chore(unit): update unit test to improve coverage

* chore: fix scroll docs

* docs(scroll): add nomore & visible docs

* chore(package.json): 1.12.21

* build: package

* build: docs

* docs(action-sheet): fix method do not match

* build: docs

* fix(index-list): should recalculaye height when forceUpdate

* refactor(demo): fix index-list pull down refresh

* docs(index-list): fix pulldown refresh forceUpdate err

* chore(package.json): 1.12.22

* docs(index-list): fotmat

* build: package

* build: docs

* docs(internationaliztion): refrator

* docs(internationalization): expose localMixin

* docs(internationalization): add sup label

* refactor(locale): mixin to lowercases

* docs(i18n): mixin usage

* chore(package.json): 1.12.23

* build: package

* build: docs

* fix(scroll-nav): use setTimeout to fix vue2.6 nextTick

nextTick is faster than events

* chore(package.json): 1.12.24

* build: package

* build: docs

* fix(scroll): forceUpdate (#526)

* fix: forceUpdate

* fix: rename

* fix: indexList foceUpdate

* docs(quick-start): add nuxt demo repo

* build: docs

* feat(textarea): add change event

* feat(index-list): support title slot

* chore(package.json): 1.12.25

* docs(index-list): add title slot

* build: package

* build: docs

* fix(validator): about promise type checking error

* fix(form): form item should sync value and do not validate twice

* fix(slide): bs transition should only affect transform

* chore(package.json): 1.12.26

* fix(date-picker): min and max default month to right value

* fix(index-list): scroll component refresh check

* build: package

* build: docs

* feat(scroll-nav-bar): sync txts by labels

* feat(scroll-nav): add scrollTo API

* fix(scroll-nav-bar): vue warn prop modify

* fix(scroll-nav-bar): sync txts too

* test(scroll-nav-bar): update labels should update txts too

* chore(package.json): 1.12.27

* build: package

* build: docs

* chore(demo): add input max length demo

* docs(input): add control max length demo

* build: docs

* feat: add a col configuration to checkbox and radio

* feat(checkbox-group): add a col configuration

* feat(radio): add a col configuration

* chore(demo): add a col configuration to checkbox-group and radio

* docs(radio): add a col configuration to radio

* docs(checkbox-group): add a col configuration to checkbox-group

* refactor(group-col mixin): remove comments

* chore(example): checkbox, radio text to en

* docs(checkbox): add colNum doc

* chore(package.json): 1.12.28

* build: package

* build: docs

* fix(input): ff, input min width should be 0

#567

* fix(scroll): pulldown can not reset position

* chore(package.json): 1.12.29

* build: package

* build: docs

* fix(form): should sync validity when add item field

* refactor(form): remove debugger

* fix(form): do not get btn field value

* test(form): add fieldsModel test

* chore(package.json): 1.12.30

* docs(form): add fieldsModel doc

* build: package

* build: docs

* docs(home): update copyright to 2019

* build: docs

* fix(segment-picker): fix can not hide bug

#597

* chore(package.json): 1.12.31

* build: package

* build: docs

* docs(form): add options sub conf desc

* build: docs

* docs(checker): add disabled option

* build: docs

* docs(scroll): bs link to en lang

* docs(scroll-nav-bar): add options prop

* build: docs

* feat(image-preview): support longTapSave to control bs click option

* refactor(image-preview): remove longTap prop

* fix(form): should scroll into first invalid field

* chore(package.json): 1.12.32

* build: package

* build: docs

* fix(radio): default slot child v-model not render correct contents

* build(deps): bump handlebars from 4.0.11 to 4.5.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.5.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.5.1/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.0.11...v4.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants