mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-05 18:08:10 +08:00
Compare commits
3 Commits
a018a00706
...
13cdc6e7c9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13cdc6e7c9 | ||
|
|
83b736ce3c | ||
|
|
6239f5ed1f |
@ -16,6 +16,15 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
|||||||
|
|
||||||
## Details
|
## 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)
|
### [v2.12.18](https://github.com/youzan/vant/compare/v2.12.17...v2.12.18)
|
||||||
|
|
||||||
`2021-05-10`
|
`2021-05-10`
|
||||||
|
|||||||
@ -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)
|
### [v2.12.18](https://github.com/youzan/vant/compare/v2.12.17...v2.12.18)
|
||||||
|
|
||||||
`2021-05-10`
|
`2021-05-10`
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vant",
|
"name": "vant",
|
||||||
"version": "2.12.18",
|
"version": "2.12.19",
|
||||||
"description": "Mobile UI Components built on Vue",
|
"description": "Mobile UI Components built on Vue",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
@ -54,7 +54,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "7.x",
|
"@babel/runtime": "7.x",
|
||||||
"@vant/icons": "1.5.2",
|
"@vant/icons": "^1.5.3",
|
||||||
"@vant/popperjs": "^1.0.0",
|
"@vant/popperjs": "^1.0.0",
|
||||||
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
||||||
"vue-lazyload": "1.2.3"
|
"vue-lazyload": "1.2.3"
|
||||||
|
|||||||
@ -2083,10 +2083,10 @@
|
|||||||
eslint-plugin-import "^2.20.2"
|
eslint-plugin-import "^2.20.2"
|
||||||
eslint-plugin-vue "^6.2.2"
|
eslint-plugin-vue "^6.2.2"
|
||||||
|
|
||||||
"@vant/icons@1.5.2":
|
"@vant/icons@^1.5.3":
|
||||||
version "1.5.2"
|
version "1.5.3"
|
||||||
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"
|
resolved "https://registry.npm.taobao.org/@vant/icons/download/@vant/icons-1.5.3.tgz#b7779f67bf608d417a82452fbede406dfa46b439"
|
||||||
integrity sha1-Pz6jU6DqzTjBE3V70xg2SJ+ssQs=
|
integrity sha1-t3efZ79gjUF6gkUvvt5AbfpGtDk=
|
||||||
|
|
||||||
"@vant/markdown-loader@^2.5.0":
|
"@vant/markdown-loader@^2.5.0":
|
||||||
version "2.5.0"
|
version "2.5.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user