Skip to content

Releases: johnhaup/react-native-lazy-scrollview

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)

Release 1.0.0

26 Sep 03:59
Compare
Choose a tag to compare

1.0.0 (2024-09-26)

Bug Fixes

Features

  • add top and bottom thresholds (e3d2c08)

Release 1.0.0-beta.0

16 Sep 04:30
Compare
Choose a tag to compare
Release 1.0.0-beta.0 Pre-release
Pre-release

1.0.0-beta.0 (2024-09-16)

Features

  • add top and bottom thresholds (aa9726c)

Release 0.10.0

09 Aug 15:23
Compare
Choose a tag to compare

0.10.0 (2024-08-09)

Bug Fixes

  • factor StatusBar height into top value (58ad218)
  • remove canMeasure in lieu of collapsable false for android (42f4c1c)
  • validate component has height before measuring (7d3a3d0)

Features

  • add visibility enter and exit callbacks (266ec61)

Release 0.9.1

05 Aug 02:13
Compare
Choose a tag to compare

0.9.1 (2024-08-05)

Bug Fixes

  • fix recursvie derived value loop (ff654af)

Release 0.9.0

02 Jun 16:44
Compare
Choose a tag to compare

0.9.0 (2024-06-02)

Features

  • add ignoreZeroMeasurement prop to LazyChild (90b458b)

Release 0.8.0

13 May 04:39
Compare
Choose a tag to compare

0.8.0 (2024-05-13)

Bug Fixes

  • factor top of ScrollView into trigger value (0b46143)

Features

  • add percent lazy child trigger (544a733)

Release 0.7.1

11 May 05:05
Compare
Choose a tag to compare

0.7.1 (2024-05-11)

Release 0.7.0

11 May 04:49
Compare
Choose a tag to compare

0.7.0 (2024-05-11)

Bug Fixes

Features

  • use measure to calculate dynamic layout (5eae6db)