Skip to content

Bump to 17.1.0#621

Merged
aaalaniz merged 1 commit into
mainfrom
aalaniz/release-17.1.0
May 29, 2026
Merged

Bump to 17.1.0#621
aaalaniz merged 1 commit into
mainfrom
aalaniz/release-17.1.0

Conversation

@aaalaniz
Copy link
Copy Markdown
Collaborator

Added

  • Added item-aware content offset adjustment APIs, declarative auto-scroll support, and scroll-in-progress state for custom scrolling behaviors.
    list.autoScrollAction = .pin(
        .item(targetIdentifier),
        itemPosition: .verticalContentOffsetAdjustment { info in
            max(0.0, info.itemFrame.maxY - info.visibleContentFrame.maxY)
        },
        scrollInterruptionPolicy: .deferDuringUserScrolling
    )
    Use .skipDuringUserScrolling instead when the auto-scroll should be dropped rather than retried after the user scroll ends.

Checklist

Please do the following before merging:

  • Ensure any public-facing changes are reflected in the changelog. Include them in the Main section.

@aaalaniz aaalaniz enabled auto-merge May 29, 2026 15:48
@aaalaniz aaalaniz disabled auto-merge May 29, 2026 15:48
@aaalaniz aaalaniz merged commit 2134c91 into main May 29, 2026
10 checks passed
@aaalaniz aaalaniz deleted the aalaniz/release-17.1.0 branch May 29, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants