Skip to content

Commit a273b03

Browse files
committed
v8.5.9
1 parent 34ce47b commit a273b03

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

packages/zent/RELEASE_en-US.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ You can find detailed change logs for versions prior to 3.5.3 at [Github Log](gi
88
- [Upgrade to 3.x](../migrating/3x)
99
- [Upgrade to 2.1.x](../migrating/21x)
1010

11+
### 8.5.9(2020-10-12)
12+
13+
- `Form`
14+
- 🦀️ Fix cannot assign value to `FormModel.prototype.owner`
15+
- 🦀️ Optimize async subscribe logic in `value-listener`
16+
- 🦀️ Optimize TypeScript definitions
17+
- 🦀️ Fix incorrect handleing of `disabled` in `Button`
18+
- 🦀️ Fix runtime error in `Portal` when used in SSR mode
19+
- 🦀️ Fix `ClampLines` render issues when text is empty
20+
1121
### 8.5.8(2020-09-11)
1222

1323
- 🦀️ Adjust space between succesive `Button`s

packages/zent/RELEASE_zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
- [3.x 升级指南](../migrating/3x)
99
- [2.1.x 升级指南](../migrating/21x)
1010

11+
### 8.5.9(2020-10-12)
12+
13+
- `Form`
14+
- 🦀️ 修复 `FormModel.prototype.owner` 不能赋值的问题
15+
- 🦀️ 优化了 `value-listener` 中异步订阅的逻辑
16+
- 🦀️ 类型定义优化
17+
- 🦀️ 修复 `Button` 部分场景下 `disabled` 处理逻辑不对的问题
18+
- 🦀️ 修复 `Portal` 在 SSR 场景下的报错
19+
- 🦀️ 修复 `ClampLines` 在文本为空时可能出现的渲染问题
20+
1121
### 8.5.8(2020-09-11)
1222

1323
- 🦀️ 调整 `Button` 之间的间距

packages/zent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zent",
3-
"version": "8.5.8",
3+
"version": "8.5.9",
44
"description": "一套前端设计语言和基于React的实现",
55
"bugs": "https://github.com/youzan/zent/issues",
66
"repository": {

0 commit comments

Comments
 (0)