File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
refresh/src/main/java/com/king/ultraswiperefresh Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,9 @@ UltraSwipeRefreshTheme.config = UltraSwipeRefreshTheme.config.copy(
222222
223223## 版本日志
224224
225+ #### 待发布版本([ 提前体验] ( test.md ) )
226+ * 优化显示细节([ #38 ] ( https://github.com/jenly1314/UltraSwipeRefresh/issues/38 ) )
227+
225228#### v1.4.1 :2025-8-11
226229* 新增参数` onCollapseScroll ` :可选回调,当Header/Footer收起时需要同步调整列表位置以消除视觉回弹时使用
227230
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ private fun obtainZIndex(style: NestedScrollMode): Float {
348348}
349349
350350/* *
351- * 通过[SubcomposeLayout]测量子组合 [headerIndicator]和[footerIndicator]的高度
351+ * 通过[SubcomposeLayout]测量子布局 [headerIndicator]和[footerIndicator]的高度
352352 */
353353@Composable
354354private fun RefreshSubComposeLayout (
Original file line number Diff line number Diff line change 11
2- ## ~ 待发布版本~ (已发布)
2+ ## 待发布版本
3+
4+ > 判断是否有待发布版本,只需查看 [ README的版本日志] ( https://github.com/jenly1314/UltraSwipeRefresh?tab=readme-ov-file#%E7%89%88%E6%9C%AC%E6%97%A5%E5%BF%97 ) 的最新记录是否是 ** 待发布版本** 。
35
46待发布版本暂使用 ** Jit Pack** 仓库;待收集的一些问题测试稳定后,再统一发布正式版本至 ** Maven Central** 仓库。
57
2123
2224 ```gradle
2325 // 极致体验的Compose刷新组件 (*必须)
24- implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh:8bd8003347 '
26+ implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh:-SNAPSHOT '
2527
2628 // 经典样式的指示器 (可选)
27- implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-classic:8bd8003347 '
29+ implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-classic:-SNAPSHOT '
2830 // Lottie动画指示器 (可选)
29- implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-lottie:8bd8003347 '
31+ implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-lottie:-SNAPSHOT '
3032 // 进度条样式的指示器 (可选)
31- implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-progress:8bd8003347 '
33+ implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-progress:-SNAPSHOT '
3234 ```
You can’t perform that action at this time.
0 commit comments