Skip to content

Releases: johnhaup/react-native-lazy-scrollview

Release 1.5.1

10 Nov 04:26
Compare
Choose a tag to compare

1.5.1 (2024-11-10)

What's Changed

Full Changelog: v1.5.0...v1.5.1

Release 1.5.0

24 Oct 03:16
Compare
Choose a tag to compare

1.5.0 (2024-10-24)

Bug Fixes

Features

Release 1.4.0

13 Oct 17:34
Compare
Choose a tag to compare

1.4.0 (2024-10-13)

Features

Release 1.3.0

13 Oct 06:50
Compare
Choose a tag to compare

1.3.0 (2024-10-13)

Bug Fixes

  • measure lazychild after frame of onlayout in case native measure runs too quickly (735e960)

Features

  • handle horizontal scrollviews (c594ff3)

Release 1.2.3

12 Oct 14:40
Compare
Choose a tag to compare

1.2.3 (2024-10-12)

What's Changed

Full Changelog: v1.2.2...v1.2.3

Release 1.2.2

12 Oct 04:05
Compare
Choose a tag to compare

1.2.2 (2024-10-12)

Release 1.2.1

10 Oct 20:55
Compare
Choose a tag to compare

1.2.1 (2024-10-10)

Bug Fixes

  • measure top of content natively (54f70de)

Release 1.2.0

07 Oct 00:40
Compare
Choose a tag to compare

1.2.0 (2024-10-07)

Features

  • add bailout config to LazyChild (7e699f4)

What's Changed

Full Changelog: v1.1.0...v1.2.0

Release 1.1.0

04 Oct 04:15
Compare
Choose a tag to compare

1.1.0 (2024-10-04)

Features

  • expose scroll methods in LazyScrollview ref (1390966)

Release 1.0.1

04 Oct 03:08
Compare
Choose a tag to compare

1.0.1 (2024-10-04)

Bug Fixes

  • fire enter callbacks if no provider ancestor (087b9dd)