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

Feat recycle list #344

Merged
merged 14 commits into from
Nov 7, 2018
Merged

Feat recycle list #344

merged 14 commits into from
Nov 7, 2018

Conversation

theniceangel
Copy link
Collaborator

@theniceangel theniceangel commented Oct 26, 2018

Please make sure these boxes are checked before submitting your PR, thank you!

  • Make sure you follow DiDi's contributing guide.
  • Make sure you are merging your commits to dev branch.
  • Add some descriptions and refer relative issues for you PR.

@didi didi deleted a comment from TravisBuddy Oct 27, 2018
@didi didi deleted a comment from TravisBuddy Oct 27, 2018
@didi didi deleted a comment from TravisBuddy Oct 27, 2018
@codecov-io
Copy link

codecov-io commented Oct 27, 2018

Codecov Report

Merging #344 into dev will decrease coverage by 0.04%.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff            @@
##             dev     #344      +/-   ##
=========================================
- Coverage   92.8%   92.76%   -0.05%     
=========================================
  Files        136      138       +2     
  Lines       2850     2929      +79     
  Branches     453      473      +20     
=========================================
+ Hits        2645     2717      +72     
+ Misses       106      105       -1     
- Partials      99      107       +8
Impacted Files Coverage Δ
src/modules/recycle-list/index.js 100% <100%> (ø)
src/components/recycle-list/recycle-list.vue 90.66% <90.66%> (ø)
src/components/scroll/scroll.vue 92.09% <0%> (+0.04%) ⬆️
src/components/textarea/textarea.vue 92% <0%> (+0.33%) ⬆️

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 e5056a7...5bb78aa. Read the comment docs.

@TravisBuddy
Copy link

Travis tests have failed

Hey @theniceangel,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 6

View build log

npm test
> cube-ui@1.11.2 test /home/travis/build/didi/cube-ui
> npm run unit && npm run codecov


> cube-ui@1.11.2 unit /home/travis/build/didi/cube-ui
> cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run

(node:3551) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
30 10 2018 12:01:37.389:INFO [karma]: Karma v1.7.1 server started at http://0.0.0.0:9876/
30 10 2018 12:01:37.393:INFO [launcher]: Launching browser PhantomJS_mobile with unlimited concurrency
30 10 2018 12:01:37.412:INFO [launcher]: Starting browser PhantomJS
30 10 2018 12:01:40.076:INFO [PhantomJS 2.1.1 (Linux 0.0.0)]: Connected on socket N-l0SD0V5u7C3fKFAAAA with id 4991071
PhantomJS 2.1.1 (Linux 0.0.0) INFO LOG: 'You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html'

  ActionSheet
    ActionSheet.vue
      ✓ use
      ✓ should render correct contents
      ✓ should render correct contents - no data
      ✓ should render correct contents - picker style
      ✓ should trigger events
    ActionSheet API
      ✓ $createActionSheet API

  Button.vue
    ✓ use
    ✓ should render correct contents
    ✓ props
    ✓ events-called
    ✓ events-no-called

  CascadePicker
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents when use alias
    ✓ should trigger events
    ✓ should call methods
    ✓ should support async cascade
    ✓ $updateProps
    ✓ should add warn log when single is true

  CheckboxGroup.vue
    ✓ use
    ✓ should render correct contents (horizontal=false)
    ✓ should render correct contents (horizontal=true)
    ✓ should change v-model value
    ✓ should work correctly - min & max

  Checkbox.vue
    ✓ use
    ✓ should render correct contents
    ✓ should toggle v-model value

  Checker.vue
    ✓ use
    ✓ should render radio contents
    ✓ should render radio contents
    ✓ should render checkbox contents

  DatePicker
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents when configured startColumn and columnCount
    ✓ should render correct contents when configured format
    ✓ should trigger events
    ✓ should call methods
    ✓ should add warn log when single is true
    ✓ $updateProps: {"value":"2012-10-01T00:00:00.000Z"}
    ✓ $updateProps: {"min":"2012-04-05T00:00:00.000Z"}
    ✓ $updateProps: {"min":"2010-04-05T00:00:00.000Z"}
    ✓ $updateProps: {"max":"2025-10-20T00:00:00.000Z"}

  Dialog
    Dialog.vue
      ✓ use
      ✓ should render correct contents - icon
      ✓ should render correct contents - title
      ✓ should render correct contents - alert
      ✓ should render correct contents - confirm
      ✓ should render correct contents - prompt
      ✓ should render correct contents - confirmBtn/cancelBtn
      ✓ should trigger events
      ✓ should not trigger events when btn is disabled
    Dialog API
      ✓ $createDialog API

  Drawer
    ✓ use
    ✓ should render correct contents
    ✓ should trigger events

  Form.vue
    ✓ use
    ✓ should render correct contents
    ✓ should validate & reset correctly
    ✓ should validate & reset correctly - async validate
    ✓ should validate correctly - trigger blur
    ✓ should validate correctly - debounce
    ✓ should trigger events

  ImagePreview
    ImagePreview.vue
      ✓ use
      ✓ should render correct contents
      ✓ should trigger events
      ✓ should work correctly when slide & zoom
    ImagePreview API
      ✓ $createImagePreview API

  IndexList
    IndexList.vue
      ✓ use
      ✓ should render correct contents
      ✓ should trigger events
