Skip to content

Commit 0568886

Browse files
committed
v2.8.7-released
1 parent 1284f0f commit 0568886

File tree

15 files changed

+45
-15
lines changed

15 files changed

+45
-15
lines changed

demo/z-paging-demo/uni_modules/z-paging/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.8.7(2025-05-30)
2+
1.`新增` props:`layout-only`,支持仅使用基础布局。
3+
2.`新增` `goF2`方法,支持手动触发进入二楼。
4+
3.`新增` `@scrollDirectionChange`事件,支持监听列表滚动方向改变。
5+
4.`新增` props:`paging-class`,支持直接设置`z-paging``class`
6+
5.`新增` `addKeyboardHeightChangeListener`方法,支持手动添加键盘高度变化监听。
7+
6.`修复` `scrollIntoViewById`方法在存在`slot=top`或局部区域滚动时,滚动的位置不准确的问题。
8+
7.`优化` 重构底部安全区域处理逻辑,修改为占位view的方式,处理方案更灵活并支持自定义底部安全区域颜色。
9+
8.`优化` 兼容在`nvue`+`vue3`中使用`waterfall`
10+
9.`优化` 规范`types`中对`style`类型的约束。
111
## 2.8.6(2025-03-17)
212
1.`新增` 聊天记录模式流式输出(类似chatGPT回答)演示demo。
313
2.`新增` z-paging及其公共子组件支持`HBuilderX`代码文档提示。

demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export default {
44
// 当前版本号
5-
version: '2.8.6',
5+
version: '2.8.7',
66
// 延迟操作的通用时间
77
delayTime: 100,
88
// 请求失败时候全局emit使用的key

demo/z-paging-demo/uni_modules/z-paging/components/z-paging/z-paging.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/ /_____| |_) | (_| | (_| | | | | | (_| |
55
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
66
|_| |___/ |___/
7-
v2.8.6 (2025-03-17)
7+
v2.8.7 (2025-05-30)
88
@author ZXLee <admin@zxlee.cn>
99
-->
1010
<!-- 文档地址:https://z-paging.zxlee.cn -->
@@ -102,7 +102,7 @@ v2.8.6 (2025-03-17)
102102
<view class="zp-list-container" :style="[innerListStyle]">
103103
<template v-if="finalUseVirtualList">
104104
<view class="zp-list-cell" :style="[innerCellStyle]" :id="`${fianlVirtualCellIdPrefix}-${item[virtualCellIndexKey]}`" v-for="(item,index) in virtualList" :key="item['zp_unique_index']" @click="_innerCellClick(item,virtualTopRangeIndex+index)">
105-
<view v-if="useCompatibilityMode">使用兼容模式请在组件源码z-paging.vue第103行中注释这一行,并打开下面一行注释</view>
105+
<view v-if="useCompatibilityMode">使用兼容模式请在组件源码z-paging.vue第105行中注释这一行,并打开下面一行注释</view>
106106
<!-- <zp-public-virtual-cell v-if="useCompatibilityMode" :extraData="extraData" :item="item" :index="virtualTopRangeIndex+index" /> -->
107107
<slot v-else name="cell" :item="item" :index="virtualTopRangeIndex+index"/>
108108
</view>

demo/z-paging-demo/uni_modules/z-paging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "z-paging",
33
"name": "z-paging",
44
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
5-
"version": "2.8.6",
5+
"version": "2.8.7",
66
"description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等数百项配置",
77
"keywords": [
88
"下拉刷新",

demo/z-paging-demo/uni_modules/z-paging/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img alt="logo" src="https://z-paging.zxlee.cn/img/title-logo.png" height="100" style="margin-bottom: 50px;" />
55
</p>
66

7-
[![version](https://img.shields.io/badge/version-2.8.6-blue)](https://github.com/SmileZXLee/uni-z-paging) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging)](https://en.wikipedia.org/wiki/MIT_License)
7+
[![version](https://img.shields.io/badge/version-2.8.7-blue)](https://github.com/SmileZXLee/uni-z-paging) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging)](https://en.wikipedia.org/wiki/MIT_License)
88
<img height="0" width="0" src="https://api.z-notify.zxlee.cn/v1/public/statistics/8293556910106066944/addOnly?from=uni" />
99

1010
`z-paging-x`现已支持uniapp x,持续完善中,插件地址👉🏻 [https://ext.dcloud.net.cn/plugin?name=z-paging-x](https://ext.dcloud.net.cn/plugin?name=z-paging-x)

demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.8.7(2025-05-30)
2+
1.`新增` props:`layout-only`,支持仅使用基础布局。
3+
2.`新增` `goF2`方法,支持手动触发进入二楼。
4+
3.`新增` `@scrollDirectionChange`事件,支持监听列表滚动方向改变。
5+
4.`新增` props:`paging-class`,支持直接设置`z-paging``class`
6+
5.`新增` `addKeyboardHeightChangeListener`方法,支持手动添加键盘高度变化监听。
7+
6.`修复` `scrollIntoViewById`方法在存在`slot=top`或局部区域滚动时,滚动的位置不准确的问题。
8+
7.`优化` 重构底部安全区域处理逻辑,修改为占位view的方式,处理方案更灵活并支持自定义底部安全区域颜色。
9+
8.`优化` 兼容在`nvue`+`vue3`中使用`waterfall`
10+
9.`优化` 规范`types`中对`style`类型的约束。
111
## 2.8.6(2025-03-17)
212
1.`新增` 聊天记录模式流式输出(类似chatGPT回答)演示demo。
313
2.`新增` z-paging及其公共子组件支持`HBuilderX`代码文档提示。

demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export default {
44
// 当前版本号
5-
version: '2.8.6',
5+
version: '2.8.7',
66
// 延迟操作的通用时间
77
delayTime: 100,
88
// 请求失败时候全局emit使用的key

demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/z-paging.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/ /_____| |_) | (_| | (_| | | | | | (_| |
55
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
66
|_| |___/ |___/
7-
v2.8.6 (2025-03-17)
7+
v2.8.7 (2025-05-30)
88
@author ZXLee <admin@zxlee.cn>
99
-->
1010
<!-- 文档地址:https://z-paging.zxlee.cn -->
@@ -102,7 +102,7 @@ v2.8.6 (2025-03-17)
102102
<view class="zp-list-container" :style="[innerListStyle]">
103103
<template v-if="finalUseVirtualList">
104104
<view class="zp-list-cell" :style="[innerCellStyle]" :id="`${fianlVirtualCellIdPrefix}-${item[virtualCellIndexKey]}`" v-for="(item,index) in virtualList" :key="item['zp_unique_index']" @click="_innerCellClick(item,virtualTopRangeIndex+index)">
105-
<view v-if="useCompatibilityMode">使用兼容模式请在组件源码z-paging.vue第103行中注释这一行,并打开下面一行注释</view>
105+
<view v-if="useCompatibilityMode">使用兼容模式请在组件源码z-paging.vue第105行中注释这一行,并打开下面一行注释</view>
106106
<!-- <zp-public-virtual-cell v-if="useCompatibilityMode" :extraData="extraData" :item="item" :index="virtualTopRangeIndex+index" /> -->
107107
<slot v-else name="cell" :item="item" :index="virtualTopRangeIndex+index"/>
108108
</view>

demo/z-paging-vue3-demo/uni_modules/z-paging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "z-paging",
33
"name": "z-paging",
44
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
5-
"version": "2.8.6",
5+
"version": "2.8.7",
66
"description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等数百项配置",
77
"keywords": [
88
"下拉刷新",

demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img alt="logo" src="https://z-paging.zxlee.cn/img/title-logo.png" height="100" style="margin-bottom: 50px;" />
55
</p>
66

7-
[![version](https://img.shields.io/badge/version-2.8.6-blue)](https://github.com/SmileZXLee/uni-z-paging) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging)](https://en.wikipedia.org/wiki/MIT_License)
7+
[![version](https://img.shields.io/badge/version-2.8.7-blue)](https://github.com/SmileZXLee/uni-z-paging) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging)](https://en.wikipedia.org/wiki/MIT_License)
88
<img height="0" width="0" src="https://api.z-notify.zxlee.cn/v1/public/statistics/8293556910106066944/addOnly?from=uni" />
99

1010
`z-paging-x`现已支持uniapp x,持续完善中,插件地址👉🏻 [https://ext.dcloud.net.cn/plugin?name=z-paging-x](https://ext.dcloud.net.cn/plugin?name=z-paging-x)

z-paging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img alt="logo" src="https://z-paging.zxlee.cn/img/title-logo.png" height="100" style="margin-bottom: 50px;" />
55
</p>
66

7-
[![version](https://img.shields.io/badge/version-2.8.6-blue)](https://github.com/SmileZXLee/uni-z-paging) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging)](https://en.wikipedia.org/wiki/MIT_License)
7+
[![version](https://img.shields.io/badge/version-2.8.7-blue)](https://github.com/SmileZXLee/uni-z-paging) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging)](https://en.wikipedia.org/wiki/MIT_License)
88
<img height="0" width="0" src="https://api.z-notify.zxlee.cn/v1/public/statistics/8293556910106066944/addOnly?from=uni" />
99

1010
`z-paging-x`现已支持uniapp x,持续完善中,插件地址👉🏻 [https://ext.dcloud.net.cn/plugin?name=z-paging-x](https://ext.dcloud.net.cn/plugin?name=z-paging-x)

z-paging/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.8.7(2025-05-30)
2+
1.`新增` props:`layout-only`,支持仅使用基础布局。
3+
2.`新增` `goF2`方法,支持手动触发进入二楼。
4+
3.`新增` `@scrollDirectionChange`事件,支持监听列表滚动方向改变。
5+
4.`新增` props:`paging-class`,支持直接设置`z-paging``class`
6+
5.`新增` `addKeyboardHeightChangeListener`方法,支持手动添加键盘高度变化监听。
7+
6.`修复` `scrollIntoViewById`方法在存在`slot=top`或局部区域滚动时,滚动的位置不准确的问题。
8+
7.`优化` 重构底部安全区域处理逻辑,修改为占位view的方式,处理方案更灵活并支持自定义底部安全区域颜色。
9+
8.`优化` 兼容在`nvue`+`vue3`中使用`waterfall`
10+
9.`优化` 规范`types`中对`style`类型的约束。
111
## 2.8.6(2025-03-17)
212
1.`新增` 聊天记录模式流式输出(类似chatGPT回答)演示demo。
313
2.`新增` z-paging及其公共子组件支持`HBuilderX`代码文档提示。

z-paging/components/z-paging/js/z-paging-constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export default {
44
// 当前版本号
5-
version: '2.8.6',
5+
version: '2.8.7',
66
// 延迟操作的通用时间
77
delayTime: 100,
88
// 请求失败时候全局emit使用的key

z-paging/components/z-paging/z-paging.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/ /_____| |_) | (_| | (_| | | | | | (_| |
55
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
66
|_| |___/ |___/
7-
v2.8.6 (2025-03-17)
7+
v2.8.7 (2025-05-30)
88
@author ZXLee <admin@zxlee.cn>
99
-->
1010
<!-- 文档地址:https://z-paging.zxlee.cn -->
@@ -102,7 +102,7 @@ v2.8.6 (2025-03-17)
102102
<view class="zp-list-container" :style="[innerListStyle]">
103103
<template v-if="finalUseVirtualList">
104104
<view class="zp-list-cell" :style="[innerCellStyle]" :id="`${fianlVirtualCellIdPrefix}-${item[virtualCellIndexKey]}`" v-for="(item,index) in virtualList" :key="item['zp_unique_index']" @click="_innerCellClick(item,virtualTopRangeIndex+index)">
105-
<view v-if="useCompatibilityMode">使用兼容模式请在组件源码z-paging.vue第103行中注释这一行,并打开下面一行注释</view>
105+
<view v-if="useCompatibilityMode">使用兼容模式请在组件源码z-paging.vue第105行中注释这一行,并打开下面一行注释</view>
106106
<!-- <zp-public-virtual-cell v-if="useCompatibilityMode" :extraData="extraData" :item="item" :index="virtualTopRangeIndex+index" /> -->
107107
<slot v-else name="cell" :item="item" :index="virtualTopRangeIndex+index"/>
108108
</view>

z-paging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "z-paging",
33
"name": "z-paging",
44
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
5-
"version": "2.8.6",
5+
"version": "2.8.7",
66
"description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等数百项配置",
77
"keywords": [
88
"下拉刷新",

0 commit comments

Comments
 (0)