Skip to content

Commit

Permalink
v0.2.2-released
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileZXLee committed Jul 7, 2024
1 parent 170cbc0 commit 6866af1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion z-paging-x/components/custom-refresher/custom-refresher.uvue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
/* #ifndef UNI-APP-X */
display: flex;
/* #endif */
height: 180rpx;
/* 这里下拉刷新view高度需要用px,否则在iOS中下拉刷新view会被展示在最底部 */
height: 90px;
flex-direction: column;
align-items: center;
justify-content: center;
Expand Down
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.1</text>
<text class="index-nav-version">0.2.2</text>
</view>
</view>
</view>
Expand Down
2 changes: 2 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,5 @@
## 0.2.2(2024-07-08)
增加对iOS的支持
## 0.2.1(2024-03-10)
1.`新增` `scroll-to-top-when-reload``clean-list-when-reload`,支持控制reload时是否自动滚动到顶部&reload时是否立即自动清空原list。
2.`修复` 在HBuilderX4.0+ 中loading动画失效的问题。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@

<style scoped>
.zpx-r-container {
height: 80rpx;
/* 这里下拉刷新view高度需要用px,否则在iOS中下拉刷新view会被展示在最底部 */
height: 40px;
flex-direction: row;
align-items: center;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
|_| |___/ |___/ X

v0.2.1 (2024-03-10)
v0.2.2 (2024-07-08)
by ZXLee
-->
<!-- 文档地址:https://z-paging.zxlee.cn -->
Expand Down
5 changes: 3 additions & 2 deletions 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.1",
"version": "0.2.2",
"description": "分页全自动处理,支持自定义下拉刷新、上拉加载更多、自动管理空数据图、点击返回顶部等,持续完善中",
"keywords": [
"uniapp-x",
Expand Down Expand Up @@ -41,7 +41,8 @@
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
"aliyun": "y",
"alipay": "n"
},
"client": {
"Vue": {
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.1-blue)](https://github.com/SmileZXLee/uni-z-paging-x)
[![version](https://img.shields.io/badge/version-0.2.2-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 6866af1

Please sign in to comment.