Skip to content

Commit

Permalink
v2.7.12-released
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileZXLee committed Sep 22, 2024
1 parent be4bd46 commit 40755bd
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 6 deletions.
9 changes: 9 additions & 0 deletions demo/z-paging-demo/uni_modules/z-paging/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.7.12(2024-09-22)
1.`新增` 虚拟列表+吸顶演示(一般写法)演示&`@virtualPlaceholderTopHeight`,用于监听虚拟列表顶部占位高度改变。
2.`新增` 聊天记录模式+虚拟列表演示&虚拟列表兼容说明。
3.`新增` 聊天记录模式中长按cell显示操作pop的示例和说明。
4.`修复` nvue中底部固定加载更多高度未跟随unit适配的问题。
5.`修复` 在iOS中可能出现的本地分页空白的问题。
6.`修复` `to-bottom-loading-more-enabled` 无效的问题。
7.`优化` 在聊天记录模式中,点击返回顶部按钮调整为点击返回底部。
8.`优化` `refresher-enabled`设置为false时调用`reload(true)`也允许显示下拉刷新view。
## 2.7.11(2024-06-28)
1.`新增` 方法`updateVirtualListRender`,支持手动触发虚拟列表渲染更新。
2.`新增` 延迟加载列表演示。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/ /_____| |_) | (_| | (_| | | | | | (_| |
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
|_| |___/ |___/
v2.7.12 (2024-06-28)
v2.7.12 (2024-09-22)
by ZXLee
-->
<!-- 文档地址:https://z-paging.zxlee.cn -->
Expand Down
2 changes: 1 addition & 1 deletion demo/z-paging-demo/uni_modules/z-paging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "z-paging",
"name": "z-paging",
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
"version": "2.7.11",
"version": "2.7.12",
"description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等100+项配置",
"keywords": [
"下拉刷新",
Expand Down
9 changes: 9 additions & 0 deletions demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.7.12(2024-09-22)
1.`新增` 虚拟列表+吸顶演示(一般写法)演示&`@virtualPlaceholderTopHeight`,用于监听虚拟列表顶部占位高度改变。
2.`新增` 聊天记录模式+虚拟列表演示&虚拟列表兼容说明。
3.`新增` 聊天记录模式中长按cell显示操作pop的示例和说明。
4.`修复` nvue中底部固定加载更多高度未跟随unit适配的问题。
5.`修复` 在iOS中可能出现的本地分页空白的问题。
6.`修复` `to-bottom-loading-more-enabled` 无效的问题。
7.`优化` 在聊天记录模式中,点击返回顶部按钮调整为点击返回底部。
8.`优化` `refresher-enabled`设置为false时调用`reload(true)`也允许显示下拉刷新view。
## 2.7.11(2024-06-28)
1.`新增` 方法`updateVirtualListRender`,支持手动触发虚拟列表渲染更新。
2.`新增` 延迟加载列表演示。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/ /_____| |_) | (_| | (_| | | | | | (_| |
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
|_| |___/ |___/
v2.7.12 (2024-06-28)
v2.7.12 (2024-09-22)
by ZXLee
-->
<!-- 文档地址:https://z-paging.zxlee.cn -->
Expand Down
2 changes: 1 addition & 1 deletion demo/z-paging-vue3-demo/uni_modules/z-paging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "z-paging",
"name": "z-paging",
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
"version": "2.7.11",
"version": "2.7.12",
"description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等100+项配置",
"keywords": [
"下拉刷新",
Expand Down
9 changes: 9 additions & 0 deletions z-paging/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.7.12(2024-09-22)
1.`新增` 虚拟列表+吸顶演示(一般写法)演示&`@virtualPlaceholderTopHeight`,用于监听虚拟列表顶部占位高度改变。
2.`新增` 聊天记录模式+虚拟列表演示&虚拟列表兼容说明。
3.`新增` 聊天记录模式中长按cell显示操作pop的示例和说明。
4.`修复` nvue中底部固定加载更多高度未跟随unit适配的问题。
5.`修复` 在iOS中可能出现的本地分页空白的问题。
6.`修复` `to-bottom-loading-more-enabled` 无效的问题。
7.`优化` 在聊天记录模式中,点击返回顶部按钮调整为点击返回底部。
8.`优化` `refresher-enabled`设置为false时调用`reload(true)`也允许显示下拉刷新view。
## 2.7.11(2024-06-28)
1.`新增` 方法`updateVirtualListRender`,支持手动触发虚拟列表渲染更新。
2.`新增` 延迟加载列表演示。
Expand Down
2 changes: 1 addition & 1 deletion z-paging/components/z-paging/z-paging.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/ /_____| |_) | (_| | (_| | | | | | (_| |
/___| | .__/ \__,_|\__, |_|_| |_|\__, |
|_| |___/ |___/
v2.7.12 (2024-06-28)
v2.7.12 (2024-09-22)
by ZXLee
-->
<!-- 文档地址:https://z-paging.zxlee.cn -->
Expand Down
2 changes: 1 addition & 1 deletion z-paging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "z-paging",
"name": "z-paging",
"displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
"version": "2.7.11",
"version": "2.7.12",
"description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等100+项配置",
"keywords": [
"下拉刷新",
Expand Down

0 comments on commit 40755bd

Please sign in to comment.