diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95fd22c..f87262a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.3" + ".": "0.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c3bea..e9b6d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.15.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.14.3...v0.15.0) (2026-04-16) + + +### ⚠ BREAKING CHANGES + +* continueToNextDestination() now returns ContinueToNextDestinationResponse containing waypoint and routeStatus +* 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. + +### Features + +* 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)) + + +### Bug Fixes + +* 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)) +* 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)) + ## [0.14.3](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.14.2...v0.14.3) (2026-04-08) diff --git a/package.json b/package.json index 082c918..b910384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googlemaps/react-native-navigation-sdk", - "version": "0.14.3", + "version": "0.15.0", "author": "Google", "description": "A React Native library for Navigation SDK on Google Maps Platform", "main": "lib/commonjs/index",