diff --git a/docs/markdown/changelog.md b/docs/markdown/changelog.md index fcf27f1e..88eddad8 100644 --- a/docs/markdown/changelog.md +++ b/docs/markdown/changelog.md @@ -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` diff --git a/package.json b/package.json index 5c2b1d54..fab56186 100644 --- a/package.json +++ b/package.json @@ -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",