Releases: mkuczera/react-native-haptic-feedback
Releases · mkuczera/react-native-haptic-feedback
v2.3.3
v2.3.2
Fix pod install & implement testing environment
Fix of union types
Thanks to #129
Also added testing environments correctly to prevent future broken builds
React-Native Compatibility > 0.71
Aligning the requirements for new arch
Thanks to
@AlirezaHadjar #117
@buschco #121
@andhac #123
@WoLewicki #125
Fixing failure releases
Due to some major changes in v2 they introduced a lot of issues, especially regarding Android.
The previous versions are deprecated and 2.2.0 should be considered as latest.
Thanks to
- @rajaasim
- @yunchanpark [#111 ](fix: RNReactNativeHapticFeedbackPackage.java missing import)
- @abuciuman [#109 ](Refactor: Align Package Name with Directory Structure for vibrateFactory)
- @NotArtyom [#102](FIX: iOS build issues with new architecture)
- @Lavegaa [#108](Fix Android Vibration enable condition)
- @alexhernandez [#105 ](Android RN 72 Support - Update build.gradle w/ Namespace)
- @thenishantgiri [#110](🚀 Revamped Documentation: Clearer Instructions, Enhanced Formatting, and Improved Readability )
New Arch support
What's Changed
Main changes:
- New architecture support by @j-piasecki in #90
- Update to Fabric by @hansdesmedt in #89
Further changes
- android installation part updated on Readme file by @elmirsmylv in #83
- Updates the TypeScript definition by @matiaskorhonen in #86
- #47 Add default haptic feedback for iPhone 6s or IPhone6S Plus. by @Romick2005 in #80
New Contributors
- @elmirsmylv made their first contribution in #83
- @matiaskorhonen made their first contribution in #86
- @Romick2005 made their first contribution in #80
- @j-piasecki made their first contribution in #90
- @hansdesmedt made their first contribution in #89
Full Changelog: v1.14.0...v2.0.0
v1.14.0
What's Changed
- check if hasVibrator by @pinpong in #79
- fix: class declaration by @jeremybarbet in #78
- fix: change header import style to work with latest Expo SDK by @ouabing in #75
New Contributors
- @pinpong made their first contribution in #79
- @jeremybarbet made their first contribution in #78
- @ouabing made their first contribution in #75
Full Changelog: v1.13.1...v1.14.0
v1.13.1
v1.13.0
- #67 use mavencentral. Thx to @remoblaser
- #66 Add 4 new methods and refactor android trigger concept. Thx to @rushatgabhane
Updated Method Overview
https://github.com/junina-de/react-native-haptic-feedback#method-overview
Performance Optimizations
-
reuse of iOS haptic generators
#49 thx to @SteffeyDev