Compare commits

...

3 Commits

Author SHA1 Message Date
chenjiahan
13cdc6e7c9 docs(changelog): 2.12.19 2021-05-17 17:37:14 +08:00
chenjiahan
83b736ce3c chore: release 2.12.19 2021-05-17 17:35:19 +08:00
neverland
6239f5ed1f
perf: unlock @vant/icons (#8714) 2021-05-17 17:33:30 +08:00
4 changed files with 24 additions and 6 deletions

View File

@ -16,6 +16,15 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v2.12.19](https://github.com/youzan/vant/compare/v2.12.18...v2.12.19)
`2021-05-17`
**Feature**
- NoticeBar: increase default speed to 60 [a48663](https://github.com/youzan/vant/commit/a486630fe3fe10d8854c03817214dba82b70229e)
- Dependencies: unlock @vant/icons [#8714](https://github.com/youzan/vant/issues/8714)
### [v2.12.18](https://github.com/youzan/vant/compare/v2.12.17...v2.12.18)
`2021-05-10`

View File

@ -16,6 +16,15 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v2.12.19](https://github.com/youzan/vant/compare/v2.12.18...v2.12.19)
`2021-05-17`
**Feature**
- NoticeBar: speed 属性的默认值由 50 调整为 60 [a48663](https://github.com/youzan/vant/commit/a486630fe3fe10d8854c03817214dba82b70229e)
- Dependencies: 不再锁死 @vant/icons 的版本号 [#8714](https://github.com/youzan/vant/issues/8714)
### [v2.12.18](https://github.com/youzan/vant/compare/v2.12.17...v2.12.18)
`2021-05-10`

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.12.18",
"version": "2.12.19",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",
@ -54,7 +54,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.x",
"@vant/icons": "1.5.2",
"@vant/icons": "^1.5.3",
"@vant/popperjs": "^1.0.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"vue-lazyload": "1.2.3"

View File

@ -2083,10 +2083,10 @@
eslint-plugin-import "^2.20.2"
eslint-plugin-vue "^6.2.2"
"@vant/icons@1.5.2":
version "1.5.2"
resolved "https://registry.npm.taobao.org/@vant/icons/download/@vant/icons-1.5.2.tgz?cache=0&sync_timestamp=1611633258561&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vant%2Ficons%2Fdownload%2F%40vant%2Ficons-1.5.2.tgz#3f3ea353a0eacd38c113757bd31836489facb10b"
integrity sha1-Pz6jU6DqzTjBE3V70xg2SJ+ssQs=
"@vant/icons@^1.5.3":
version "1.5.3"
resolved "https://registry.npm.taobao.org/@vant/icons/download/@vant/icons-1.5.3.tgz#b7779f67bf608d417a82452fbede406dfa46b439"
integrity sha1-t3efZ79gjUF6gkUvvt5AbfpGtDk=
"@vant/markdown-loader@^2.5.0":
version "2.5.0"