mslalith / focus_launcher

A minimalist Android Launcher built with Jetpack Compose.
https://play.google.com/store/apps/details?id=dev.mslalith.focuslauncher
GNU General Public License v3.0
164 stars 12 forks source link

fix(deps): update dependency sh.calvin.reorderable:reorderable to v2 #457

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sh.calvin.reorderable:reorderable 1.5.2 -> 2.1.1 age adoption passing confidence

Release Notes

Calvin-LL/Reorderable (sh.calvin.reorderable:reorderable) ### [`v2.1.1`](https://togithub.com/Calvin-LL/Reorderable/releases/tag/v2.1.1) - fix scrolling too fast when moving first visible item of size greater than half the viewport ([https://github.com/Calvin-LL/Reorderable/issues/4#issuecomment-2105485414](https://togithub.com/Calvin-LL/Reorderable/issues/4#issuecomment-2105485414)) - fix not being able to move item to the first position ([https://github.com/Calvin-LL/Reorderable/issues/4#issuecomment-2105415346](https://togithub.com/Calvin-LL/Reorderable/issues/4#issuecomment-2105415346)) - fix scrolling stuck when dragging second visible item of size greater than half of the viewport - fix item being moved backwards when scrolling is triggered ### [`v2.1.0`](https://togithub.com/Calvin-LL/Reorderable/releases/tag/v2.1.0) - add grid scroller enhancement, now when scrolling is triggered in a grid, it will now use the cross axis position to find an item in the last row instead of just using the last visible item - fix scroll handling when item dragged off the list's bounds - fix moving the wrong items when scrolling in rare conditions ### [`v2.0.4`](https://togithub.com/Calvin-LL/Reorderable/releases/tag/v2.0.4) - fix first item loses drag in specific conditions ([#​32](https://togithub.com/Calvin-LL/Reorderable/issues/32)) ### [`v2.0.3`](https://togithub.com/Calvin-LL/Reorderable/releases/tag/v2.0.3) - fix dragging item flickering on move - fix `rememberReorderableLazyXXXXState` causing constant recompositions - fix row scrolling too fast/slow - make `onMove` in `rememberReorderableLazyXXXXState` a suspend function ### [`v2.0.1`](https://togithub.com/Calvin-LL/Reorderable/releases/tag/v2.0.1) - fix Reorderable not working in LazyRow [#​30](https://togithub.com/Calvin-LL/Reorderable/issues/30) - fix rows in RTL [#​31](https://togithub.com/Calvin-LL/Reorderable/issues/31) - fix Reorderable not working in `LazyVerticalStaggeredGrid` in RTL Big thanks to [@​wesjon](https://togithub.com/wesjon) for finding [#​30](https://togithub.com/Calvin-LL/Reorderable/issues/30) and [#​31](https://togithub.com/Calvin-LL/Reorderable/issues/31) ### [`v2.0.0`](https://togithub.com/Calvin-LL/Reorderable/releases/tag/v2.0.0) - add support for `LazyVerticalGrid`, `LazyHorizontalGrid`, `LazyVerticalStaggeredGrid`, and `LazyHorizontalStaggeredGrid` ([#​28](https://togithub.com/Calvin-LL/Reorderable/issues/28)) - \[BREAKING] move `Modifier.draggableHandle` and `Modifier.longPressDraggableHandle` from `ReorderableItemScope` to `ReorderableCollectionItemScope`. - \[BREAKING] remove `scrollSpeed` from `rememberReorderableLazyColumnState` and `rememberReorderableLazyRowState`, use the new `scroller` argument instead - \[BREAKING] remove ` ignoreContentPaddingForScroll ` from `rememberReorderableLazyColumnState` and `rememberReorderableLazyRowState`, use the new `scrollThresholdPadding` argument instead

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.