File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ You can find detailed change logs for versions prior to 3.5.3 at [Github Log](gi
8
8
- [ Upgrade to 3.x] ( ../migrating/3x )
9
9
- [ Upgrade to 2.1.x] ( ../migrating/21x )
10
10
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
+
11
21
### 8.5.8(2020-09-11)
12
22
13
23
- 🦀️ Adjust space between succesive ` Button ` s
Original file line number Diff line number Diff line change 8
8
- [ 3.x 升级指南] ( ../migrating/3x )
9
9
- [ 2.1.x 升级指南] ( ../migrating/21x )
10
10
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
+
11
21
### 8.5.8(2020-09-11)
12
22
13
23
- 🦀️ 调整 ` Button ` 之间的间距
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zent" ,
3
- "version" : " 8.5.8 " ,
3
+ "version" : " 8.5.9 " ,
4
4
"description" : " 一套前端设计语言和基于React的实现" ,
5
5
"bugs" : " https://github.com/youzan/zent/issues" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments