Skip to content

Commit

Permalink
v8.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cpylua committed Oct 28, 2020
1 parent 57f797e commit 916c41f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/zent/RELEASE_en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ 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)

### 8.5.11(2020-10-28)

- 🦀️ Fix type definitions in `Form`
- 🦀️ Fix `WindowEventHandler` compatibilty issue with SSR
- 🦀️ Hide clear button when `Input` is not editable

### 8.5.10(2020-10-22)

- Fix a bug that prevents moving an item to the front in `Sortable`
Expand Down
6 changes: 6 additions & 0 deletions packages/zent/RELEASE_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
- [3.x 升级指南](../migrating/3x)
- [2.1.x 升级指南](../migrating/21x)

### 8.5.11(2020-10-28)

- 🦀️ 修复 `Form` 的类型定义问题
- 🦀️ `WindowEventHandler` 兼容 SSR 场景
- 🦀️ `Input` 不可编辑状态下隐藏清除按钮

### 8.5.10(2020-10-22)

- 修复 `Sortable` 无法将元素移动到第一个的问题
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": "8.5.10",
"version": "8.5.11",
"description": "一套前端设计语言和基于React的实现",
"bugs": "https://github.com/youzan/zent/issues",
"repository": {
Expand Down

0 comments on commit 916c41f

Please sign in to comment.