Skip to content

Commit

Permalink
docs(release): version 20.12.1 changelog (#599)
Browse files Browse the repository at this point in the history
affects: @gio-design/components, website
  • Loading branch information
jack0pan authored Dec 9, 2020
1 parent 70a9b01 commit 47fbb3c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/components",
"version": "20.12.0",
"version": "20.12.1",
"description": "GrowingIO Design components",
"author": "GrowingIO Frontend Team <[email protected]>",
"module": "./es/index.js",
Expand Down
19 changes: 18 additions & 1 deletion packages/website/src/develop/changelog/components.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,31 @@ 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 上传组件
- 支持 `file` 参数并且支持 `sizeContext``size` 参数 [#547](https://github.com/growingio/gio-design/pull/547)
- 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 输入框
Expand Down

1 comment on commit 47fbb3c

@vercel
Copy link

@vercel vercel bot commented on 47fbb3c Dec 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.