Releases: karl-run/react-bottom-scroll-listener
Releases · karl-run/react-bottom-scroll-listener
v5.2.0: Support react 19
What's Changed
- Write tests for triggerOnNoScroll by @sinansonmez in #69
- chore: migrate to vite for build, drop eslint for biome by @karl-run in #71
- adds support for react 19 by @JakeBelanger in #75
New Contributors
- @sinansonmez made their first contribution in #69
- @JakeBelanger made their first contribution in #75
Full Changelog: v5.1.0...v5.2.0
support react 18
v5.1.0 support react 18
refactor
feature
fix/chore
feature
- added hook
useOnBottomScrollListener
Migrating from 2.x.x to 3.x.x
There are no breaking changes except that the required version of React is now 16.8.0. If you are on an older version of React you can either upgrade React, or stay on version 2.x.x. If you already are on a newer version of React you don't have to do anything, except maybe try out the new hook implementation. :)