UNPKG

@readr-media/react-infinite-scroll-list

Version:

The component progressively fetches data when page being scrolled to bottom and renders them.

77 lines (57 loc) 5.16 kB
# @readr-media/react-infinite-scroll-list Changelog ## 2025-02-14, Version 1.3.0 ### Notable Changes * Fix load more behaviors * Allow data fetched manually with custom trigger in use ### Commits * \[[`77cd94f99f`](https://github.com/readr-media/react/commit/77cd94f99f)] - chore(infinite-scroll): bump package version (Tsuki Akiba) * \[[`90efb41387`](https://github.com/readr-media/react/commit/90efb41387)] - refactor(infinite-scroll): allow data fetched manually with custom trigger (Tsuki Akiba) * \[[`3e524e80be`](https://github.com/readr-media/react/commit/3e524e80be)] - fix(infinite-scroll): load more behaviors (Tsuki Akiba) * \[[`508f90d31a`](https://github.com/readr-media/react/commit/508f90d31a)] - docs(infinite-scroll): update CHANGELOG (Tsuki Akiba) ## 2024-07-11, Version 1.2.0 ### Notable Changes * Update `initialList` related handle. If length of `initialList` is less than `pageSize`, load-more trigger won't display. ### Commits * \[[`9b51b3dec0`](https://github.com/readr-media/react/commit/9b51b3dec0)] - chore(infinite-scroll): update package version (Tsuki Akiba) * \[[`f145a5a941`](https://github.com/readr-media/react/commit/f145a5a941)] - refactor(infinite-scroll): update initialList related handle (Tsuki Akiba) * \[[`7147b78f88`](https://github.com/readr-media/react/commit/7147b78f88)] - docs(infinite-scroll): update CHANGELOG (Tsuki Akiba) ## 2024-06-25, Version 1.1.2 ### Notable Changes * Move `ts-xor` from devDependencies to dependencies ### Commits * \[[`a8de9bd332`](https://github.com/readr-media/react/commit/a8de9bd332)] - chore(infinite-scroll): bump package version (Tsuki Akiba) * \[[`7f59530228`](https://github.com/readr-media/react/commit/7f59530228)] - chore(infinite-scroll): move ts-xor from devDependencies to dependencies (Tsuki Akiba) * \[[`fa2b833431`](https://github.com/readr-media/react/commit/fa2b833431)] - docs(infinite-scroll): update CHANGELOG (Tsuki Akiba) ## 2024-06-25, Version 1.1.1 ### Notable Changes * Fix error that occurs after manually triggering load-more effect ### Commits * \[[`72f2df3efd`](https://github.com/readr-media/react/commit/72f2df3efd)] - chore(infinite-scroll): bump package version (Tsuki Akiba) * \[[`66b0b4f04c`](https://github.com/readr-media/react/commit/66b0b4f04c)] - fix(infinite-scroll): error occurs after manually triggering load-more (Tsuki Akiba) * \[[`175b263c46`](https://github.com/readr-media/react/commit/175b263c46)] - docs(infinite-scroll): update changelog ## 2024-06-24, Version 1.1.0 ### Notable Changes * Add custom trigger ### Commits * \[[`c3cefd8bac`](https://github.com/readr-media/react/commit/c3cefd8bac)] - chore(infinite-scroll): bump package version (caesar) * \[[`bf199287b5`](https://github.com/readr-media/react/commit/bf199287b5)] - refactor(infinite-scroll): adjust package (caesar) * \[[`ae7aac3aa3`](https://github.com/readr-media/react/commit/ae7aac3aa3)] - refactor(infinite-scroll): update xor type definition (caesar) * \[[`e5867aed42`](https://github.com/readr-media/react/commit/e5867aed42)] - refactor(infinite-scroll): add xor type for props (caesar) * \[[`48f1d2bf53`](https://github.com/readr-media/react/commit/48f1d2bf53)] - refactor(infinite-scroll): move styled-components into roots dev dependency (caesar) * \[[`b49ee49e7d`](https://github.com/readr-media/react/commit/b49ee49e7d)] - refactor(infinite-scroll): move dev folder out of tsconfig to prevent geting builded (caesar) * \[[`237e39cc52`](https://github.com/readr-media/react/commit/237e39cc52)] - docs(infinite-scroll): update changelog (caesar) * \[[`ac56405134`](https://github.com/readr-media/react/commit/ac56405134)] - refactor(infinite-scroll): simply custom-trigger mode and default logic (caesar) * \[[`ed41865b73`](https://github.com/readr-media/react/commit/ed41865b73)] - refactor(infinite-scroll): update naming (caesar) * \[[`fed01b6c12`](https://github.com/readr-media/react/commit/fed01b6c12)] - refactor(infinite-scroll): improve dev UX (caesar) * \[[`f948ab92ab`](https://github.com/readr-media/react/commit/f948ab92ab)] - docs(infinite-scroll): update readme (caesar) * \[[`8655f4a25d`](https://github.com/readr-media/react/commit/8655f4a25d)] - refactor(infinite-scroll): update example to show different examples (caesar) * \[[`10bec736ac`](https://github.com/readr-media/react/commit/10bec736ac)] - feat(infinite-scroll): add custom trigger (caesar) ## 2024-06-19, Version 1.0.0 ### Notable Changes * First Version ### Commits * \[[`5dd4da5ba8`](https://github.com/readr-media/react/commit/5dd4da5ba8)] - docs(infinite-scroll-list): add LICENSE (Tsuki Akiba) * \[[`a41ee2a923`](https://github.com/readr-media/react/commit/a41ee2a923)] - docs(infinite-scroll-list): add README (Tsuki Akiba) * \[[`7dc4ac7733`](https://github.com/readr-media/react/commit/7dc4ac7733)] - feat(infinite-scroll-list): add main component (Tsuki Akiba) * \[[`cb4808cb14`](https://github.com/readr-media/react/commit/cb4808cb14)] - feat(infinite-scroll-list): add dev server (Tsuki Akiba) * \[[`4d430471f8`](https://github.com/readr-media/react/commit/4d430471f8)] - chore(infinite-scroll-list): add base configuration (Tsuki Akiba)