react-native-steerpath-smart-map 2.0.0-alpha.1 → 2.0.0
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 +6 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -15,7 +15,7 @@ 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
|
-
## [2.0.0
|
|
18
|
+
## [2.0.0] - 2026-01-28
|
|
19
19
|
|
|
20
20
|
Smart SDK is now a so called "Bluedot SDK" which main task is to provide indoor positioning.
|
|
21
21
|
All map related content is removed.
|
|
@@ -50,6 +50,11 @@ All map related content is removed.
|
|
|
50
50
|
### Web:
|
|
51
51
|
- Removed web support, only stub implementation to prevent runtime/build issues on react-native
|
|
52
52
|
|
|
53
|
+
|
|
54
|
+
## [2.0.0-alpha.1] - 2026-01-27
|
|
55
|
+
|
|
56
|
+
- Pre-release of 2.0.0.
|
|
57
|
+
|
|
53
58
|
## [1.29.5] - 2025-08-28
|
|
54
59
|
|
|
55
60
|
- Bump Android Smart SDK version to android-smart-1.23.3 to fix the default config
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-steerpath-smart-map",
|
|
3
3
|
"title": "React Native Steerpath Smart Map",
|
|
4
|
-
"version": "2.0.0
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"description": "Steerpath SmartMapView for React Native",
|
|
6
6
|
"main": "./lib/module/index.js",
|
|
7
7
|
"types": "./lib/typescript/index.d.ts",
|