Releases: danbovey/react-infinite-scroller
Releases · danbovey/react-infinite-scroller
v1.2.6
v1.2.5
What's Changed
- Fixed a vertical scrolling warning that occurred in Google Chrome. by @ishizukih in #237
- Add "Required" column in the README's props table by @StanleySathler in #242
- Fixed travis builds by @chris-allen in #243
- react 17 support by @devpascoe in #284
- fix: added support for snowpack like tools by @mrdivyansh in #279
- Various maintenance chores, notably replacing Travis with GitHub Actions by @danbovey
Full Changelog: 1.2.4...v1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
Fixed local state update on hiding loader element
https://github.com/CassetteRocks/react-infinite-scroller/pull/127
Looks like there's one breaking change, if you use a custom loader in the loader
prop, the top level component now requires a unique key prop. See: https://github.com/CassetteRocks/react-infinite-scroller/pull/127#issuecomment-357910337
1.1.2
Fixed Chrome scroll issue: https://github.com/CassetteRocks/react-infinite-scroller/pull/125