Skip to content

chore(deps): bump @legendapp/list from 3.3.3 to 3.3.5 - #1397

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/legendapp/list-3.3.5
Open

chore(deps): bump @legendapp/list from 3.3.3 to 3.3.5#1397
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/legendapp/list-3.3.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @legendapp/list from 3.3.3 to 3.3.5.

Release notes

Sourced from @​legendapp/list's releases.

v3.3.5

  • Fix: Changing dataKey no longer leaves the new dataset invisible. #519
  • Fix: maintainScrollAtEnd stays pinned as newly inserted rows are measured, and scroll corrections preserve anchoredEndSpace padding. #520
  • Fix: Programmatic scrolls no longer throw in browsers, get lost when they replace unfinished initial scrolling, or stop working after a previous request is canceled. #518

v3.3.4

  • Feat: getState().indexByKey(key) looks up an item’s current index by key.
  • Feat: anchoredEndSpace now works with standard React Native LegendList, including horizontal and RTL lists, and stays accurate after content measurements change. It supports single-column lists only.
  • Fix: maintainScrollAtEnd continues following content growth unless the user scrolls away.
  • Fix: Changing dataKey no longer briefly displays stale rows from the previous dataset.
  • Fix: Initial scrolling and scrollToIndex correctly account for padding, direction, and final-item gaps.
  • Fix: Web content-container sizing remains correct when callers provide padding or content-box styles.
  • Fix: useRecyclingEffect and useRecyclingState no longer crash outside a LegendList. #498
  • Fix: Programmatic scrolls settle reliably when superseded, already aligned on iOS, or interrupted by unmounting. #508
Changelog

Sourced from @​legendapp/list's changelog.

3.3.5

  • Fix: Changing dataKey no longer leaves the new dataset invisible. #519
  • Fix: maintainScrollAtEnd stays pinned as newly inserted rows are measured, and scroll corrections preserve anchoredEndSpace padding. #520
  • Fix: Programmatic scrolls no longer throw in browsers, get lost when they replace unfinished initial scrolling, or stop working after a previous request is canceled. #518

3.3.4

  • Feat: getState().indexByKey(key) looks up an item’s current index by key.
  • Feat: anchoredEndSpace now works with standard React Native LegendList, including horizontal and RTL lists, and stays accurate after content measurements change. It supports single-column lists only.
  • Fix: maintainScrollAtEnd continues following content growth unless the user scrolls away.
  • Fix: Changing dataKey no longer briefly displays stale rows from the previous dataset.
  • Fix: Initial scrolling and scrollToIndex correctly account for padding, direction, and final-item gaps.
  • Fix: Web content-container sizing remains correct when callers provide padding or content-box styles.
  • Fix: useRecyclingEffect and useRecyclingState no longer crash outside a LegendList. #498
  • Fix: Programmatic scrolls settle reliably when superseded, already aligned on iOS, or interrupted by unmounting. #508
Commits
  • 80193ce Version 3.3.5
  • d5a9dab fix: retain the deferred scroll runner during cleanup
  • 07b3ede fix: let imperative scrolling supersede initial scroll
  • aeebba5 fix: preserve anchored end padding during scroll adjustment
  • 61f8ec9 test: protect first-measurement end maintenance
  • ac4fa07 Merge pull request #520 from chrisnojima/fix-maintain-scroll-at-end-first-mea...
  • 21758bc Merge pull request #519 from chrisnojima/fix-fresh-data-transition-stuck-hidden
  • e463864 Merge pull request #518 from chrisnojima/fix-scheduled-work-cancel-receiver
  • c0dbac1 fix: follow content growth from first item measurements at the end
  • 627200d fix: reveal a fresh dataset when the readiness reset is never rendered
  • 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 [@legendapp/list](https://github.com/LegendApp/legend-list) from 3.3.3 to 3.3.5.
- [Release notes](https://github.com/LegendApp/legend-list/releases)
- [Changelog](https://github.com/LegendApp/legend-list/blob/main/CHANGELOG.md)
- [Commits](LegendApp/legend-list@v3.3.3...v3.3.5)

---
updated-dependencies:
- dependency-name: "@legendapp/list"
  dependency-version: 3.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants