Skip to content

Commit

Permalink
v0.2.1-released
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileZXLee committed Mar 25, 2024
1 parent acd5749 commit 170cbc0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion z-paging-x/components/index-nav/index-nav.uvue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<view class="index-nav-inner" :style="navbarStyle">
<view class="index-nav-content" >
<image class="index-nav-image" src="/static/title-logo-x.png" mode="aspectFit"></image>
<text class="index-nav-version">0.2.0</text>
<text class="index-nav-version">0.2.1</text>
</view>
</view>
</view>
Expand Down
6 changes: 6 additions & 0 deletions z-paging-x/uni_modules/z-paging-x/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
|_| |___/ |___/ X

v0.2.0 (2024-02-01)
v0.2.1 (2024-03-10)
by ZXLee
-->
<!-- 文档地址:https://z-paging.zxlee.cn -->
Expand Down
2 changes: 1 addition & 1 deletion z-paging-x/uni_modules/z-paging-x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion z-paging-x/uni_modules/z-paging-x/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

***
Expand Down

0 comments on commit 170cbc0

Please sign in to comment.