WARN LOG: '[Cube tip]: <cube-index-list> The property "pull-up-load" is deprecated, please use the recommended property "options" to replace it. Details could be found in https://didi.github.io/cube-ui/#/en-US/docs/index-list#cube-Propsconfiguration-anchor'
      ✓ should trigger pulling-up
WARN LOG: '[Cube tip]: <cube-index-list> The property "pull-down-refresh" is deprecated, please use the recommended property "options" to replace it. Details could be found in https://didi.github.io/cube-ui/#/en-US/docs/index-list#cube-Propsconfiguration-anchor'
      ✓ should trigger pulling-down
      ✓ should fixed title
      ✓ should not have navbar when navbar prop is false
      ✓ run normal when group or item undefined
      ✓ should handle condition of unexpected param

  Input.vue
    ✓ use
    ✓ should render correct contents
    ✓ should not show clear button when no text
    ✓ should show clear button when has text
    ✓ value should be empty when clear button clicked
    ✓ should support more native props
    ✓ should show password eye and work correctly
    ✓ should show clearable icon and work correctly
    ✓ should trigger events

  Loading.vue
    ✓ use
    ✓ should render correct contents - no size
    ✓ should render correct contents - with size

  Locale
    ✓ use
    ✓ should support adding helper function
    ✓ should render correct zh-CN language by default and support changing language

  Picker
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents when use alias
    ✓ should toggle by change v-model visible
    ✓ should trigger events
    ✓ should refill correct
    ✓ should add warn log when single is true
    ✓ setData when picker is invisible
    ✓ setData when picker is visible

  Popup
    Popup.vue
      ✓ use
      ✓ should render correct contents - no type
      ✓ should render correct contents
      ✓ should toggle by change v-model visible
      ✓ events
    Popup API
      ✓ $createPopup API

  Radio.vue
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents - horizontal
    ✓ should toggle v-model value
    ✓ v-model should be a number value

  Rate.vue
    ✓ use
    ✓ should render correct contents
    ✓ should trigger change event
    ✓ should trigger change event with click

  RecycleList
    ✓ use
    ✓ requires onFetch function to return a Promise
    ✓ render correct count data
    ✓ should call correct method

  ScrollNavBar
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents - vertical
    ✓ should trigger events

  ScrollNav
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents - side
    ✓ should sticky & nav correctly
    ✓ should trigger events

  Scroll
    ✓ use
    ✓ should correct by default
    ✓ should render correct contents
    ✓ should trigger pullingDown
    ✓ should not trigger pullingDown
    ✓ should trigger pullingUp
    ✓ should not trigger pullingUp
    ✓ should trigger click
    ✓ should not trigger scroll events
    ✓ should trigger scroll events - with scroll-events
