From f3e5a7fb0c1eaad9e6c19ee12473b0df6d8b8ed7 Mon Sep 17 00:00:00 2001 From: enesozturk Date: Wed, 5 Apr 2023 11:56:58 +0300 Subject: [PATCH] v0.1.6 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0513a..b969e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fc9188d..a9a045a 100644 --- a/package.json +++ b/package.json @@ -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",