Releases: Driversnote-Dev/react-native-kontaktio
Releases · Driversnote-Dev/react-native-kontaktio
v4.1.0
What's Changed
- Update readme and basic files by @andrekovac in #99
- Ios sdk update to version 3.0.25 by @andrekovac in #107
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Changed Android target SDK to 31.
- Added new BLUETOOTH_SCAN and BLUETOOTH_CONNECT permissions introduced in SDK 31
Full Changelog: v3.1.0...v4.0.0
v3.1.0
What's Changed
- Add type for Secure Profile by @martinpoulsen in #88
- Upgrade Android native SDK to v.
5.0.25-pre-31
by @martinpoulsen in #89 - Update android sdk version in documentation. by @martinpoulsen in #90
Full Changelog: v3.0.1...v3.1.0
v3.0.1
v2.10.0
What's Changed
- Migrate support libraries to androidx dependencies.
- Downgrade Android Kontakt SDK to v. 5.0.14 which is the last version to target Android SDK 30 (Android 11) - from 5.0.15 the Android Kontakt SDK targets Android SDK 31 (Android 12) which triggers a new bluetooth security model even if the host app targets, for example, Android SDK 30.
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's Changed
- Add requiresMainQueueSetup with NO value to remove warning - solves #33 by @andrekovac in #57
- Changing kontakt package source, updating version by @nathander in #84
New Contributors
- @nathander made their first contribution in #84
Full Changelog: v2.8.0...v2.9.0
Updated Kontakt.io SDKs to v. 5.0.0 (Android) and 3.0.4 (iOS)
- Android: Update Kontakt.io SDK to version
5.0.0
- iOS: Update Kontakt.io SDK to version
3.0.4
Updated docs to cover auto-linking and RN 0.61
- Updated setup docs to include instructions on auto-linking
- Added new minimal example to README which works with RN 0.61
Support for RN >= 0.60 and autolinking
- Support for RN >= 0.60 and autolinking (incl. pod install section), by @pkondrashkov (see #67)
Changed
iOS SDK update and eddystone support
Added
- iOS: Update Kontakt.io SDK to version
1.5.1
Changed
- iOS: Eddystone support
- iOS: Other minor code fixes