guru_sdk/guru_app/plugins/vibration/CHANGELOG.md

82 lines
1.4 KiB
Markdown

## 1.7.5
- Bump `vibration_web` to 1.6.4.
## 1.7.4
- Migrating to null safety.
## 1.7.3
- Use targetEnvironment check on iOS.
## 1.7.2
- Updated description to indicate web support.
## 1.7.1
- Fix building on iOS.
## 1.7.0
- Use Android Embedding v2.
## 1.6.1
- Added Web support (#43 by [roulljdh](https://github.com/roulljdh))
## 1.5.0
- Fibration now works in backgroud on Android (#40 by [wanghaiyang5241](https://github.com/wanghaiyang5241))
## 1.4.0
- Added a `hasCustomVibrationsSupport` method (#34 by [Skyost](https://github.com/Skyost))
- Use Swift 5.0
## 1.3.1
- Fix #32 (by [Hugo Heneault](https://github.com/HugoHeneault))
## 1.3.0
- Add support for CoreHaptics on iOS devices #30 (by [Leicas](https://github.com/Leicas))
## 1.2.4
- Move `flutter_test` to dev_dependencies. Fixes issue #24.
## 1.2.3
- Add proper indication of async methods to docs (by [@qqgg231](https://github.com/qqgg231))
## 1.2.2
- Suppress deprecation warnings for `vibrate` method
## 1.2.1
- Maintenance release
## 1.2.0
- Add support for amplitude control under Android 8.0 and later (by [@pmundt](https://github.com/pmundt))
## 1.1.0
- Migrate to AndroidX (by [@gastonmuijtjens](https://github.com/gastonmuijtjens))
- Add unit test for canceling vibration (by [@vintage](https://github.com/vintage))
## 1.0.2
- Update vibration.podspec
## 1.0.1
- Implemented `cancel` method for iOS
## 1.0.0
- Initial Release