Skip to content

Releases: codeherence/react-native-header

Release 0.14.0

18 Oct 22:30
Compare
Choose a tag to compare

0.14.0 (2024-10-18)

Big shoutout to @rafpato for introducing the MasonryFlashListWithHeader component!

Features

  • add support for MasonryFlashlist (#39) (52ba9a3)

Release 0.13.0

14 Oct 23:52
Compare
Choose a tag to compare

0.13.0 (2024-10-14)

Bug Fixes

  • allows header container styles overriding (3bcec8b)
  • allows header style overriding (fc8ffc5)

Release 0.12.2

24 May 01:16
Compare
Choose a tag to compare

This release includes documentation updates.

0.12.2 (2024-05-24)

Release 0.12.1

15 Apr 16:41
Compare
Choose a tag to compare

0.12.1 (2024-04-15)

Minor change to ensure that border color can change. Before, it was initially "white" since it was using an opacity animation. Now, there is an interpolation between an initial and final border color.

Features

  • introduce bottom border color interpolation (5069e90)
  • upload gif (2bbb2a8)

Release 0.12.0

02 Mar 21:28
Compare
Choose a tag to compare

0.12.0 (2024-03-02)

Big thanks to @aharwood9 for being the second contributor!

Features

Bug Fixes

Release 0.11.2

29 Feb 08:52
Compare
Choose a tag to compare

0.11.2 (2024-02-29)

This release is require to update the README on npm - there are no changes.

Release 0.11.1

29 Feb 04:48
Compare
Choose a tag to compare

0.11.1 (2024-02-29)

Bug Fixes

  • scrollview padding top inconsistency (#26) (2b23bf7)

Release 0.11.0

27 Sep 19:30
Compare
Choose a tag to compare

0.11.0 (2023-09-27)

Features

Release 0.10.1

29 Jun 11:36
Compare
Choose a tag to compare

0.10.1 (2023-06-29)

Features

  • better support inverted virtualized lists (#19) (0ee68ba)

Bug Fixes

  • allow for scrollIndicatorInsets to be supplied to scroll containers (#18) (3dda369)

Release 0.10.0

29 Jun 03:02
Compare
Choose a tag to compare

0.10.0 (2023-06-29)

Features

  • introduce header fade-in threshold (#17) (9017593)