suhaotian/broad-infinite-list
 Watch   
 Star   
 Fork   
2026-02-27 16:50:15
broad-infinite-list

v1.4.1

Fix README API section wrong format

2026-02-27 16:11:01
broad-infinite-list

v1.4.0

What's Changed?

NO Breaking Change


Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.3.1...v1.4.0

2026-02-24 20:29:24
broad-infinite-list

v1.3.1

What's Changed?

  • Fix(all): List gets stuck when onLoadMore returns [] with sentinel still visible. Ref: issues#7
  • Example(react): Add Infinite-List-to-Detail Demo and close issue#6. Visit demo
  • Others: fix typos

Thanks @arv Made his first contribution 🧨🚀

New Contributors


Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.3.0...v1.3.1

2026-02-20 13:17:24
broad-infinite-list

v1.3.0

What's Changed?

  • Feat(React/Vue): Support new props: containerAs / as / itemAs / itemClassName / itemStyle
  • Feat(ReactNative): Add ScrollViewProps support
  • Feat(All): add getTopDistance() => number and getBottomDistance() => number to ref
  • Feat(React/Vue): add headerSlot and footerSlot for table usecase

Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.2.3...v1.3.0

2026-02-08 20:30:25
broad-infinite-list

v1.2.3

Fix(vue): scroll restoration not working on iOS Safari after load more


Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.2.2...v1.2.3

2026-02-08 10:51:02
broad-infinite-list

v1.2.2

What's Changed?

  • Keep use use-next-tick but with useNextTickLayout from new version of use-next-tick
  • Improve example
  • Make repo public

Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.2.1...v1.2.2

2026-02-07 20:58:52
broad-infinite-list

v1.2.1

What's Changed?

  • Revert use-next-tick, This causes scroll flashing in iOS Safari.
  • Fix ChatGPT and Claude demo style on iOS safari.
  • Perf(react): observe child list elements subtree: false for better performance.

Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.2.0...v1.2.1

2026-02-06 16:29:45
broad-infinite-list

v1.2.0

What's Changed?

  • Improve React version code to make it more robust.
  • Improve React Native version code to make it more robust.
  • Switch useLayoutEffect to the use-next-tick package hook for react version.
  • Add more examples, such as ChatGPT- and Claude-style themed infinite chat lists.

Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.1.4...v1.2.0

2026-02-05 22:27:52
broad-infinite-list

v1.1.4

  • Fix Vue scroll up restore scroll behaviour

Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.1.3...v1.1.4

2026-02-05 18:29:11
broad-infinite-list

v1.1.3

What's Changed?

Minor update and Add e2e tests


Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.1.2...v1.1.3