- Cancel throttled function on unmount
- Read scroll position from window page offset also from within onScroll callback
- Read scroll position from window page offset with fallback to document.documentElement and document.body
- Remove default overflow hidden property
- Make change in previous version backward compatible. Missing outerRef will not crash the page
- Added support for lists with an offset position different than 0. This means you can have some content above and before the list or grid
Updated README
Added some missing tests
First release
Initial commit