diff --git a/demo/z-paging-demo/uni_modules/z-paging/changelog.md b/demo/z-paging-demo/uni_modules/z-paging/changelog.md index 073e3cfa..fac40717 100644 --- a/demo/z-paging-demo/uni_modules/z-paging/changelog.md +++ b/demo/z-paging-demo/uni_modules/z-paging/changelog.md @@ -1,3 +1,10 @@ +## 2.7.4(2024-01-14) +1.`新增` props:`auto-adjust-position-when-chat`,支持设置使用聊天记录模式中键盘弹出时是否自动调整slot="bottom"高度。 +2.`新增` props:`auto-to-bottom-when-chat`,支持设置使用聊天记录模式中键盘弹出时是否自动滚动到底部。 +3.`新增` props:`show-chat-loading-when-reload`,支持设置使用聊天记录模式中reload时是否显示chatLoading。 +4.`修复` 在聊天记录模式中`scrollIntoViewById`和`scrollIntoViewByNodeTop`无效的问题。 +5.`优化` 聊天记录模式底部安全区域针对键盘开启/关闭兼容处理。 +6.`优化` 更新内置的空数据图&加载失败图,感谢图鸟UI提供的免费可商用的空数据图和加载失败图! ## 2.7.3(2024-01-10) 1.`新增` 聊天记录模式支持虚拟列表&添加相关demo。 2.`新增` nvue中list添加`@scrollend`监听。 diff --git a/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js b/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js index e3a3b01f..c4295d37 100644 --- a/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js +++ b/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js @@ -2,7 +2,7 @@ export default { // 当前版本号 - version: '2.7.3', + version: '2.7.4', // 延迟操作的通用时间 delayTime: 100, // 请求失败时候全局emit使用的key diff --git a/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/z-paging.vue b/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/z-paging.vue index dd435d59..267dc559 100644 --- a/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/z-paging.vue +++ b/demo/z-paging-demo/uni_modules/z-paging/components/z-paging/z-paging.vue @@ -4,7 +4,7 @@ / /_____| |_) | (_| | (_| | | | | | (_| | /___| | .__/ \__,_|\__, |_|_| |_|\__, | |_| |___/ |___/ -v2.7.3 (2024-01-10) +v2.7.4 (2024-01-14) by ZXLee --> diff --git a/demo/z-paging-demo/uni_modules/z-paging/package.json b/demo/z-paging-demo/uni_modules/z-paging/package.json index 1cf084aa..da828205 100644 --- a/demo/z-paging-demo/uni_modules/z-paging/package.json +++ b/demo/z-paging-demo/uni_modules/z-paging/package.json @@ -2,7 +2,7 @@ "id": "z-paging", "name": "z-paging", "displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,支持nvue、vue3", - "version": "2.7.3", + "version": "2.7.4", "description": "超简单、低耦合!使用wxs+renderjs实现。支持长列表优化,支持自定义下拉刷新、上拉加载更多,支持自动管理空数据图、点击返回顶部,支持无闪动聊天分页、本地分页,支持国际化等100+项配置", "keywords": [ "下拉刷新", diff --git a/demo/z-paging-demo/uni_modules/z-paging/readme.md b/demo/z-paging-demo/uni_modules/z-paging/readme.md index 88f46e0c..b718e59b 100644 --- a/demo/z-paging-demo/uni_modules/z-paging/readme.md +++ b/demo/z-paging-demo/uni_modules/z-paging/readme.md @@ -4,7 +4,7 @@ logo

