From 170cbc087c1d7d428fa62a189a08118b633c3bbb Mon Sep 17 00:00:00 2001 From: ZXLee Date: Mon, 25 Mar 2024 23:18:30 +0800 Subject: [PATCH] v0.2.1-released --- z-paging-x/components/index-nav/index-nav.uvue | 2 +- z-paging-x/uni_modules/z-paging-x/changelog.md | 6 ++++++ .../z-paging-x/components/z-paging-x/z-paging-x.uvue | 2 +- z-paging-x/uni_modules/z-paging-x/package.json | 2 +- z-paging-x/uni_modules/z-paging-x/readme.md | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/z-paging-x/components/index-nav/index-nav.uvue b/z-paging-x/components/index-nav/index-nav.uvue index 4f66030..357136a 100644 --- a/z-paging-x/components/index-nav/index-nav.uvue +++ b/z-paging-x/components/index-nav/index-nav.uvue @@ -3,7 +3,7 @@ - 0.2.0 + 0.2.1 diff --git a/z-paging-x/uni_modules/z-paging-x/changelog.md b/z-paging-x/uni_modules/z-paging-x/changelog.md index 11bacac..6e1f7ff 100644 --- a/z-paging-x/uni_modules/z-paging-x/changelog.md +++ b/z-paging-x/uni_modules/z-paging-x/changelog.md @@ -1,3 +1,9 @@ +## 0.2.1(2024-03-10) +1.`新增` `scroll-to-top-when-reload`和`clean-list-when-reload`,支持控制reload时是否自动滚动到顶部&reload时是否立即自动清空原list。 +2.`修复` 在HBuilderX4.0+ 中loading动画失效的问题。 +3.`修复` 分页加载到没有更多数据后下拉刷新,底部依然为没有更多状态的问题。 +4.`修复` 在HBuilderX4.0+ 中点击返回顶部按钮展示异常的问题。 +5.`优化` reload自动清空列表;滑动切换选项卡支持下拉刷新。 ## 0.2.0(2024-02-02) 支持HBuilder X 4.0 ## 0.1.5(2024-01-22) diff --git a/z-paging-x/uni_modules/z-paging-x/components/z-paging-x/z-paging-x.uvue b/z-paging-x/uni_modules/z-paging-x/components/z-paging-x/z-paging-x.uvue index 9d0d0e0..c812def 100644 --- a/z-paging-x/uni_modules/z-paging-x/components/z-paging-x/z-paging-x.uvue +++ b/z-paging-x/uni_modules/z-paging-x/components/z-paging-x/z-paging-x.uvue @@ -5,7 +5,7 @@ /___| | .__/ \__,_|\__, |_|_| |_|\__, | |_| |___/ |___/ X -v0.2.0 (2024-02-01) +v0.2.1 (2024-03-10) by ZXLee --> diff --git a/z-paging-x/uni_modules/z-paging-x/package.json b/z-paging-x/uni_modules/z-paging-x/package.json index 3711e22..9cc52ba 100644 --- a/z-paging-x/uni_modules/z-paging-x/package.json +++ b/z-paging-x/uni_modules/z-paging-x/package.json @@ -2,7 +2,7 @@ "id": "z-paging-x", "name": "z-paging-x", "displayName": "【z-paging-x下拉刷新、上拉加载】z-paging uniappx版已上线!", - "version": "0.2.0", + "version": "0.2.1", "description": "分页全自动处理,支持自定义下拉刷新、上拉加载更多、自动管理空数据图、点击返回顶部等,持续完善中", "keywords": [ "uniapp-x", diff --git a/z-paging-x/uni_modules/z-paging-x/readme.md b/z-paging-x/uni_modules/z-paging-x/readme.md index 7f34e93..265e1b0 100644 --- a/z-paging-x/uni_modules/z-paging-x/readme.md +++ b/z-paging-x/uni_modules/z-paging-x/readme.md @@ -6,7 +6,7 @@ > z-paging uniapp x版 -[![version](https://img.shields.io/badge/version-0.2.0-blue)](https://github.com/SmileZXLee/uni-z-paging-x) +[![version](https://img.shields.io/badge/version-0.2.1-blue)](https://github.com/SmileZXLee/uni-z-paging-x) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging-x)](https://en.wikipedia.org/wiki/MIT_License) ***