Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Apr 5, 2023
1 parent 7c84060 commit f3e5a7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.1.6](https://github.com/enesozturk/react-native-hold-menu/compare/v0.1.5...v0.1.6)

- Provider: add onOpen/onClose callbacks [`#84`](https://github.com/enesozturk/react-native-hold-menu/pull/84)
- [feat] HoldItem: add new prop - longPressMinDurationMs [`#85`](https://github.com/enesozturk/react-native-hold-menu/pull/85)
- Add support for expo-47 [`#92`](https://github.com/enesozturk/react-native-hold-menu/pull/92)
- feat: add safeAreaInsets prop [`#74`](https://github.com/enesozturk/react-native-hold-menu/pull/74)
- refactor: conditional icon rendering [`#73`](https://github.com/enesozturk/react-native-hold-menu/pull/73)
- feat: upgrade to expo 46 [`83cc6f7`](https://github.com/enesozturk/react-native-hold-menu/commit/83cc6f76ac49828ecf94391138820cc0b9be433e)

#### [v0.1.5](https://github.com/enesozturk/react-native-hold-menu/compare/v0.1.4...v0.1.5)

> 20 July 2022
- refactor: use tap gesture for both platforms [`fc99dea`](https://github.com/enesozturk/react-native-hold-menu/commit/fc99dea83dfeacb5542c6e58ee81e2a19b254cd7)
- chore: update playground example [`6ddcc9d`](https://github.com/enesozturk/react-native-hold-menu/commit/6ddcc9d3e3c8db57847b793c8de6ea14638495e2)
- chore: update changelog [`96e4f6b`](https://github.com/enesozturk/react-native-hold-menu/commit/96e4f6b224aa6f851d1b323de62f7461663c8dca)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-hold-menu",
"version": "0.1.5",
"version": "0.1.6",
"description": "A performant, easy to use hold to open context menu for React Native powered by Reanimated.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit f3e5a7f

Please sign in to comment.