-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79fdd6d
commit 9844e6c
Showing
15 changed files
with
36 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## 2.6.6(2023-12-22) | ||
`修复` 全局配置值为false或0时不生效的问题。 | ||
## 2.6.5(2023-12-20) | ||
1.`新增` `updateFixedLayout`方法,以修复在`iOS+h5+tabbar+fixed+底部有安全区域`的设备中从tabbar页面跳转到无tabbar页面后返回,底部有一段空白区域的问题。 | ||
2.`优化` `swiper-demo`性能,切换到当前页才渲染`z-paging`组件&组件卸载后禁止继续查询节点信息,修复由此引发的`Error: Not Found:Page`的问题。 | ||
3.`优化` `z-paging`配置逻辑&废除不合理的配置&优化组件初始化加载性能。 | ||
## 2.6.7(2023-12-27) | ||
1.`新增` props:`unit`,支持自定义`z-paging`内置布局单位为rpx或px。 | ||
2.`优化` 之前在安卓中`scroll-view`有概率滚动到顶部时`scrollTop`不为0导致下拉刷新判断异常,经过测试在`HX3.98+`已修复,关闭容错判断并解决由此引发的安卓在特定位置下拉抖动的问题。 | ||
3.`优化` 下拉刷新从滚动到下拉状态平滑过渡效果。 | ||
4.`优化` 在`vue3+appvue`中支持`main.js`的`uni.$zp`全局配置。 | ||
|
2 changes: 1 addition & 1 deletion
2
demo/z-paging-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## 2.6.6(2023-12-22) | ||
`修复` 全局配置值为false或0时不生效的问题。 | ||
## 2.6.5(2023-12-20) | ||
1.`新增` `updateFixedLayout`方法,以修复在`iOS+h5+tabbar+fixed+底部有安全区域`的设备中从tabbar页面跳转到无tabbar页面后返回,底部有一段空白区域的问题。 | ||
2.`优化` `swiper-demo`性能,切换到当前页才渲染`z-paging`组件&组件卸载后禁止继续查询节点信息,修复由此引发的`Error: Not Found:Page`的问题。 | ||
3.`优化` `z-paging`配置逻辑&废除不合理的配置&优化组件初始化加载性能。 | ||
## 2.6.7(2023-12-27) | ||
1.`新增` props:`unit`,支持自定义`z-paging`内置布局单位为rpx或px。 | ||
2.`优化` 之前在安卓中`scroll-view`有概率滚动到顶部时`scrollTop`不为0导致下拉刷新判断异常,经过测试在`HX3.98+`已修复,关闭容错判断并解决由此引发的安卓在特定位置下拉抖动的问题。 | ||
3.`优化` 下拉刷新从滚动到下拉状态平滑过渡效果。 | ||
4.`优化` 在`vue3+appvue`中支持`main.js`的`uni.$zp`全局配置。 | ||
|
2 changes: 1 addition & 1 deletion
2
demo/z-paging-vue3-demo/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## 2.6.6(2023-12-22) | ||
`修复` 全局配置值为false或0时不生效的问题。 | ||
## 2.6.5(2023-12-20) | ||
1.`新增` `updateFixedLayout`方法,以修复在`iOS+h5+tabbar+fixed+底部有安全区域`的设备中从tabbar页面跳转到无tabbar页面后返回,底部有一段空白区域的问题。 | ||
2.`优化` `swiper-demo`性能,切换到当前页才渲染`z-paging`组件&组件卸载后禁止继续查询节点信息,修复由此引发的`Error: Not Found:Page`的问题。 | ||
3.`优化` `z-paging`配置逻辑&废除不合理的配置&优化组件初始化加载性能。 | ||
## 2.6.7(2023-12-27) | ||
1.`新增` props:`unit`,支持自定义`z-paging`内置布局单位为rpx或px。 | ||
2.`优化` 之前在安卓中`scroll-view`有概率滚动到顶部时`scrollTop`不为0导致下拉刷新判断异常,经过测试在`HX3.98+`已修复,关闭容错判断并解决由此引发的安卓在特定位置下拉抖动的问题。 | ||
3.`优化` 下拉刷新从滚动到下拉状态平滑过渡效果。 | ||
4.`优化` 在`vue3+appvue`中支持`main.js`的`uni.$zp`全局配置。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters