Skip to content

Commit

Permalink
build: build 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Aug 18, 2020
1 parent 08b570f commit f107540
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 版本更新日志

## v2.5.2
- Bug Fix
- [Pull] 修复下拉刷新状态为`加载成功` 或 上拉加载状态为`加载失败`时,Pull存在内存泄漏的bug。[#487](https://github.com/ZhongAnTech/zarm/pull/487)

- Perf
- 重构DOM操作工具库。[#f098d4a](https://github.com/ZhongAnTech/zarm/commit/f098d4a18d43407d79823ad5e6c7f0211cbec080)
- 优化调整各组件 `z-index` 堆叠顺序的css变量。[#00e0202](https://github.com/ZhongAnTech/zarm/commit/00e0202ad8a4bd2250d2226293804c022f19c613)
```
--zindex-mask: 1000;
--zindex-popup: 1100;
--zindex-tooltip: 1700;
```


## v2.5.1
- Bug Fix
- [Popup] 修复因增加API过期警告导致无法自定义挂载节点的bug。[#482](https://github.com/ZhongAnTech/zarm/pull/482)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zarm",
"version": "2.5.1",
"version": "2.5.2",
"description": "基于 React 的移动端UI库",
"tags": [
"zarm",
Expand Down

0 comments on commit f107540

Please sign in to comment.