react-native-steerpath-smart-map 1.12.10 → 1.12.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -15,9 +15,13 @@ This package is built on top of Steerpath's Smart SDK, and most of releases are
|
|
|
15
15
|
- [iOS](https://s3-eu-west-1.amazonaws.com/steerpath/ios/releases/smart-sdk-changelog/index.html)
|
|
16
16
|
- [Web](https://s3-eu-west-1.amazonaws.com/steerpath-web-sdk/documentation/smart/latest/index.html)
|
|
17
17
|
|
|
18
|
+
## [1.12.11] - 2021-11-22
|
|
19
|
+
|
|
20
|
+
- Bump iOS Smart SDK to 1.15.7 to make the search UI work again.
|
|
21
|
+
|
|
18
22
|
## [1.12.10] - 2021-11-22
|
|
19
23
|
|
|
20
|
-
Special release where search UI is completely disabled on iOS.
|
|
24
|
+
Special release where search UI is completely disabled on iOS. Not recommended to use this.
|
|
21
25
|
|
|
22
26
|
- Bump iOS Smart SDK to 1.15.6
|
|
23
27
|
- Use default marker of the style when iconImage is not defined in addMarkers or addMarker methods
|
package/package.json
CHANGED