Skip to content

Commit

Permalink
v10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpylua committed Nov 15, 2022
1 parent 92e3c2a commit 926037d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/zent/RELEASE_en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ 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.4(2022-11-15)
- 🦀 `href` is no longer rendered in disabled `<a>` tag `Button`
- 🦀️ Fix `onError` typing issue in `withErrorBoundary`

### 10.0.3(2022-08-31)
- 🦀️ Fix theme colors

Expand Down
4 changes: 4 additions & 0 deletions packages/zent/RELEASE_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
- [3.x 升级指南](../migrating/3x)
- [2.1.x 升级指南](../migrating/21x)

### 10.0.4(2022-11-15)
- 🦀 `Button` 组件渲染为 `<a>` 标签,并且设置了 `disabled` 属性时,不再设置 `href` 属性
- 🦀️ 修复了 `withErrorBoundary``onError` 类型问题

### 10.0.3(2022-08-31)
- 🦀️ 修复主题色问题

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

0 comments on commit 926037d

Please sign in to comment.