From 2d58102e1d8b694726a7486366cce55f589dc9c0 Mon Sep 17 00:00:00 2001 From: ZXLee Date: Mon, 22 Jan 2024 00:27:16 +0800 Subject: [PATCH] v0.1.5-released --- z-paging-x/uni_modules/z-paging-x/changelog.md | 5 +++++ .../z-paging-x/components/z-paging-x/z-paging-x.uvue | 2 +- z-paging-x/uni_modules/z-paging-x/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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 f14e07f..c797b77 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,8 @@ +## 0.1.5(2024-01-22) +1.`新增` 方法:`completeByTotal`,支持通过total判断是否有更多数据。 +2.`新增` 方法:`completeByNoMore`,支持自行判断是否有更多数据。 +3.`新增` demo:空数据图&加载失败。 +4.`新增` `z-paging-x` logo&更新首页导航栏。 ## 0.1.4(2024-01-17) 1.`新增` 一些demo演示。 2`优化` 更新内置的空数据图&加载失败图。 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 ed71b82..f0d3deb 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.1.5 (2024-01-20) +v0.1.5 (2024-01-22) 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 eed8085..f289ccc 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.1.4", + "version": "0.1.5", "description": "分页全自动处理,支持自定义下拉刷新、上拉加载更多、自动管理空数据图、点击返回顶部等,持续完善中", "keywords": [ "z-paging、分页、下拉刷新、上拉加载"