suhaotian/broad-infinite-list
 Watch   
 Star   
 Fork   
11 minutes ago
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

2 days ago
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

7 days ago
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

18 days ago
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

19 days ago
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

19 days ago
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

20 days ago
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

21 days ago
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

21 days ago
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

22 days ago
broad-infinite-list

v1.1.2

Revert v1.1.1