react-native-steerpath-smart-map 1.12.4 → 1.12.5
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 +23 -16
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,19 @@ All app release notes of react-native-steerpath-smart-map will be documented in
|
|
|
7
7
|
The format is based on [Keep a Changelog](http://keepachangelog.com/),
|
|
8
8
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
9
9
|
|
|
10
|
+
Date format: YYYY-MM-DD
|
|
11
|
+
|
|
10
12
|
This package is built on top of Steerpath's Smart SDK, and most of releases are made due to changes in Web or native SDK's. More details of Smart SDK releases behind the following links:<br>
|
|
11
13
|
|
|
12
14
|
- [Android](https://s3-eu-west-1.amazonaws.com/steerpath/android/documentation/smart/index.html)
|
|
13
15
|
- [iOS](https://s3-eu-west-1.amazonaws.com/steerpath/ios/releases/smart-sdk-changelog/index.html)
|
|
14
16
|
- [Web](https://s3-eu-west-1.amazonaws.com/steerpath-web-sdk/documentation/smart/latest/index.html)
|
|
15
17
|
|
|
18
|
+
## [1.12.5] - 2021-10-01
|
|
19
|
+
|
|
20
|
+
- Bump Android Smart SDK to android-smart-1.11.4
|
|
21
|
+
- Performance fix for `getMapObjectByProperties` method
|
|
22
|
+
|
|
16
23
|
## [1.12.4] - 2021-09-10
|
|
17
24
|
|
|
18
25
|
- Bump iOS Smart SDK to 1.15.3
|
|
@@ -28,11 +35,11 @@ This package is built on top of Steerpath's Smart SDK, and most of releases are
|
|
|
28
35
|
|
|
29
36
|
## [1.12.1] - 2021-08-11
|
|
30
37
|
|
|
31
|
-
- Fix onSearchCateogySelected callback's payload on Android
|
|
38
|
+
- Fix `onSearchCateogySelected` callback's payload on Android
|
|
32
39
|
|
|
33
40
|
## [1.12.0] - 2021-08-11
|
|
34
41
|
|
|
35
|
-
- Implement onSearchCategorySelected callback of SmartMapView for iOS and Android
|
|
42
|
+
- Implement `onSearchCategorySelected` callback of SmartMapView for iOS and Android
|
|
36
43
|
|
|
37
44
|
## [1.11.0] - 2021-08-10
|
|
38
45
|
|
|
@@ -50,17 +57,17 @@ This package is built on top of Steerpath's Smart SDK, and most of releases are
|
|
|
50
57
|
## [1.9.1] - 2021-03-19
|
|
51
58
|
|
|
52
59
|
- Android: Fixed accessibility issues of map widget components and improved bottom sheet back navigation
|
|
53
|
-
- Renamed SmartMapModes to SmartMapMode
|
|
60
|
+
- Renamed `SmartMapModes` to `SmartMapMode`
|
|
54
61
|
|
|
55
62
|
## [1.9.0] - 2021-01-27
|
|
56
63
|
|
|
57
|
-
- Added onSearchCategorySelected callback. Currently only Web support.
|
|
64
|
+
- Added `onSearchCategorySelected` callback. Currently only Web support.
|
|
58
65
|
- Bump web Smart SDK version to 1.5.8
|
|
59
|
-
- Fix onVisibleFloorChanged payload for web
|
|
66
|
+
- Fix `onVisibleFloorChanged` payload for web
|
|
60
67
|
|
|
61
68
|
## [1.8.4] - 2021-01-21
|
|
62
69
|
|
|
63
|
-
- Fix onViewStatusChanged callback values for Android
|
|
70
|
+
- Fix `onViewStatusChanged` callback values for Android
|
|
64
71
|
|
|
65
72
|
## [1.8.3] - 2021-01-12
|
|
66
73
|
|
|
@@ -74,14 +81,14 @@ This package is built on top of Steerpath's Smart SDK, and most of releases are
|
|
|
74
81
|
|
|
75
82
|
## [1.8.1] - 2020-12-10
|
|
76
83
|
|
|
77
|
-
- Android: run RNSmartMapManager.setLiveConfiguration() in UI thread to prevent errors
|
|
84
|
+
- Android: run `RNSmartMapManager.setLiveConfiguration()` in UI thread to prevent errors
|
|
78
85
|
- Bump Android Smart SDK version to android-smart-1.8.1
|
|
79
86
|
- Bump iOS Smart SDK version to 1.12.1
|
|
80
87
|
|
|
81
88
|
## [1.8.0] - 2020-11-17
|
|
82
89
|
|
|
83
|
-
- unified the units that setWidgetPadding and getWidgetPadding are using. Previously Android used pixels instead of dp, but now we use dp for all platforms and do the conversions internally.
|
|
84
|
-
- added onBottomSheetStateChanged event and SmartBottomSheetState enum
|
|
90
|
+
- unified the units that `setWidgetPadding` and `getWidgetPadding` are using. Previously Android used pixels instead of dp, but now we use dp for all platforms and do the conversions internally.
|
|
91
|
+
- added `onBottomSheetStateChanged` event and `SmartBottomSheetState` enum
|
|
85
92
|
- bump iOS Smart SDK version to 1.12.0
|
|
86
93
|
- bump Android Smart SDK version to android-smart-1.8.0
|
|
87
94
|
|
|
@@ -91,30 +98,30 @@ This package is built on top of Steerpath's Smart SDK, and most of releases are
|
|
|
91
98
|
|
|
92
99
|
## [1.7.0] - 2020-10-27
|
|
93
100
|
|
|
94
|
-
- added SmartMapView.setGeoJson()
|
|
101
|
+
- added `SmartMapView.setGeoJson()`. See more details from platform specific documentations.
|
|
95
102
|
- bump Android Smart SDK version to android-smart-1.7.0
|
|
96
103
|
- bump iOS Smart SDK version to 1.11.3
|
|
97
104
|
- bump web Smart SDK version to 1.4.0
|
|
98
105
|
|
|
99
106
|
## [1.6.0] - 2020-10-09
|
|
100
107
|
|
|
101
|
-
- added setWidgetPadding and getWidgetPadding methods for iOS
|
|
108
|
+
- added `setWidgetPadding` and `getWidgetPadding` methods for iOS
|
|
102
109
|
- bump iOS Smart SDK version 1.11.1
|
|
103
110
|
|
|
104
111
|
## [1.5.1] - 2020-09-17
|
|
105
112
|
|
|
106
|
-
- added setWidgetPadding binding to web
|
|
113
|
+
- added `setWidgetPadding` binding to web
|
|
107
114
|
- bump web Smart SDK version to 1.3.1
|
|
108
115
|
|
|
109
116
|
## [1.5.0] - 2020-09-10
|
|
110
117
|
|
|
111
|
-
- Fixed onUserTaskResponse callback to return correct values.
|
|
118
|
+
- Fixed `onUserTaskResponse` callback to return correct values.
|
|
112
119
|
- bump iOS Smart SDK version to '1.10.32'
|
|
113
120
|
- bump Android Smart SDK version to 'android-smart-1.5.0'
|
|
114
121
|
|
|
115
122
|
## [1.4.0] - 2020-09-08
|
|
116
123
|
|
|
117
|
-
- added setWidgetPadding and getWidgetPadding methods. (currently only for Android)
|
|
124
|
+
- added `setWidgetPadding` and `getWidgetPadding` methods. (currently only for Android)
|
|
118
125
|
|
|
119
126
|
## [1.3.3] - 2020-09-02
|
|
120
127
|
|
|
@@ -130,7 +137,7 @@ This package is built on top of Steerpath's Smart SDK, and most of releases are
|
|
|
130
137
|
### Changed
|
|
131
138
|
|
|
132
139
|
- Bump web Smart SDK verison to '1.2.4'
|
|
133
|
-
- In onSearchResultSelected
|
|
140
|
+
- In `onSearchResultSelected`-event wrap the mapObject inside payload object to make it same as other platforms.
|
|
134
141
|
|
|
135
142
|
## [1.3.0] - 2020‑08‑14
|
|
136
143
|
|
|
@@ -146,7 +153,7 @@ This package is built on top of Steerpath's Smart SDK, and most of releases are
|
|
|
146
153
|
|
|
147
154
|
### Added
|
|
148
155
|
|
|
149
|
-
- SmartMapManager.fetchVersions() to get the version of Steerpath Smart SDK and Mapbox SDK. (iOS and Android)
|
|
156
|
+
- `SmartMapManager.fetchVersions()` to get the version of Steerpath Smart SDK and Mapbox SDK. (iOS and Android)
|
|
150
157
|
|
|
151
158
|
### Changed
|
|
152
159
|
|
package/android/build.gradle
CHANGED
|
@@ -59,7 +59,7 @@ repositories {
|
|
|
59
59
|
|
|
60
60
|
dependencies {
|
|
61
61
|
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
|
|
62
|
-
implementation "com.steerpath:smart:android-smart-1.11.
|
|
62
|
+
implementation "com.steerpath:smart:android-smart-1.11.4"
|
|
63
63
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
|
64
64
|
implementation "androidx.lifecycle:lifecycle-viewmodel:2.2.0"
|
|
65
65
|
}
|
package/package.json
CHANGED