mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-21 22:09:16 +08:00
docs(changelog): release 1.0.1
This commit is contained in:
parent
bdcc41cc72
commit
2dc195d384
@ -1,5 +1,26 @@
|
||||
# 更新日志
|
||||
|
||||
### [v1.0.1](https://github.com/youzan/vant-weapp/tree/v1.0.1)
|
||||
`2019-12-23`
|
||||
|
||||
**Features**
|
||||
|
||||
- Uploader: 新增 sizeType 属性 [\#2563](https://github.com/youzan/vant-weapp/pull/2563)
|
||||
- GoodsActionButton: 新增 plain 属性 [\#2559](https://github.com/youzan/vant-weapp/pull/2559)
|
||||
- Uploader: 去除 use-slot 属性 [\#2551](https://github.com/youzan/vant-weapp/pull/2551)
|
||||
- 新增样式覆盖说明文档 [\#2566](https://github.com/youzan/vant-weapp/pull/2566)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- 使用 nextTick 优化部分异步逻辑 [\#2561](https://github.com/youzan/vant-weapp/pull/2561)
|
||||
- wxs 新增 addUnit 方法以减少 setData 调用次数 [\#2550](https://github.com/youzan/vant-weapp/pull/2550)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- Tag: 修复未依赖 van-icon 组件 [\#2579](https://github.com/youzan/vant-weapp/pull/2579)
|
||||
- Notify: 修复 safeAreaInsetTop 不生效 [\#2558](https://github.com/youzan/vant-weapp/pull/2558)
|
||||
- Uploader: 修复 capture 属性不生效 [\#2551](https://github.com/youzan/vant-weapp/pull/2551)
|
||||
|
||||
### [v1.0.0](https://github.com/youzan/vant-weapp/tree/v1.0.0)
|
||||
`2019-12-11`
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
"release": "sh build/release.sh",
|
||||
"release:site": "sh build/release-site.sh",
|
||||
"build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
|
||||
"build:changelog": "vant changelog --tag v0.5.10 ./docs/markdown/changelog.generated.md"
|
||||
"build:changelog": "vant changelog --tag v1.0.0 ./docs/markdown/changelog.generated.md"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
Loading…
x
Reference in New Issue
Block a user