提交 5c2ce43f 编写于 作者: D dependabot[bot] 提交者: doly mood

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

* 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](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)
Signed-off-by: Ndependabot[bot] <support@github.com>
上级 cfbf72ae
......@@ -7601,12 +7601,12 @@
"dev": true
},
"lodash.template": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz",
"integrity": "sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
"integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
"dev": true,
"requires": {
"lodash._reinterpolate": "~3.0.0",
"lodash._reinterpolate": "^3.0.0",
"lodash.templatesettings": "^4.0.0"
}
},
......@@ -8482,7 +8482,7 @@
},
"onetime": {
"version": "1.1.0",
"resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
"resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
"integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
"dev": true
},
......
......@@ -1090,9 +1090,9 @@ better-assert@~1.0.0:
dependencies:
callsite "1.0.0"
better-scroll@^1.12.4:
version "1.12.4"
resolved "https://registry.yarnpkg.com/better-scroll/-/better-scroll-1.12.4.tgz#27d722fe7b6844176feb136da4f2fd39c70f973e"
better-scroll@~1.12.6:
version "1.12.6"
resolved "https://registry.yarnpkg.com/better-scroll/-/better-scroll-1.12.6.tgz#7548860f8b8c08c87e5af062e1da6e2c68c98337"
dependencies:
babel-runtime "^6.0.0"
......@@ -4401,7 +4401,7 @@ lodash._isiterateecall@^3.0.0:
version "3.0.9"
resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c"
lodash._reinterpolate@~3.0.0:
lodash._reinterpolate@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
......@@ -4474,17 +4474,17 @@ lodash.startcase@4.4.0:
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
lodash.template@^4.0.2:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0"
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
dependencies:
lodash._reinterpolate "~3.0.0"
lodash._reinterpolate "^3.0.0"
lodash.templatesettings "^4.0.0"
lodash.templatesettings@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz#2b4d4e95ba440d915ff08bc899e4553666713316"
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33"
dependencies:
lodash._reinterpolate "~3.0.0"
lodash._reinterpolate "^3.0.0"
lodash.topairs@4.3.0:
version "4.3.0"
......@@ -7165,6 +7165,10 @@ void-elements@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
vue-create-api@^0.2.0:
version "0.2.2"
resolved "https://registry.yarnpkg.com/vue-create-api/-/vue-create-api-0.2.2.tgz#60acb39f7e70932a432509293a1aa087404ec39e"
vue-hot-reload-api@^2.1.0:
version "2.2.4"
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.2.4.tgz#683bd1d026c0d3b3c937d5875679e9a87ec6cd8f"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册