mapwize-sdk-react-native
Version:
Integrate Mapwize Indoor Maps & Wayfinding in your React Native apps
106 lines (63 loc) • 2.22 kB
Markdown
# Mapwize SDK for React Native Changelog
## Version 1.1.7
- Adding setCookie to support authentication using React Native fetch API.
## Version 1.1.6
- Adding `MarkerOptions` to allow more control over the Marker appearances.
- Updating iOS Mapwize SDK to `3.6.2`
- Updating Android Mapwize SDK to `3.8.5`
## Version 1.1.5
- Updating iOS Mapwize SDK to `3.6.1`
- Updating Android Mapwize SDK to `3.8.3`
## Version 1.1.4
- Fixing `getOfflineRegion` method error
- Updating Android Mapwize SDK to `3.7.2`
## Version 1.1.3
- Adding mainColor to MapOptions
- Updating iOS Mapwize SDK to `3.5.2`
- Updating Android Mapwize SDK to `3.7.1`
## Version 1.1.2
- Fixing dependencies issue do to last xcode version
## Version 1.1.1
- Fixing a bug on the `OnCameraIdle` event
## Version 1.1.0
- Fixing `FollowUserMode` on iOS
- Triggering the `onCameraChange` event along with the `OnCameraIdle` event
- Updating iOS Mapwize SDK to `3.4.5`
- Updating Android Mapwize SDK to `3.6.4`
## Version 1.0.9
- Fixing floor object in `PlaceDetails`
- Updating Mapwize Android SDK to `3.6.3` and Mapwize iOS SDK to `3.4.4`
- Using `number` instead of `Number`
## Version 1.0.8
- Adding place details API
- Adding `onLanguagesChange` event
- Adding `resetNorth` method
- Adding `onCameraChange` event
## Version 1.0.7
- Fixing booleans values not sent to RN
## Version 1.0.6
- Fixing gradle sdk version not found
## Version 1.0.5
- Updating iOS Mapwize SDK to 3.3.0
- Updating Android Mapwize SDK to 3.5.1
- Adding selectedPlace Prop
## Version 1.0.4
- Fixing `getDirectionModes` returns `null` values bug
## Version 1.0.3
- Adding getZoom and zoomTo methods
## Version 1.0.2
- Fixing a bug in MapOptions
## Version 1.0.1
- Adding the tilt, the bearing and the compass options to the MapOptions
- Updating the Mapwize Android sdk to 3.4.4
## Version 1.0.0
- Publishing of first stable release of the Mapwize SDK for React Native
## Version 0.0.4
- Fixing eslint warnings
- Fixing main queue setup
## Version 0.0.3
- Fixing setup on Android and iOS clients
- Adding automatic generated documentation
- Fixing some typescript errors
## Version 0.0.2
- Initial publishing of the Mapwize SDK for React Native