diff --git a/z-paging/uni_modules/z-paging/changelog.md b/z-paging/uni_modules/z-paging/changelog.md index b747e701..e99a9f5f 100644 --- a/z-paging/uni_modules/z-paging/changelog.md +++ b/z-paging/uni_modules/z-paging/changelog.md @@ -1,4 +1,4 @@ -## 2.4.6(2022-10-24) -1.修改`z-paging-refresh`和`z-paging-load-more`中的theme字段,以避免在某些情况下与mixins中全局引入的变量冲突。 -2.修复`z-paging-swiper`中,windowTop为const但是赋值了的问题。 -3.修复在nvue+安卓中,顶部占位cell过高时空数据图被切割的问题。 +## 2.4.7(2022-10-27) +1.新增`refresher-vibrate`,支持下拉刷新时下拉到“松手立即刷新”状态时手机短振动反馈。 +2.修复在微信小程序中偶现的切换tab刷新列表时偶现的会短暂看到“点击加载更多”的问题。 +3.优化代码结构。 diff --git a/z-paging/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js b/z-paging/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js index 66384424..907c80b0 100644 --- a/z-paging/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js +++ b/z-paging/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js @@ -1,7 +1,7 @@ // [z-paging]常量 export default { - version: '2.4.6', + version: '2.4.7', delayTime: 100, errorUpdateKey: 'z-paging-error-emit', completeUpdateKey: 'z-paging-complete-emit', diff --git a/z-paging/uni_modules/z-paging/components/z-paging/z-paging.vue b/z-paging/uni_modules/z-paging/components/z-paging/z-paging.vue index e4b93e75..d39f19a0 100644 --- a/z-paging/uni_modules/z-paging/components/z-paging/z-paging.vue +++ b/z-paging/uni_modules/z-paging/components/z-paging/z-paging.vue @@ -4,7 +4,7 @@ / /_____| |_) | (_| | (_| | | | | | (_| | /___| | .__/ \__,_|\__, |_|_| |_|\__, | |_| |___/ |___/ -v2.4.6 (2022-10-24) +v2.4.7 (2022-10-27) by ZXLee --> diff --git a/z-paging/uni_modules/z-paging/package.json b/z-paging/uni_modules/z-paging/package.json index c5897ca4..8d8402e2 100644 --- a/z-paging/uni_modules/z-paging/package.json +++ b/z-paging/uni_modules/z-paging/package.json @@ -2,7 +2,7 @@ "id": "z-paging", "name": "z-paging", "displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,支持nvue、vue3", - "version": "2.4.6", + "version": "2.4.7", "description": "超简单、低耦合!使用wxs+renderjs实现。支持长列表优化,支持自定义下拉刷新、上拉加载更多,支持自动管理空数据图、点击返回顶部,支持聊天分页、本地分页,支持国际化等100+项配置", "keywords": [ "下拉刷新", diff --git a/z-paging/uni_modules/z-paging/readme.md b/z-paging/uni_modules/z-paging/readme.md index dd6b1e2e..9283bf89 100644 --- a/z-paging/uni_modules/z-paging/readme.md +++ b/z-paging/uni_modules/z-paging/readme.md @@ -1,6 +1,6 @@ # z-paging -[![version](https://img.shields.io/badge/version-2.4.6-blue)](https://github.com/SmileZXLee/uni-z-paging) +[![version](https://img.shields.io/badge/version-2.4.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) ### API文档地址:[https://z-paging.zxlee.cn](https://z-paging.zxlee.cn)