Skip to content

Commit 6627eb5

Browse files
committed
chore: release 0.3.0
1 parent e106407 commit 6627eb5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# [0.3.0](https://github.com/Stringsaeed/react-native-tooltiplize/compare/v0.2.0...v0.3.0) (2022-11-09)
4+
5+
6+
### Bug Fixes
7+
8+
* downgrade `framer-motion` to fix `useId` issue ([49ba737](https://github.com/Stringsaeed/react-native-tooltiplize/commit/49ba737dde31995a87af376a97d9091cb9082595))
9+
* separate `PointerWrapper` component from `TooltipWrapper` ([84eef08](https://github.com/Stringsaeed/react-native-tooltiplize/commit/84eef088f55812e6bbe38250b2cea47fa715bf19))
10+
11+
12+
### Features
13+
14+
* add render pointer prop ([705d13b](https://github.com/Stringsaeed/react-native-tooltiplize/commit/705d13b3c51d88b33eebe4238ca7bfa47f2f3d17))
15+
* pass rest styles from `pointerStyle` to `PointerWrapper` ([e842fe4](https://github.com/Stringsaeed/react-native-tooltiplize/commit/e842fe4fa8f45b2657dae71a0e3ab1deb92c1e2e))
16+
* populate rest styles from `getSafeStyle` ([62e33d5](https://github.com/Stringsaeed/react-native-tooltiplize/commit/62e33d589ccbf80e32976236c9748ef19601e8b3))
17+
* use `Animated` API if `reanimated2` not available ([cec2483](https://github.com/Stringsaeed/react-native-tooltiplize/commit/cec2483346def7f25e47552900472d6403c5e6f0))

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-tooltiplize",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "react native tooltip like never before, using leading packages like `react-native-reanimated` v2, `framer-motion`, and `@gorhom/portal`",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)