WARN LOG: '[Cube tip]: <cube-scroll> The property "listen-scroll" is deprecated, please use the recommended property "scroll-events" to replace it. Details could be found in https://didi.github.io/cube-ui/#/en-US/docs/scroll#cube-Propsconfiguration-anchor'
WARN LOG: '[Cube tip]: <cube-scroll> The property "listen-before-scroll" is deprecated, please use the recommended property "scroll-events" to replace it. Details could be found in https://didi.github.io/cube-ui/#/en-US/docs/scroll#cube-Propsconfiguration-anchor'
    ✓ should trigger scroll events - with listen-scroll
    ✓ should call correct method
    Nest Scrolls
      ✓ should render scrolls correct
      ✓ should disable outer scroll when touch the inner one and not reach boundary
      ✓ should disable inner scroll when touch the inner one and reach boundary

  SegmentPicker
    ✓ use
    ✓ should render correct contents
    ✓ should correct by default
    ✓ should trigger events
    ✓ $updateProps
    ✓ should add warn log when single is true

  Select.vue
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents - update txt
    ✓ should trigger events

  Slide.vue
    ✓ use
    ✓ should render correct contents
    ✓ should clone nodes if loop is true
    ✓ should trigger events
    ✓ should trigger scroll-end but without change
    ✓ should trigger scroll when changed
    ✓ should not trigger scroll when option.probeType !== 3
    ✓ should go to right pageIndex if set initialIndex
    ✓ should not reset current when set refreshResetCurrent=false

  Sticky
    ✓ use
    ✓ should render correct contents
    ✓ should fixed ele
    ✓ should fixed ele - checkTop
    ✓ should trigger events

  Swipe
    ✓ use
    ✓ should render correct contents
    ✓ should shrink if the swipe width not enough
    ✓ should shrink if the last moving direction is right
    ✓ should shrink and not moved if the duration is more than momentumLimitTime and moving distance is less than momentumLimitDistance
    ✓ should shrink and not moved if y-axis distance is more than x-axis distance
    ✓ should grow if the swipe width enough
    ✓ should grow if the duration is less than momentumLimitTime and moving distance is more than momentumLimitDistance
    ✓ should not swipe out of the boundaries when swiping left
    ✓ should not swipe out of the boundaries when swiping right
    ✓ should trigger events
    ✓ should shrink if another swipe item active
    ✓ should do nothing if active the same swipe item
    ✓ should call refresh if the btns prop has changed
    ✓ should use default props if do not pass any prop

  Switch
    ✓ use
    ✓ should render correct contents
    ✓ should toggle v-model value

  TabBar
    ✓ use
    ✓ props
    ✓ should render correct content when pass data prop
    ✓ should toggle v-model value
    ✓ should trigger click and change event
    ✓ should remove child dom when child component destroyed

  Textarea.vue
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents - no indicator
    ✓ should not expand when blur
    ✓ should expand when focus, fold when blur
    ✓ should has remain when focus
    ✓ should change value
    ✓ should support more native props

  TimePicker
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents - no showNow
    ✓ should render correct contents - showNow text
    ✓ should trigger events
    ✓ should have correct args when select normal time
    ✓ should have correct selectText when config format
    ✓ should add warn log when single is true
    ✓ should init minutes correct when minute step is undefined
    ✓ should init minutes correct when minute step is 15
    ✓ should init minutes correct when minute step is [object Object]
    ✓ should init minutes correct when minute step is [object Object]
    ✓ should init minutes correct when minute step is [object Object]
    ✓ should init minutes correct when minute step is [object Object]
    ✓ should init minutes correct when minute step is [object Object]

  Tip.vue
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents with offset[X]
    ✓ should be hidden after clicked content
    ✓ should be hidden after clicked close button

  Toast
    Toast.vue
      ✓ use
      ✓ should render correct contents - no type
      ✓ should render correct contents - time 0
      ✓ should render correct contents - with type
      ✓ should render correct contents - with type txt
    Toast API
      ✓ $createToast API
      ✓ should trigger correct event

  Toolbar.vue
    ✓ use
    ✓ should render correct contents
    ✓ should render correct contents - more actions
    ✓ should trigger events

  Upload.vue
    ✓ use
    ✓ should render correct contents
    ✓ should add files & upload
    ✓ should remove file
    ✓ should start & pause upload
    ✓ should retry upload
    ✓ should trigger events

  Validator
    Validator.vue
      ✓ use
      ✗ should render correct contents - invalid
	AssertionError: expected 'cube-validator cube-validator_validating' to include 'cube-validator_invalid' (/home/travis/build/didi/cube-ui/node_modules/chai/chai.js:210)

      ✓ should reset correctly
      ✓ should not validate when disabled
      ✓ should trigger events
      ✓ should render correct contents when the language has changed to English
      ✓ should render correct contents when using helper function
      ✓ should render correct contents when using string-template
    rules
      ✓ should be valid - no rule
      ✓ should be valid - unstated rule
      ✓ should be invalid - require: array
      ✓ should be invalid - type: string
      ✓ should be valid - type: string
      ✓ should be invalid - type: number
      ✓ should be valid - type: number
      ✓ should be invalid - type: array
      ✓ should be valid - type: array
      ✓ should be invalid - type: date
      ✓ should be valid - type: date
      ✓ should be invalid - type: email
      ✓ should be valid - type: email
      ✓ should be invalid - type: tel
      ✓ should be valid - type: tel
      ✓ should be invalid - type: url
      ✓ should be valid - type: url
      ✓ should be invalid - min: string
      ✓ should be valid - min: number
      ✓ should be valid - max: string
      ✓ should be invalid - max: number
      ✓ should be valid - len: string
      ✓ should be invalid - len: number
      ✓ should be invalid - notWhitespace
      ✓ should be invalid - pattern
      ✓ should be invalid - custom
    methods
      ✓ should add customized rule and message
      ✓ should support adding message when the seconde parameter is a function
      ✓ should rewrite raw type

