Skip to content

Commit ca3e4e6

Browse files
chore(main): release 0.15.0 (#567)
1 parent 11f79ae commit ca3e4e6

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.14.3"
2+
".": "0.15.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.15.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.14.3...v0.15.0) (2026-04-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* continueToNextDestination() now returns ContinueToNextDestinationResponse containing waypoint and routeStatus
9+
* mapStyle prop on Android now expects the JSON styling string directly, matching iOS behavior. Previously Android incorrectly expected a URL to a JSON style file.
10+
11+
### Features
12+
13+
* upgrade Nav SDKs to Android 7.6.0 and iOS 10.12.0 ([#571](https://github.com/googlemaps/react-native-navigation-sdk/issues/571)) ([8292ae1](https://github.com/googlemaps/react-native-navigation-sdk/commit/8292ae145a11c47f6a8b33dbeac564cc28a00c43))
14+
15+
16+
### Bug Fixes
17+
18+
* cross platform mapStyle prop handling ([#565](https://github.com/googlemaps/react-native-navigation-sdk/issues/565)) ([54c25c6](https://github.com/googlemaps/react-native-navigation-sdk/commit/54c25c6595c00d27a5f1d45e6a1732fb8bd7e013))
19+
* prevent crash on min/max zoom changes and fix zoom on navigation ([#572](https://github.com/googlemaps/react-native-navigation-sdk/issues/572)) ([92cecf8](https://github.com/googlemaps/react-native-navigation-sdk/commit/92cecf8def251ad9fff9fc6ab5ec7e45e0e52350))
20+
* prevent crash when tapping marker without snippet on iOS ([#568](https://github.com/googlemaps/react-native-navigation-sdk/issues/568)) ([72069ca](https://github.com/googlemaps/react-native-navigation-sdk/commit/72069caf99a8ef7c8a4c2851e468145d1c645232))
21+
* resolve race condition in location listener causing NullPointerException ([#569](https://github.com/googlemaps/react-native-navigation-sdk/issues/569)) ([11f79ae](https://github.com/googlemaps/react-native-navigation-sdk/commit/11f79aee13d2a89179ea2ecad79614d7b3fad7ae))
22+
323
## [0.14.3](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.14.2...v0.14.3) (2026-04-08)
424

525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googlemaps/react-native-navigation-sdk",
3-
"version": "0.14.3",
3+
"version": "0.15.0",
44
"author": "Google",
55
"description": "A React Native library for Navigation SDK on Google Maps Platform",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)