Skip to content

Releases: danbovey/react-infinite-scroller

v1.2.6

13 Apr 08:57
dcee172
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.5...v1.2.6

v1.2.5

09 Feb 17:28
Compare
Choose a tag to compare

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

24 Dec 15:54
54d7b16
Compare
Choose a tag to compare

The component will use passive event listeners if available #196 - Thanks to @timbielawski

1.2.3

23 Dec 17:13
777d63b
Compare
Choose a tag to compare

When isReverse is true, the scroll bar position is incorrect #184 - Thanks to @hengkx

1.2.2

10 Oct 09:17
9c4d2e1
Compare
Choose a tag to compare

Moved custom scroll parent to a prop called getScrollParent #179 - Thanks to @k2snowman69

1.2.1

14 Sep 11:18
Compare
Choose a tag to compare

Safely navigate a null scroll component (offsetHeight of null) #172 - Thanks to @skovy

1.2.0

25 Jun 23:22
1a64cb3
Compare
Choose a tag to compare

Added getParentElement function that can be easily overridden to add functionality #58 - Thanks to @deibeljc

1.1.4

09 Apr 16:27
ba6adf3
Compare
Choose a tag to compare

Change proptypes intended for rendering react elements to node #145 - Thanks to @wardy

1.1.3

15 Jan 12:24
6c531ac
Compare
Choose a tag to compare

Fixed local state update on hiding loader element

#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: #127 (comment)

1.1.2

13 Dec 13:24
9bd3872
Compare
Choose a tag to compare

Fixed Chrome scroll issue: #125