Skip to content

Commit

Permalink
docs(release): version 20.12.3 change log (#632)
Browse files Browse the repository at this point in the history
affects: @gio-design/components, website
  • Loading branch information
jack0pan authored Dec 18, 2020
1 parent 27280cf commit 6af7df1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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.2",
"version": "20.12.3",
"description": "GrowingIO Design components",
"author": "GrowingIO Frontend Team <eng-frontend@growingio.com>",
"module": "./es/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/website/src/develop/changelog/components.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ nav:

# @gio-design/components 更新日志

## 20.12.3

- Input [#618](https://github.com/growingio/gio-design/pull/618)
- 整体更新文档
- 修正组件类名为 BEM 写法
- 去除 wrapStyle 与 inputStyle prop
- Input.InputNumber [#618](https://github.com/growingio/gio-design/pull/618)
- 新增定制数字显示的 customDisplay
- 新增 decimalSeparator 用于设置小数分隔符
- 修正 value 类型为 number
- Input.TextArea [#618](https://github.com/growingio/gio-design/pull/618)
- 新增 showCount ,用于限制在有 maxLength 时是否显示计数
- DatePicker [#627](https://github.com/growingio/gio-design/pull/627)
- 为 DatePicker 与 DateRangePicker 增加 disabled 属性
- 修改 DateRangePicker 在 disabled 状态下的样式
- 头像 Avatar
- 修复 [#617](https://github.com/growingio/gio-design/pull/617) 造成的样式错误 [#631](https://github.com/growingio/gio-design/pull/631)

## 20.12.2

- Avatar 头像
Expand Down

1 comment on commit 6af7df1

@vercel
Copy link

@vercel vercel bot commented on 6af7df1 Dec 18, 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.