From 47fbb3c5e4941f7b2c75c08010e3419e4044df49 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 9 Dec 2020 19:56:33 +0800 Subject: [PATCH] docs(release): version 20.12.1 changelog (#599) affects: @gio-design/components, website --- packages/components/package.json | 2 +- .../src/develop/changelog/components.zh-CN.md | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/packages/components/package.json b/packages/components/package.json index 3258196e14..5f65fd3be3 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/components", - "version": "20.12.0", + "version": "20.12.1", "description": "GrowingIO Design components", "author": "GrowingIO Frontend Team ", "module": "./es/index.js", diff --git a/packages/website/src/develop/changelog/components.zh-CN.md b/packages/website/src/develop/changelog/components.zh-CN.md index 145e1ec5ce..6cea1effe7 100644 --- a/packages/website/src/develop/changelog/components.zh-CN.md +++ b/packages/website/src/develop/changelog/components.zh-CN.md @@ -9,6 +9,23 @@ nav: # @gio-design/components 更新日志 +## 20.12.1 + +- Upload 上传组件 [#591](https://github.com/growingio/gio-design/pull/591) + - 为 trigger 接口增加 onUpload 属性,绑定点击上传事件 + - 修复有默认的 file 时,无法删除的问题 +- Table 表格 + - 更新列表筛选样式 [#592](https://github.com/growingio/gio-design/pull/592) +- Form 表单 + - 调整 Item 纵向间距为 20px;去掉末尾 Item 的间距 [#593](https://github.com/growingio/gio-design/pull/593) + - label 属性类型声明改为 React.ReactNode;新增 title: string 属性 [#597](https://github.com/growingio/gio-design/pull/597) +- Cascader 级联选择 + - 修复 groupName 不显示的问题 [#595](https://github.com/growingio/gio-design/pull/595) +- List 列表 + - 修复 list 组件 item 间距问题 [#596](https://github.com/growingio/gio-design/pull/596) [#598](https://github.com/growingio/gio-design/pull/598) +- Select 选择器 + - fix select group listHeight [#600](https://github.com/growingio/gio-design/pull/600) + ## 20.12.0 - Upload 上传组件 @@ -16,7 +33,7 @@ nav: - Select 选择器 - 增加 `JSX` 方式添加 `Option` [#562](https://github.com/growingio/gio-design/pull/562) - List 列表 - - 解决table在placeholder情况时左上角和右上角圆角边框缺失的问题 [#569](https://github.com/growingio/gio-design/pull/569) + - 解决 table 在 placeholder 情况时左上角和右上角圆角边框缺失的问题 [#569](https://github.com/growingio/gio-design/pull/569) - Alert 警告提示 - 去掉 `.gio-alert` 上的 `margin` 样式 [#569](https://github.com/growingio/gio-design/pull/569) - Input 输入框