Skip to content

build(deps): bump sh.calvin.reorderable:reorderable from 2.5.1 to 3.1.0 - #36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/sh.calvin.reorderable-reorderable-3.1.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/sh.calvin.reorderable-reorderable-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2026

Copy link
Copy Markdown

Bumps sh.calvin.reorderable:reorderable from 2.5.1 to 3.1.0.

Release notes

Sourced from sh.calvin.reorderable:reorderable's releases.

v3.1.0

v3.0.0

Thank you @​vipulm7 for PR #95

BREAKING CHANGES

ReorderableItem now required in ReorderableColumn and ReorderableRow

needed this to solve #94

ReorderableColumn(
    list = list,
    onSettle = { fromIndex, toIndex ->
        // Update the list
    },
) { index, item, isDragging ->
    key(item.id) {
        // !!! NEW !!!
        ReorderableItem {
            // Item content
        IconButton(modifier = Modifier.draggableHandle(), /* ... */)
    }
}

}

New default auto scroll item move behavior in grids

onMove is now called with the item below the dragging item instead of the last visible item when auto scrolling.

To revert to the old behavior, pass scrollMoveMode = ScrollMoveMode.INSERT to rememberReorderableLazy*GridState

For onMove to work as the video below,

change

list = list.toMutableList().apply {
    add(to.index, removeAt(from.index))
}

to

list = list.toMutableList().apply {
</tr></table> 

... (truncated)

Commits
  • 66de575 bump version to 3.1.0
  • 3638e1d add macOS native support (#115)
  • d746f02 update README
  • 0ee37eb update publishing config
  • 198f6ec bump version to 3.0.0
  • a585b83 update
  • 3836c1e change grid examples from insert to swap
  • d38d00f add ReorderableItem to examples
  • 31cb05e add ReorderableItem to ReorderableColumn and ReorderableRow
  • 311c165 Change default move behavior on overscroll from insert to swap (#95)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sh.calvin.reorderable:reorderable](https://github.com/Calvin-LL/Reorderable) from 2.5.1 to 3.1.0.
- [Release notes](https://github.com/Calvin-LL/Reorderable/releases)
- [Commits](Calvin-LL/Reorderable@v2.5.1...v3.1.0)

---
updated-dependencies:
- dependency-name: sh.calvin.reorderable:reorderable
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 25, 2026
@github-actions

Copy link
Copy Markdown

Coverage (core/security)

Overall Project 66.61% 🍏

There is no coverage information present for the Files changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants