Skip to content

Commit

Permalink
v9.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niunai committed Jan 11, 2022
1 parent 7ab036d commit c8f6169
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/zent/RELEASE_en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ You can find detailed change logs for versions prior to 3.5.3 at [Github Log](gi
- [Upgrade to 3.x](../migrating/3x)
- [Upgrade to 2.1.x](../migrating/21x)

### 9.12.4(2022-01-11)
- `Popover`
- 🦀 Fix withPop HOC type error
- `Grid`
- 🦀 Replace sort button with iconfont, fix position problem when font-family changed
- 🦀 `selectedRowKeys` support number type
- 🦀 Fix css variable name matching problem, old color can be override and delete the useless prefix
- 🦀 Update `caniuse-lite` database to latest version

### 9.12.3(2021-12-08)
- `DatePicker`
- 🦀️ Disable `DatePicker` confirm button when `TimePicker` is open
Expand Down
9 changes: 9 additions & 0 deletions packages/zent/RELEASE_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
- [3.x 升级指南](../migrating/3x)
- [2.1.x 升级指南](../migrating/21x)

### 9.12.4(2022-01-11)
- `Popover`
- 🦀 修复 withPop HOC 的类型错误
- `Grid`
- 🦀 排序按钮替换为 iconfont, 修复字体不同可能导致的按钮错位问题
- 🦀 selectedRowKeys 支持 number 类型
- 🦀 修复 css variable 名字匹配问题, 老版颜色可覆盖, 删除无用前缀
- 🦀 更新 `caniuse-lite` 数据库

### 9.12.3(2021-12-08)
- `DatePicker`
- 🦀️ 交互优化,当 `DatePicker` 调用 `TimePicker` 选择具体时间时,禁用 `DatePicker` 的确认按钮
Expand Down
2 changes: 1 addition & 1 deletion packages/zent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zent",
"version": "9.12.3",
"version": "9.12.4",
"description": "一套前端设计语言和基于React的实现",
"bugs": "https://github.com/youzan/zent/issues",
"repository": {
Expand Down

0 comments on commit c8f6169

Please sign in to comment.