Skip to content

Commit

Permalink
v2.5.3-released
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileZXLee committed Feb 13, 2023
1 parent 9efe6c4 commit aa2a7a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions z-paging/uni_modules/z-paging/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 2.5.3(2023-02-13)
1.`新增` `reload``refresh``complete``completeByTotal``completeByNoMore``completeByKey``setLocalPaging`等方法的返回值添加请求结果promise,可以通过方法名().then()获取本次操作请求结束后的【总列表】和【是否有更多数据】。
2.`修复``v2.5.0`引出的在vue2 + 钉钉小程序中,`slot="top"`插入无效的问题。
2 changes: 1 addition & 1 deletion z-paging/uni_modules/z-paging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "z-paging",
"name": "z-paging",
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,支持nvue、vue3",
"version": "2.5.2",
"version": "2.5.3",
"description": "超简单、低耦合!使用wxs+renderjs实现。支持长列表优化,支持自定义下拉刷新、上拉加载更多,支持自动管理空数据图、点击返回顶部,支持聊天分页、本地分页,支持国际化等100+项配置",
"keywords": [
"下拉刷新",
Expand Down

0 comments on commit aa2a7a7

Please sign in to comment.