Skip to content

Releases: codeherence/react-native-header

Release 1.0.0

29 Sep 03:20

Choose a tag to compare

1.0.0 (2025-09-29)

What's Changed

Full Changelog: v0.14.0...v1.0.0

Release 1.0.0-rc.1

17 Sep 23:15

Choose a tag to compare

Release 1.0.0-rc.1 Pre-release
Pre-release

1.0.0-rc.1 (2025-09-17)

Big thank you to @ythomop for pointing out the new inverted properties for FlashList!

Bug Fixes

Release 1.0.0-rc.0

16 Sep 21:08

Choose a tag to compare

Release 1.0.0-rc.0 Pre-release
Pre-release

1.0.0-rc.0 (2025-09-16)

Features

Release 0.14.0

18 Oct 22:30

Choose a tag to compare

0.14.0 (2024-10-18)

Big shoutout to @rafpato for introducing the MasonryFlashListWithHeaders component!

Features

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

Release 0.13.0

14 Oct 23:52

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

Choose a tag to compare

This release includes documentation updates.

0.12.2 (2024-05-24)

Release 0.12.1

15 Apr 16:41

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

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

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

Choose a tag to compare

0.11.1 (2024-02-29)

Bug Fixes

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