Skip to content

Releases: Tasin5541/react-infinite-observer

Release 2.0.1

Choose a tag to compare

@Tasin5541 Tasin5541 released this 20 Nov 05:17
  • chore: convert .commitlintrc.json to commitlint.config.js for ignoring dependabot commit messages (93560a6)
  • chore: update story title to use new hook name (8f224c2)
  • chore: bump @babel/traverse from 7.21.5 to 7.23.3 (4313eb9)
  • docs(readme): add branch filter in test workflow badge (593a360)
  • Merge pull request #1 from Tasin5541/dependabot/npm_and_yarn/postcss-8.4.31 (f0b0e73)
  • build(deps): bump postcss from 8.4.23 to 8.4.31 (6265600)

Release 2.0.0

Choose a tag to compare

@Tasin5541 Tasin5541 released this 17 Nov 11:59
  • docs: update for v2 (0efb698)
  • chore: update storybook for v2 (68d63e7)
  • test: update tests for v2 (2c31ef3)
  • feat: useInfiniteScroll -> useInfiniteObserver, replace setPage with onIntersection callback (a543e3a)
  • build: upgrade storybook to v7.5.3 (abf66ea)

BREAKING CHANGES:

  • hook rename: useInfiniteScroll -> useInfiniteObserver
  • props: setPage -> {onIntersection: ()=>void, threshold: number}
  • return value: setLastElement -> setRefElement

Release 1.0.2

Choose a tag to compare

@Tasin5541 Tasin5541 released this 17 Nov 08:28
  • docs: main entrypoint added in package.json (a14e56c)
  • docs: readme update (595083d)
  • ci: rename main.yml -> test.yml (ce371fd)
  • docs: story update with basic and advanced usage (41498dc)
  • test: more robust test for intersectionobserver (ca2eef7)

Release 1.0.1

Choose a tag to compare

@Tasin5541 Tasin5541 released this 12 Nov 13:04
  • chore(package.json): homepage, repo url (eb888ae)
  • docs(readme.md): minor doc update (8d1d288)

Release 1.0.0

Choose a tag to compare

@Tasin5541 Tasin5541 released this 12 Nov 12:54
  • docs: readme update with examples (e788ade)
  • chore(.prettierignore): ignore demo folder (4d311c6)

Release 0.1.5

Choose a tag to compare

@Tasin5541 Tasin5541 released this 12 Nov 12:07
  • fix: npm publish auth error (394fa52)

Release 0.1.4

Choose a tag to compare

@Tasin5541 Tasin5541 released this 12 Nov 11:44
  • fix: npm publish auth issue (1903fb0)

Release 0.1.3

Choose a tag to compare

@Tasin5541 Tasin5541 released this 12 Nov 11:38
  • docs: doc update (523b91a)
  • chore: story update (21f6a83)
  • fix: default export causing issue with library (e8179c9)
  • ci(publish.yml): remove manual login step for npm publish (6dae873)

Release 0.1.2

Choose a tag to compare

@Tasin5541 Tasin5541 released this 12 Nov 10:46
  • ci(publish.yml): remove version check for npm publish (d7b1ac6)

Release 0.1.1

Choose a tag to compare

@Tasin5541 Tasin5541 released this 12 Nov 10:41
  • ci(publish.yml): enable npm publish workflow (af84dac)