From e4f47eb890d3bebc0daf5a4f439985c54b311f6d Mon Sep 17 00:00:00 2001
From: ZXLee
Date: Fri, 10 May 2024 23:31:01 +0800
Subject: [PATCH] v2.7.9-released
---
demo/z-paging-demo/uni_modules/z-paging/changelog.md | 4 ++++
.../z-paging/components/z-paging/js/z-paging-constant.js | 2 +-
.../uni_modules/z-paging/components/z-paging/z-paging.vue | 2 +-
demo/z-paging-demo/uni_modules/z-paging/package.json | 2 +-
demo/z-paging-demo/uni_modules/z-paging/readme.md | 2 +-
demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md | 4 ++++
.../z-paging/components/z-paging/js/z-paging-constant.js | 2 +-
.../uni_modules/z-paging/components/z-paging/z-paging.vue | 2 +-
demo/z-paging-vue3-demo/uni_modules/z-paging/package.json | 2 +-
demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md | 2 +-
z-paging/README.md | 2 +-
z-paging/changelog.md | 4 ++++
z-paging/components/z-paging/js/z-paging-constant.js | 2 +-
z-paging/components/z-paging/z-paging.vue | 2 +-
z-paging/package.json | 2 +-
15 files changed, 24 insertions(+), 12 deletions(-)
diff --git a/demo/z-paging-demo/uni_modules/z-paging/changelog.md b/demo/z-paging-demo/uni_modules/z-paging/changelog.md
index 82b5ae6..017e01e 100644
--- a/demo/z-paging-demo/uni_modules/z-paging/changelog.md
+++ b/demo/z-paging-demo/uni_modules/z-paging/changelog.md
@@ -1,3 +1,7 @@
+## 2.7.9(2024-05-10)
+1.`修复` 在新版HbuilderX+vue3+微信小程序中可能出现的加载第二页数据后返回顶部无法下拉的问题。
+2.`修复` 在vue3+抖音小程序中可能出现的首次加载reload没有触发的问题。
+3.`优化` ts类型中,`ZPagingInstance`泛型不必填,默认为`any`。
## 2.7.8(2024-05-09)
1.`新增` typescript类型声明文件,感谢小何同学提供。
2.`新增` 添加极简写法fetch相关配置及示例。
diff --git a/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js b/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
index d2b5534..4f40c01 100644
--- a/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
+++ b/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
@@ -2,7 +2,7 @@
export default {
// 当前版本号
- version: '2.7.8',
+ version: '2.7.9',
// 延迟操作的通用时间
delayTime: 100,
// 请求失败时候全局emit使用的key
diff --git a/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/z-paging.vue b/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/z-paging.vue
index 5c249cd..3e356db 100644
--- a/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/z-paging.vue
+++ b/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/z-paging.vue
@@ -4,7 +4,7 @@
/ /_____| |_) | (_| | (_| | | | | | (_| |
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
|_| |___/ |___/
-v2.7.8 (2024-05-09)
+v2.7.9 (2024-05-10)
by ZXLee
-->
diff --git a/demo/z-paging-demo/uni_modules/z-paging/package.json b/demo/z-paging-demo/uni_modules/z-paging/package.json
index 86a8e22..1b2bafb 100644
--- a/demo/z-paging-demo/uni_modules/z-paging/package.json
+++ b/demo/z-paging-demo/uni_modules/z-paging/package.json
@@ -2,7 +2,7 @@
"id": "z-paging",
"name": "z-paging",
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
- "version": "2.7.8",
+ "version": "2.7.9",
"description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等100+项配置",
"keywords": [
"下拉刷新",
diff --git a/demo/z-paging-demo/uni_modules/z-paging/readme.md b/demo/z-paging-demo/uni_modules/z-paging/readme.md
index 8bd6eda..655d37a 100644
--- a/demo/z-paging-demo/uni_modules/z-paging/readme.md
+++ b/demo/z-paging-demo/uni_modules/z-paging/readme.md
@@ -4,7 +4,7 @@
-[![version](https://img.shields.io/badge/version-2.7.8-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)
+[![version](https://img.shields.io/badge/version-2.7.9-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)
`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)
diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md b/demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md
index 82b5ae6..017e01e 100644
--- a/demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md
+++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md
@@ -1,3 +1,7 @@
+## 2.7.9(2024-05-10)
+1.`修复` 在新版HbuilderX+vue3+微信小程序中可能出现的加载第二页数据后返回顶部无法下拉的问题。
+2.`修复` 在vue3+抖音小程序中可能出现的首次加载reload没有触发的问题。
+3.`优化` ts类型中,`ZPagingInstance`泛型不必填,默认为`any`。
## 2.7.8(2024-05-09)
1.`新增` typescript类型声明文件,感谢小何同学提供。
2.`新增` 添加极简写法fetch相关配置及示例。
diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js b/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
index d2b5534..4f40c01 100644
--- a/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
+++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
@@ -2,7 +2,7 @@
export default {
// 当前版本号
- version: '2.7.8',
+ version: '2.7.9',
// 延迟操作的通用时间
delayTime: 100,
// 请求失败时候全局emit使用的key
diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/z-paging.vue b/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/z-paging.vue
index 5c249cd..3e356db 100644
--- a/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/z-paging.vue
+++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/z-paging.vue
@@ -4,7 +4,7 @@
/ /_____| |_) | (_| | (_| | | | | | (_| |
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
|_| |___/ |___/
-v2.7.8 (2024-05-09)
+v2.7.9 (2024-05-10)
by ZXLee
-->
diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/package.json b/demo/z-paging-vue3-demo/uni_modules/z-paging/package.json
index 86a8e22..1b2bafb 100644
--- a/demo/z-paging-vue3-demo/uni_modules/z-paging/package.json
+++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/package.json
@@ -2,7 +2,7 @@
"id": "z-paging",
"name": "z-paging",
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
- "version": "2.7.8",
+ "version": "2.7.9",
"description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等100+项配置",
"keywords": [
"下拉刷新",
diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md b/demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md
index 8bd6eda..655d37a 100644
--- a/demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md
+++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md
@@ -4,7 +4,7 @@
-[![version](https://img.shields.io/badge/version-2.7.8-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)
+[![version](https://img.shields.io/badge/version-2.7.9-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)
`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)
diff --git a/z-paging/README.md b/z-paging/README.md
index 8bd6eda..655d37a 100644
--- a/z-paging/README.md
+++ b/z-paging/README.md
@@ -4,7 +4,7 @@
-[![version](https://img.shields.io/badge/version-2.7.8-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)
+[![version](https://img.shields.io/badge/version-2.7.9-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)
`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)
diff --git a/z-paging/changelog.md b/z-paging/changelog.md
index 82b5ae6..017e01e 100644
--- a/z-paging/changelog.md
+++ b/z-paging/changelog.md
@@ -1,3 +1,7 @@
+## 2.7.9(2024-05-10)
+1.`修复` 在新版HbuilderX+vue3+微信小程序中可能出现的加载第二页数据后返回顶部无法下拉的问题。
+2.`修复` 在vue3+抖音小程序中可能出现的首次加载reload没有触发的问题。
+3.`优化` ts类型中,`ZPagingInstance`泛型不必填,默认为`any`。
## 2.7.8(2024-05-09)
1.`新增` typescript类型声明文件,感谢小何同学提供。
2.`新增` 添加极简写法fetch相关配置及示例。
diff --git a/z-paging/components/z-paging/js/z-paging-constant.js b/z-paging/components/z-paging/js/z-paging-constant.js
index d2b5534..4f40c01 100644
--- a/z-paging/components/z-paging/js/z-paging-constant.js
+++ b/z-paging/components/z-paging/js/z-paging-constant.js
@@ -2,7 +2,7 @@
export default {
// 当前版本号
- version: '2.7.8',
+ version: '2.7.9',
// 延迟操作的通用时间
delayTime: 100,
// 请求失败时候全局emit使用的key
diff --git a/z-paging/components/z-paging/z-paging.vue b/z-paging/components/z-paging/z-paging.vue
index 5c249cd..3e356db 100644
--- a/z-paging/components/z-paging/z-paging.vue
+++ b/z-paging/components/z-paging/z-paging.vue
@@ -4,7 +4,7 @@
/ /_____| |_) | (_| | (_| | | | | | (_| |
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
|_| |___/ |___/
-v2.7.8 (2024-05-09)
+v2.7.9 (2024-05-10)
by ZXLee
-->
diff --git a/z-paging/package.json b/z-paging/package.json
index 86a8e22..1b2bafb 100644
--- a/z-paging/package.json
+++ b/z-paging/package.json
@@ -2,7 +2,7 @@
"id": "z-paging",
"name": "z-paging",
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
- "version": "2.7.8",
+ "version": "2.7.9",
"description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等100+项配置",
"keywords": [
"下拉刷新",