|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## <small>1.4.3 (2025-04-22)</small> |
4 | | - |
5 | | -* fix: downgrade react-native-builder-bob to 0.37.0 ([4ee989c](https://github.com/lukailun/react-native-animated-header-flat-list/commit/4ee989c)) |
6 | | -* fix: downgrade react-native-builder-bob to exact version ([f165587](https://github.com/lukailun/react-native-animated-header-flat-list/commit/f165587)) |
7 | | -* fix: update stickyHeaderContainer style to fix ui glitch on web ([5609919](https://github.com/lukailun/react-native-animated-header-flat-list/commit/5609919)) |
8 | | -* chore: add keywords flat-list and animated to package.json ([889a0fe](https://github.com/lukailun/react-native-animated-header-flat-list/commit/889a0fe)) |
9 | | -* chore: downgrade commitlint to v19.6.1 ([24e1859](https://github.com/lukailun/react-native-animated-header-flat-list/commit/24e1859)) |
10 | | -* chore: revert dependencies to previous versions ([92b5585](https://github.com/lukailun/react-native-animated-header-flat-list/commit/92b5585)) |
11 | | -* chore: update dependencies ([679098d](https://github.com/lukailun/react-native-animated-header-flat-list/commit/679098d)) |
12 | | -* chore: update dependencies ([219457b](https://github.com/lukailun/react-native-animated-header-flat-list/commit/219457b)) |
13 | | -* chore: update dependencies ([9649a3b](https://github.com/lukailun/react-native-animated-header-flat-list/commit/9649a3b)) |
14 | | -* chore: update dependencies ([6f37826](https://github.com/lukailun/react-native-animated-header-flat-list/commit/6f37826)) |
15 | | -* chore: update dependencies ([e522f02](https://github.com/lukailun/react-native-animated-header-flat-list/commit/e522f02)) |
16 | | -* chore: update dependencies ([4be6712](https://github.com/lukailun/react-native-animated-header-flat-list/commit/4be6712)) |
17 | | -* chore: update dependencies ([4912b49](https://github.com/lukailun/react-native-animated-header-flat-list/commit/4912b49)) |
18 | | -* chore: update dependencies ([72e7124](https://github.com/lukailun/react-native-animated-header-flat-list/commit/72e7124)) |
19 | | -* chore: update dependencies ([ce68d62](https://github.com/lukailun/react-native-animated-header-flat-list/commit/ce68d62)) |
20 | | -* chore: update dependencies ([128662f](https://github.com/lukailun/react-native-animated-header-flat-list/commit/128662f)) |
21 | | -* chore: update release-it config to use CHANGELOG.md ([7ef43f1](https://github.com/lukailun/react-native-animated-header-flat-list/commit/7ef43f1)) |
22 | | - |
23 | | -## [1.4.2](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.4.1...v1.4.2) (2025-04-08) |
24 | | - |
25 | | - |
26 | | -### Bug Fixes |
27 | | - |
28 | | -* optimize sticky component display after layout completion ([4a4d7e8](https://github.com/lukailun/react-native-animated-header-flat-list/commit/4a4d7e8118dab3d23ff0983c36546511c9f912ce)) |
29 | | - |
30 | | -## [1.4.1](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.4.0...v1.4.1) (2025-03-19) |
| 3 | +## <small>1.5.1 (2025-06-19)</small> |
31 | 4 |
|
| 5 | +* docs: remove navigation prop dependency from AnimatedHeaderFlatList component ([3ddcf50](https://github.com/lukailun/react-native-animated-header-flat-list/commit/3ddcf50)) |
32 | 6 |
|
33 | | -### Bug Fixes |
| 7 | +## 1.5.0 (2025-06-19) |
34 | 8 |
|
35 | | -* add eslint disable comment to metro config ([64f5123](https://github.com/lukailun/react-native-animated-header-flat-list/commit/64f512362359043fab1fb03120664e45b16d763d)) |
36 | | -* convert babel config to commonjs ([4df90d8](https://github.com/lukailun/react-native-animated-header-flat-list/commit/4df90d86d4634b18433384699ff28ee25adba413)) |
| 9 | +* style: fix linting issues and formatting ([0bbc213](https://github.com/lukailun/react-native-animated-header-flat-list/commit/0bbc213)) |
| 10 | +* chore: release 1.4.3 ([25a6c67](https://github.com/lukailun/react-native-animated-header-flat-list/commit/25a6c67)) |
| 11 | +* chore: update dependencies ([345783c](https://github.com/lukailun/react-native-animated-header-flat-list/commit/345783c)) |
| 12 | +* chore: update dependencies to latest versions ([e25688b](https://github.com/lukailun/react-native-animated-header-flat-list/commit/e25688b)) |
| 13 | +* chore: update dependencies to React 19 and React Native 0.79.2 ([833f0ab](https://github.com/lukailun/react-native-animated-header-flat-list/commit/833f0ab)) |
| 14 | +* chore: update README ([7516c27](https://github.com/lukailun/react-native-animated-header-flat-list/commit/7516c27)) |
37 | 15 |
|
38 | | -# [1.4.0](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.3.1...v1.4.0) (2025-03-10) |
39 | | - |
40 | | - |
41 | | -### Bug Fixes |
42 | | - |
43 | | -* use any type for navigation prop temporarily ([ef8c9b4](https://github.com/lukailun/react-native-animated-header-flat-list/commit/ef8c9b48c16a8beffd664e375c47576d5bb52cd0)) |
44 | | - |
45 | | -## [1.3.1](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.3.0...v1.3.1) (2025-01-21) |
46 | | - |
47 | | -### Bug Fixes |
| 16 | +## <small>1.4.3 (2025-04-22)</small> |
48 | 17 |
|
49 | | -- change navigation prop type to any ([33377cf](https://github.com/lukailun/react-native-animated-header-flat-list/commit/33377cfcbfd3822a118752a7e6963b646bf3b15c)) |
50 | | -- update navigation type ([889d916](https://github.com/lukailun/react-native-animated-header-flat-list/commit/889d91616cad6a1aac7134f79a7307a22800b65c)) |
| 18 | +* fix: update stickyHeaderContainer style to fix ui glitch on web ([5609919](https://github.com/lukailun/react-native-animated-header-flat-list/commit/5609919)) |
51 | 19 |
|
52 | | -# [1.3.0](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.2.3...v1.3.0) (2025-01-21) |
| 20 | +## <small>1.4.2 (2025-04-08)</small> |
53 | 21 |
|
54 | | -### Features |
| 22 | +* fix: optimize sticky component display after layout completion ([4a4d7e8](https://github.com/lukailun/react-native-animated-header-flat-list/commit/4a4d7e8118dab3d23ff0983c36546511c9f912ce)) |
55 | 23 |
|
56 | | -- add navigationBarColor prop to support animated navigation bar background ([df2253e](https://github.com/lukailun/react-native-animated-header-flat-list/commit/df2253e8b27d9efcb0c7fabba334ab8ef6c72375)) |
| 24 | +## <small>1.4.1 (2025-03-19)</small> |
57 | 25 |
|
58 | | -## [1.2.3](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.2.2...v1.2.3) (2024-12-06) |
| 26 | +* fix: add eslint disable comment to metro config ([64f5123](https://github.com/lukailun/react-native-animated-header-flat-list/commit/64f512362359043fab1fb03120664e45b16d763d)) |
| 27 | +* fix: convert babel config to commonjs ([4df90d8](https://github.com/lukailun/react-native-animated-header-flat-list/commit/4df90d86d4634b18433384699ff28ee25adba413)) |
59 | 28 |
|
60 | | -### Bug Fixes |
| 29 | +## <small>1.4.0 (2025-03-10)</small> |
61 | 30 |
|
62 | | -- remove redundant interpolation input range value ([fa99989](https://github.com/lukailun/react-native-animated-header-flat-list/commit/fa9998983ae4d2448fa60cb4a3318434753e812d)) |
| 31 | +* fix: use any type for navigation prop temporarily ([ef8c9b4](https://github.com/lukailun/react-native-animated-header-flat-list/commit/ef8c9b48c16a8beffd664e375c47576d5bb52cd0)) |
63 | 32 |
|
64 | | -## [1.2.2](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.2.1...v1.2.2) (2024-11-28) |
| 33 | +## <small>1.3.1 (2025-01-21)</small> |
65 | 34 |
|
66 | | -### Bug Fixes |
| 35 | +* fix: change navigation prop type to any ([33377cf](https://github.com/lukailun/react-native-animated-header-flat-list/commit/33377cfcbfd3822a118752a7e6963b646bf3b15c)) |
| 36 | +* fix: update navigation type ([889d916](https://github.com/lukailun/react-native-animated-header-flat-list/commit/889d91616cad6a1aac7134f79a7307a22800b65c)) |
67 | 37 |
|
68 | | -- remove empty item ([26f970a](https://github.com/lukailun/react-native-animated-header-flat-list/commit/26f970aa1dfeb75f1e142db7d5e0a42482e6c402)) |
| 38 | +## <small>1.3.0 (2025-01-21)</small> |
69 | 39 |
|
70 | | -## [1.2.1](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.2.0...v1.2.1) (2024-11-28) |
| 40 | +* feat: add navigationBarColor prop to support animated navigation bar background ([df2253e](https://github.com/lukailun/react-native-animated-header-flat-list/commit/df2253e8b27d9efcb0c7fabba334ab8ef6c72375)) |
71 | 41 |
|
72 | | -### Bug Fixes |
| 42 | +## <small>1.2.3 (2024-12-06)</small> |
73 | 43 |
|
74 | | -- show header item in empty list ([824a6ab](https://github.com/lukailun/react-native-animated-header-flat-list/commit/824a6ab5258a07b2af0658b338c6876be416b0c6)) |
| 44 | +* fix: remove redundant interpolation input range value ([fa99989](https://github.com/lukailun/react-native-animated-header-flat-list/commit/fa9998983ae4d2448fa60cb4a3318434753e812d)) |
75 | 45 |
|
76 | | -# [1.2.0](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.1.1...v1.2.0) (2024-11-28) |
| 46 | +## <small>1.2.2 (2024-11-28)</small> |
77 | 47 |
|
78 | | -### Bug Fixes |
| 48 | +* fix: remove empty item ([26f970a](https://github.com/lukailun/react-native-animated-header-flat-list/commit/26f970aa1dfeb75f1e142db7d5e0a42482e6c402)) |
79 | 49 |
|
80 | | -- remove stickyHeaderHiddenOnScroll ([170fcd7](https://github.com/lukailun/react-native-animated-header-flat-list/commit/170fcd7317a29bdf7a2598d29ae7fcc843fccb67)) |
| 50 | +## <small>1.2.1 (2024-11-28)</small> |
81 | 51 |
|
82 | | -### Features |
| 52 | +* fix: show header item in empty list ([824a6ab](https://github.com/lukailun/react-native-animated-header-flat-list/commit/824a6ab5258a07b2af0658b338c6876be416b0c6)) |
83 | 53 |
|
84 | | -- add parallax prop to control header background parallax effect ([9fa1b09](https://github.com/lukailun/react-native-animated-header-flat-list/commit/9fa1b09e603b766d7d2cc8a7706c1b5b6ef2b120)) |
85 | | -- add transparent status bar ([61714a8](https://github.com/lukailun/react-native-animated-header-flat-list/commit/61714a8050d51715f5fdcbcff996c2c1fa9e69f9)) |
| 54 | +## <small>1.2.0 (2024-11-28)</small> |
86 | 55 |
|
87 | | -## [1.1.1](https://github.com/lukailun/react-native-animated-header-flat-list/compare/v1.1.0...v1.1.1) (2024-11-27) |
| 56 | +* fix: remove stickyHeaderHiddenOnScroll ([170fcd7](https://github.com/lukailun/react-native-animated-header-flat-list/commit/170fcd7317a29bdf7a2598d29ae7fcc843fccb67)) |
| 57 | +* feat: add parallax prop to control header background parallax effect ([9fa1b09](https://github.com/lukailun/react-native-animated-header-flat-list/commit/9fa1b09e603b766d7d2cc8a7706c1b5b6ef2b120)) |
| 58 | +* feat: add transparent status bar ([61714a8](https://github.com/lukailun/react-native-animated-header-flat-list/commit/61714a8050d51715f5fdcbcff996c2c1fa9e69f9)) |
0 commit comments