Skip to content

Commit

Permalink
v10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpylua committed Aug 23, 2022
1 parent 402a3ee commit 3f8a2cb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/zent/RELEASE_en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ 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)

### 10.0.2(2022-08-23)
-`Select` add `renderCollapsedContent` prop to customize the rendering of the collapsed items
- 🦀️ `AnimateHeight` fix animation missing when `appear` is `true` and `height` is `auto`
- 🦀️ Fix theme colors

### 10.0.1-rc.0(2022-06-01)
-`Cascader` supports using `searchable` and `placeholder` together

### 10.0.0(2022-03-28)

See [10.x Upgrade Guides(Chinese Only)](./changelog-v10)

### 9.12.4(2022-01-11)
- `Popover`
- 🦀 Fix withPop HOC type error
Expand Down
8 changes: 6 additions & 2 deletions packages/zent/RELEASE_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
- [3.x 升级指南](../migrating/3x)
- [2.1.x 升级指南](../migrating/21x)

### 10.0.2(2022-08-23)
-`Select` 新增 `renderCollapsedContent` 自定义渲染收起内容
- 🦀️ `AnimateHeight` 修复当设置 `appear``true``height``auto` 的时候没有动画的问题
- 🦀️ 修复主题色中错误的颜色

### 10.0.1-rc.0(2022-06-01)
- `Cascader`
- ✨ 当配置了 `searchable` 时,也支持了placeholder
-`Cascader` 支持 `searchable``placeholder` 参数共存

### 10.0.0(2022-03-28)

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": "10.0.1-rc.0",
"version": "10.0.2",
"description": "一套前端设计语言和基于React的实现",
"bugs": "https://github.com/youzan/zent/issues",
"repository": {
Expand Down

0 comments on commit 3f8a2cb

Please sign in to comment.