-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad7dffc
commit c202eac
Showing
2 changed files
with
53 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,77 @@ | ||
# Changelog | ||
### Changelog | ||
|
||
## [v0.1.1](https://github.com/enesozturk/react-native-hold-menu/compare/v0.1.0...v0.1.1) | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
#### Fixes | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
([#39](https://github.com/enesozturk/react-native-hold-menu/issues/39)): | ||
#### [v0.1.2](https://github.com/enesozturk/react-native-hold-menu/compare/v0.1.1...v0.1.2) | ||
|
||
- Fix spread operator usage | ||
- Refactor Menu Item component | ||
- Optional icon component | ||
- fix: change expo deps as peers to support expo-modules [`#57`](https://github.com/enesozturk/react-native-hold-menu/pull/57) | ||
- fix: deepEqual validator [`#48`](https://github.com/enesozturk/react-native-hold-menu/pull/48) | ||
- chore: fix linter errors [`8f9bca7`](https://github.com/enesozturk/react-native-hold-menu/commit/8f9bca762200103aeba4a19f41c94a2cc26df2f8) | ||
- chore: update scripts [`ad7dffc`](https://github.com/enesozturk/react-native-hold-menu/commit/ad7dffc0ff1efb8b80b8de10f58417e0ba7f912c) | ||
|
||
## [v0.1.0](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.8...v0.1.0) - 2021-05-15 | ||
#### [v0.1.1](https://github.com/enesozturk/react-native-hold-menu/compare/v0.1.0...v0.1.1) | ||
|
||
#### Features | ||
> 7 August 2021 | ||
- feat: Add Tap and Double Tap Support ([fd1ad65](https://github.com/enesozturk/react-native-hold-menu/commit/fd1ad653cad4f1f3a212eedda5a4d87f54077510)). | ||
- fix: general refactor about spread usage, menu item, optional icon component [`#39`](https://github.com/enesozturk/react-native-hold-menu/pull/39) | ||
- release: v0.1.0 📦 [`#27`](https://github.com/enesozturk/react-native-hold-menu/pull/27) | ||
- chore: release v0.1.1 [`81003d2`](https://github.com/enesozturk/react-native-hold-menu/commit/81003d21b596944013165800f7787eec49ff4e7b) | ||
|
||
#### Improvements | ||
#### [v0.1.0](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.8...v0.1.0) | ||
|
||
- chore: replace react-native-haptic-feedback with expo-haptics ([5fcc0b2](https://github.com/enesozturk/react-native-hold-menu/commit/5fcc0b2b144b9ea93debafe05f80a244b91d1c99)). | ||
> 15 May 2021 | ||
#### Fixes | ||
- fix: typo for separator word that missed on rebase [`#26`](https://github.com/enesozturk/react-native-hold-menu/pull/26) | ||
- feat: new icon component usage logic [`#24`](https://github.com/enesozturk/react-native-hold-menu/pull/24) | ||
- feat: disable touchable of the hold item when menu active [`#8`](https://github.com/enesozturk/react-native-hold-menu/pull/8) | ||
- fix: typo for seperator word [`#15`](https://github.com/enesozturk/react-native-hold-menu/pull/15) | ||
- refactor: updates reanimated and unimodules deps and setups [`#25`](https://github.com/enesozturk/react-native-hold-menu/pull/25) | ||
- feat: new prop to pass params to onPress handlers [`#6`](https://github.com/enesozturk/react-native-hold-menu/pull/6) | ||
- feat: add optional haptic feedback [`#5`](https://github.com/enesozturk/react-native-hold-menu/pull/5) | ||
- feat: add tap and double tap support [`#3`](https://github.com/enesozturk/react-native-hold-menu/pull/3) | ||
- feat: Add Tap and Double Tap Support [`fd1ad65`](https://github.com/enesozturk/react-native-hold-menu/commit/fd1ad653cad4f1f3a212eedda5a4d87f54077510) | ||
- fix: disable calling animations again when they are already active [`e1848dc`](https://github.com/enesozturk/react-native-hold-menu/commit/e1848dca63f46c5ed50685a78471e043c9aba2c3) | ||
- chore: replace react-native-haptic-feedback with expo-haptics [`5fcc0b2`](https://github.com/enesozturk/react-native-hold-menu/commit/5fcc0b2b144b9ea93debafe05f80a244b91d1c99) | ||
|
||
- fix: disable calling animations again when they are already active ([e1848dc](https://github.com/enesozturk/react-native-hold-menu/commit/e1848dca63f46c5ed50685a78471e043c9aba2c3)). | ||
#### [v0.0.8](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.7...v0.0.8) | ||
|
||
## [v0.0.8](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.7...v0.0.8) - 2021-03-05 | ||
> 5 March 2021 | ||
#### Improvements | ||
- docs: update website with example usages and readme [`03da41a`](https://github.com/enesozturk/react-native-hold-menu/commit/03da41abd2958c791b933d3e45a0380dcb5b5131) | ||
- docs: update footer and docs [`39c53bb`](https://github.com/enesozturk/react-native-hold-menu/commit/39c53bb59718184b383f303aa4be1abe749a905e) | ||
- chore: update destructive text colors [`715e70f`](https://github.com/enesozturk/react-native-hold-menu/commit/715e70f9bb86cf74146029cb5f41c81d321663d9) | ||
|
||
- chore: update destructive text colors ([715e70f](https://github.com/enesozturk/react-native-hold-menu/commit/715e70f9bb86cf74146029cb5f41c81d321663d9)). | ||
#### [v0.0.7](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.6...v0.0.7) | ||
|
||
#### Documentations | ||
> 3 March 2021 | ||
- docs: update website with example usages and readme ([03da41a](https://github.com/enesozturk/react-native-hold-menu/commit/03da41abd2958c791b933d3e45a0380dcb5b5131)). | ||
- docs: update footer and docs ([39c53bb](https://github.com/enesozturk/react-native-hold-menu/commit/39c53bb59718184b383f303aa4be1abe749a905e)). | ||
- chore: update playground example [`928c5c8`](https://github.com/enesozturk/react-native-hold-menu/commit/928c5c82b76740a8741fc8eae625e7c613d7ca9c) | ||
- chore: release v0.0.7 [`50a5e5d`](https://github.com/enesozturk/react-native-hold-menu/commit/50a5e5d37d960be1de36d47db3edba98c674ad87) | ||
- chore: consider font scale for menu item text [`c17327d`](https://github.com/enesozturk/react-native-hold-menu/commit/c17327d51e22efa42f8ac702afc93e6213064d0c) | ||
|
||
## [v0.0.7](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.6...v0.0.7) - 2021-03-03 | ||
#### [v0.0.6](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.5...v0.0.6) | ||
|
||
#### Improvements | ||
> 3 March 2021 | ||
- chore: update playground example ([928c5c8](https://github.com/enesozturk/react-native-hold-menu/commit/928c5c82b76740a8741fc8eae625e7c613d7ca9c)). | ||
- chore: release v0.0.7 ([50a5e5d](https://github.com/enesozturk/react-native-hold-menu/commit/50a5e5d37d960be1de36d47db3edba98c674ad87)). | ||
- chore: consider font scale for menu item text ([c17327d](https://github.com/enesozturk/react-native-hold-menu/commit/c17327d51e22efa42f8ac702afc93e6213064d0c)). | ||
- chore: update example app [`18c5db2`](https://github.com/enesozturk/react-native-hold-menu/commit/18c5db23e95387280e4dca5318b86b133ebcbbc8) | ||
- chore: update menu list props and comps [`61212ef`](https://github.com/enesozturk/react-native-hold-menu/commit/61212efb9e530a1def7537881a0d22ad1ee8142e) | ||
- chore: add seperator field and confs for menu item [`ce2e099`](https://github.com/enesozturk/react-native-hold-menu/commit/ce2e099c20eb8400cd66bad557d9ca666d4aab16) | ||
|
||
## [v0.0.6](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.5...v0.0.6) - 2021-03-03 | ||
#### [v0.0.5](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.3...v0.0.5) | ||
|
||
#### Improvements | ||
> 26 February 2021 | ||
- chore: update example app ([18c5db2](https://github.com/enesozturk/react-native-hold-menu/commit/18c5db23e95387280e4dca5318b86b133ebcbbc8)). | ||
- chore: update menu list props and comps ([61212ef](https://github.com/enesozturk/react-native-hold-menu/commit/61212efb9e530a1def7537881a0d22ad1ee8142e)). | ||
- chore: add seperator field and confs for menu item ([ce2e099](https://github.com/enesozturk/react-native-hold-menu/commit/ce2e099c20eb8400cd66bad557d9ca666d4aab16)). | ||
- chore: update type names and exports [`a1bfe66`](https://github.com/enesozturk/react-native-hold-menu/commit/a1bfe66aced64e0498598c00f305e989fc0e0062) | ||
- chore: update changelog templates [`f3eac2e`](https://github.com/enesozturk/react-native-hold-menu/commit/f3eac2e8b5d380d2119ed77803f815969978f2eb) | ||
- chore: downgrade gesture handler to 1.8 [`0f67e72`](https://github.com/enesozturk/react-native-hold-menu/commit/0f67e72311ea176ce68ef9e013fa07434593e145) | ||
|
||
## [v0.0.5](https://github.com/enesozturk/react-native-hold-menu/compare/v0.0.3...v0.0.5) - 2021-02-26 | ||
#### v0.0.3 | ||
|
||
#### Improvements | ||
> 25 February 2021 | ||
- chore: update type names and exports ([a1bfe66](https://github.com/enesozturk/react-native-hold-menu/commit/a1bfe66aced64e0498598c00f305e989fc0e0062)). | ||
- chore: update changelog templates ([f3eac2e](https://github.com/enesozturk/react-native-hold-menu/commit/f3eac2e8b5d380d2119ed77803f815969978f2eb)). | ||
- chore: downgrade gesture handler to 1.8 ([0f67e72](https://github.com/enesozturk/react-native-hold-menu/commit/0f67e72311ea176ce68ef9e013fa07434593e145)). | ||
|
||
## v0.0.3 - 2021-02-25 | ||
- experimental/shared menu [`#1`](https://github.com/enesozturk/react-native-hold-menu/pull/1) | ||
- Replace website with docusourus [`673a6ee`](https://github.com/enesozturk/react-native-hold-menu/commit/673a6eed3d09ccdda3a318ff0c66b37f35c02be0) | ||
- Add example project [`227c67c`](https://github.com/enesozturk/react-native-hold-menu/commit/227c67c373f9112b1a93a3f6b01df3ec02166e13) | ||
- Remove rn project [`b06d3f2`](https://github.com/enesozturk/react-native-hold-menu/commit/b06d3f29efc08795592cec7f7fa13f9f35d71251) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters