Skip to content

Commit

Permalink
v2.5.0-released
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileZXLee committed Jan 28, 2023
1 parent 164de93 commit aa7742f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions z-paging/uni_modules/z-paging/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 2.5.0(2023-01-28)
1.`新增` demo全面兼容vue3写法,同时添加在弹窗中使用`z-paging`(局部使用)的示例。
2.`新增` 请求失败状态改变事件。
3.`修复` `completByNoMore`无效的问题。
4.`修复` `refresherCompleteDuration`大于700时`refresherCompleteDelay`无效的问题。
5.`修复` 列表运行横向滚动时,滚动到右侧也触发了加载更多的问题。
6.`优化` i18n部分uniapp编译版本过老导致`uni.getLocale()`报错时当作中文处理。
7.`优化` `$slots`判断,使其同时兼容vue2和vue3,同时统一slot插入写法。

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.4.8",
"version": "2.5.0",
"description": "超简单、低耦合!使用wxs+renderjs实现。支持长列表优化,支持自定义下拉刷新、上拉加载更多,支持自动管理空数据图、点击返回顶部,支持聊天分页、本地分页,支持国际化等100+项配置",
"keywords": [
"下拉刷新",
Expand Down

0 comments on commit aa7742f

Please sign in to comment.