Skip to content

Commit

Permalink
build: build 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Jul 8, 2021
1 parent ab9005b commit a3b645e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/zarm/CHANGELOG.md
@@ -1,5 +1,16 @@
# 版本更新日志

## v2.9.4

- Bug Fix

- [Collapse] 修复同时设置 activeKey 和 defaultActiveKey 属性属性导致的 bug。[#698](https://github.com/ZhongAnTech/zarm/pull/698)

- [Modal] 修复 Modal 静态方法 `Modal.confirm``Modal.alert` 使用后实例未销毁的 bug。[#710](https://github.com/ZhongAnTech/zarm/pull/710)

- Perf
- [Button] 优化按钮点击 300ms 延时。[#701](https://github.com/ZhongAnTech/zarm/pull/701)

## v2.9.3

- Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/zarm/package.json
@@ -1,6 +1,6 @@
{
"name": "zarm",
"version": "2.9.3",
"version": "2.9.4",
"description": "基于 React 的移动端UI库",
"keywords": [
"react",
Expand Down

0 comments on commit a3b645e

Please sign in to comment.