Skip to content

Commit

Permalink
docs(release): version 20.12.2 changelog (#630)
Browse files Browse the repository at this point in the history
affects: @gio-design/components, @gio-design/icons, @gio-design/tokens, website
  • Loading branch information
jack0pan authored Dec 17, 2020
1 parent 70b91a6 commit b01ea6d
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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.1",
"version": "20.12.2",
"description": "GrowingIO Design components",
"author": "GrowingIO Frontend Team <[email protected]>",
"module": "./es/index.js",
Expand All @@ -21,8 +21,8 @@
"build-sotrybook": "build-storybook -s public"
},
"dependencies": {
"@gio-design/icons": "20.11.0",
"@gio-design/tokens": "20.12.0",
"@gio-design/icons": "^20.12.0",
"@gio-design/tokens": "^20.12.1",
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.136",
"@types/raf": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/icons",
"version": "20.11.0",
"version": "20.12.0",
"description": "GrowingIO Design semantic vector icons",
"author": "GrowingIO Frontend Team <[email protected]>",
"homepage": "https://growingio.design/resources/icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/tokens",
"version": "20.12.0",
"version": "20.12.1",
"description": "GrowingIO Design tokens",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
26 changes: 26 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,32 @@ nav:

# @gio-design/components 更新日志

## 20.12.2

- Avatar 头像
- 修复缩放错误,首字母大写 [#617](https://github.com/growingio/gio-design/pull/617)
- Table 表格 [#603](https://github.com/growingio/gio-design/pull/603)
- 添加 hackRowEvent 功能
- 将 style,className 应用到最外层
- Toggles 开关
- 增加 `checked` 属性 [#581](https://github.com/growingio/gio-design/pull/581)
- Tabs 和 TabNav
- 去掉 key 的 number 类型 [#601](https://github.com/growingio/gio-design/pull/601)
- Alert 警告提示
- 添加 `style` 参数 [#602](https://github.com/growingio/gio-design/pull/602)
- Input 输入框
- 修改 input 输入框 disabled 时的颜色 [#606](https://github.com/growingio/gio-design/pull/606)
- DatePicker 日期选择器
- dateRangePicker 的失焦隐藏实现存在问题,先去掉 [#606](https://github.com/growingio/gio-design/pull/606)
- 将 datePicker 及 dateRangePicker 从 index 里导出 [#606](https://github.com/growingio/gio-design/pull/606)
- 给 dateRangePicker 设置失焦隐藏 [#624](https://github.com/growingio/gio-design/pull/624)
- 将 onSelect 从参数列表里删除 [#624](https://github.com/growingio/gio-design/pull/624)
- 修复 dateRangePicker 点击取消或者失焦时行为和点击确定按钮一样的问题 [#624](https://github.com/growingio/gio-design/pull/624)
- Upload 上传
- 阻止 Upload 组件的默认上传方式情况下,不更新文件状态的问题 [#607](https://github.com/growingio/gio-design/pull/607)
- Sign 标记
- 添加 offset 参数 [#623](https://github.com/growingio/gio-design/pull/623)

## 20.12.1

- Upload 上传组件 [#591](https://github.com/growingio/gio-design/pull/591)
Expand Down
4 changes: 4 additions & 0 deletions packages/website/src/develop/changelog/icons.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ nav:

# @gio-design/icons 更新日志

## 20.12.0

- `Picture` 重命名为 `PictureOutlined`. [#626](https://github.com/growingio/gio-design/pull/626)

## 20.11.0

- icons
Expand Down
4 changes: 4 additions & 0 deletions packages/website/src/develop/changelog/tokens.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ nav:

# @gio-design/tokens 更新日志

## 20.12.1

- 更新所有组件的 `box-shadow`[#616](https://github.com/growingio/gio-design/pull/616)

## 20.12.0

- 🆕 增加按钮 `mini` 尺寸的 `Token`. [#526](https://github.com/growingio/gio-design/pull/526)
Expand Down

1 comment on commit b01ea6d

@vercel
Copy link

@vercel vercel bot commented on b01ea6d Dec 17, 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.