Skip to content

Commit 88000cc

Browse files
committed
chore: release 8.0.0
1 parent 6e9cbd4 commit 88000cc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11

22

3+
# [8.0.0](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v7.0.1...v8.0.0) (2024-07-05)
4+
5+
6+
### Code Refactoring
7+
8+
* **hooks, container:** perf: avoid reading .value outside worklet ([08a1c51](https://github.com/PedroBern/react-native-collapsible-tab-view/commit/08a1c51f1aefbe13dd30dbfb62b7d19848835838))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* **hooks, container:** headerHeight, tabBarHeight, containerHeight, and
14+
contentInset are no longer SharedValues.
15+
16+
If you consume useHeaderMeasurements and/or useTabsContext expect this
17+
to impact you.
18+
319
## [7.0.1](https://github.com/PedroBern/react-native-collapsible-tab-view/compare/v7.0.0...v7.0.1) (2024-04-15)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-collapsible-tab-view",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "Collapsible tab view component for React Native",
55
"main": "lib/commonjs/index.js",
66
"react-native": "src/index.tsx",

0 commit comments

Comments
 (0)