-[![version](https://img.shields.io/badge/version-2.7.3-blue)](https://github.com/SmileZXLee/uni-z-paging) +[![version](https://img.shields.io/badge/version-2.7.4-blue)](https://github.com/SmileZXLee/uni-z-paging) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging)](https://en.wikipedia.org/wiki/MIT_License) `z-paging-x`现已支持uniapp x,持续完善中,插件地址👉🏻 [https://ext.dcloud.net.cn/plugin?name=z-paging-x](https://ext.dcloud.net.cn/plugin?name=z-paging-x) diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md b/demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md index 073e3cfa..fac40717 100644 --- a/demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md +++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/changelog.md @@ -1,3 +1,10 @@ +## 2.7.4(2024-01-14) +1.`新增` props:`auto-adjust-position-when-chat`,支持设置使用聊天记录模式中键盘弹出时是否自动调整slot="bottom"高度。 +2.`新增` props:`auto-to-bottom-when-chat`,支持设置使用聊天记录模式中键盘弹出时是否自动滚动到底部。 +3.`新增` props:`show-chat-loading-when-reload`,支持设置使用聊天记录模式中reload时是否显示chatLoading。 +4.`修复` 在聊天记录模式中`scrollIntoViewById`和`scrollIntoViewByNodeTop`无效的问题。 +5.`优化` 聊天记录模式底部安全区域针对键盘开启/关闭兼容处理。 +6.`优化` 更新内置的空数据图&加载失败图,感谢图鸟UI提供的免费可商用的空数据图和加载失败图! ## 2.7.3(2024-01-10) 1.`新增` 聊天记录模式支持虚拟列表&添加相关demo。 2.`新增` nvue中list添加`@scrollend`监听。 diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js b/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js index e3a3b01f..c4295d37 100644 --- a/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js +++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js @@ -2,7 +2,7 @@ export default { // 当前版本号 - version: '2.7.3', + version: '2.7.4', // 延迟操作的通用时间 delayTime: 100, // 请求失败时候全局emit使用的key diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/z-paging.vue b/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/z-paging.vue index dd435d59..267dc559 100644 --- a/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/z-paging.vue +++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/z-paging.vue @@ -4,7 +4,7 @@ / /_____| |_) | (_| | (_| | | | | | (_| | /___| | .__/ \__,_|\__, |_|_| |_|\__, | |_| |___/ |___/ -v2.7.3 (2024-01-10) +v2.7.4 (2024-01-14) by ZXLee --> diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/package.json b/demo/z-paging-vue3-demo/uni_modules/z-paging/package.json index 1cf084aa..da828205 100644 --- a/demo/z-paging-vue3-demo/uni_modules/z-paging/package.json +++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/package.json @@ -2,7 +2,7 @@ "id": "z-paging", "name": "z-paging", "displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,支持nvue、vue3", - "version": "2.7.3", + "version": "2.7.4", "description": "超简单、低耦合!使用wxs+renderjs实现。支持长列表优化,支持自定义下拉刷新、上拉加载更多,支持自动管理空数据图、点击返回顶部,支持无闪动聊天分页、本地分页,支持国际化等100+项配置", "keywords": [ "下拉刷新", diff --git a/demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md b/demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md index 88f46e0c..b718e59b 100644 --- a/demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md +++ b/demo/z-paging-vue3-demo/uni_modules/z-paging/readme.md @@ -4,7 +4,7 @@ logo

-[![version](https://img.shields.io/badge/version-2.7.3-blue)](https://github.com/SmileZXLee/uni-z-paging) +[![version](https://img.shields.io/badge/version-2.7.4-blue)](https://github.com/SmileZXLee/uni-z-paging) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging)](https://en.wikipedia.org/wiki/MIT_License) `z-paging-x`现已支持uniapp x,持续完善中,插件地址👉🏻 [https://ext.dcloud.net.cn/plugin?name=z-paging-x](https://ext.dcloud.net.cn/plugin?name=z-paging-x) diff --git a/z-paging/README.md b/z-paging/README.md index 88f46e0c..b718e59b 100644 --- a/z-paging/README.md +++ b/z-paging/README.md @@ -4,7 +4,7 @@ logo

-[![version](https://img.shields.io/badge/version-2.7.3-blue)](https://github.com/SmileZXLee/uni-z-paging) +[![version](https://img.shields.io/badge/version-2.7.4-blue)](https://github.com/SmileZXLee/uni-z-paging) [![license](https://img.shields.io/github/license/SmileZXLee/uni-z-paging)](https://en.wikipedia.org/wiki/MIT_License) `z-paging-x`现已支持uniapp x,持续完善中,插件地址👉🏻 [https://ext.dcloud.net.cn/plugin?name=z-paging-x](https://ext.dcloud.net.cn/plugin?name=z-paging-x) diff --git a/z-paging/changelog.md b/z-paging/changelog.md index 073e3cfa..fac40717 100644 --- a/z-paging/changelog.md +++ b/z-paging/changelog.md @@ -1,3 +1,10 @@ +## 2.7.4(2024-01-14) +1.`新增` props:`auto-adjust-position-when-chat`,支持设置使用聊天记录模式中键盘弹出时是否自动调整slot="bottom"高度。 +2.`新增` props:`auto-to-bottom-when-chat`,支持设置使用聊天记录模式中键盘弹出时是否自动滚动到底部。 +3.`新增` props:`show-chat-loading-when-reload`,支持设置使用聊天记录模式中reload时是否显示chatLoading。 +4.`修复` 在聊天记录模式中`scrollIntoViewById`和`scrollIntoViewByNodeTop`无效的问题。 +5.`优化` 聊天记录模式底部安全区域针对键盘开启/关闭兼容处理。 +6.`优化` 更新内置的空数据图&加载失败图,感谢图鸟UI提供的免费可商用的空数据图和加载失败图! ## 2.7.3(2024-01-10) 1.`新增` 聊天记录模式支持虚拟列表&添加相关demo。 2.`新增` nvue中list添加`@scrollend`监听。 diff --git a/z-paging/components/z-paging/js/z-paging-constant.js b/z-paging/components/z-paging/js/z-paging-constant.js index e3a3b01f..c4295d37 100644 --- a/z-paging/components/z-paging/js/z-paging-constant.js +++ b/z-paging/components/z-paging/js/z-paging-constant.js @@ -2,7 +2,7 @@ export default { // 当前版本号 - version: '2.7.3', + version: '2.7.4', // 延迟操作的通用时间 delayTime: 100, // 请求失败时候全局emit使用的key diff --git a/z-paging/components/z-paging/z-paging.vue b/z-paging/components/z-paging/z-paging.vue index dd435d59..267dc559 100644 --- a/z-paging/components/z-paging/z-paging.vue +++ b/z-paging/components/z-paging/z-paging.vue @@ -4,7 +4,7 @@ / /_____| |_) | (_| | (_| | | | | | (_| | /___| | .__/ \__,_|\__, |_|_| |_|\__, | |_| |___/ |___/ -v2.7.3 (2024-01-10) +v2.7.4 (2024-01-14) by ZXLee --> diff --git a/z-paging/package.json b/z-paging/package.json index 1cf084aa..da828205 100644 --- a/z-paging/package.json +++ b/z-paging/package.json @@ -2,7 +2,7 @@ "id": "z-paging", "name": "z-paging", "displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,支持nvue、vue3", - "version": "2.7.3", + "version": "2.7.4", "description": "超简单、低耦合!使用wxs+renderjs实现。支持长列表优化,支持自定义下拉刷新、上拉加载更多,支持自动管理空数据图、点击返回顶部,支持无闪动聊天分页、本地分页,支持国际化等100+项配置", "keywords": [ "下拉刷新",