PhantomJS 2.1.1 (Linux 0.0.0): Executed 274 of 274 (1 FAILED) (1 min 5.579 secs / NaN secs)
TOTAL: 1 FAILED, 273 SUCCESS


1) should render correct contents - invalid
     Validator Validator.vue
     AssertionError: expected 'cube-validator cube-validator_validating' to include 'cube-validator_invalid' (/home/travis/build/didi/cube-ui/node_modules/chai/chai.js:210)



=============================== Coverage summary ===============================
Statements   : 96.34% ( 2820/2927 )
Branches     : 85.47% ( 1159/1356 )
Functions    : 95.2% ( 258/271 )
Lines        : 96.39% ( 2803/2908 )
================================================================================

npm ERR! Linux 4.14.12-041412-generic
npm ERR! argv "/home/travis/.nvm/versions/node/v6.14.4/bin/node" "/home/travis/.nvm/versions/node/v6.14.4/bin/npm" "run" "unit"
npm ERR! node v6.14.4
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! cube-ui@1.11.2 unit: `cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the cube-ui@1.11.2 unit script 'cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the cube-ui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs cube-ui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls cube-ui
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/travis/build/didi/cube-ui/npm-debug.log
npm ERR! Test failed.  See above for more details.
TravisBuddy Request Identifier: bc2a2560-dc3b-11e8-8e0f-4de0fcdedaae

@dolymood dolymood merged commit fcfbc30 into dev Nov 7, 2018
@dolymood dolymood deleted the feat-recycle-list branch November 23, 2018 04:00
hu0950 pushed a commit that referenced this pull request Nov 1, 2019
* 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
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.

None yet

4 participants