Skip to content

Commit 206f366

Browse files
committed
chore(main): release 0.9.0
1 parent 20c83d6 commit 206f366

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.8.1...v0.9.0) (2024-11-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* On the Android platform, the handling of `imgPath` for Markers and GroundOverlays has changed. Instead of creating a `BitmapDescriptor` from an absolute path using `BitmapDescriptorFactory.fromPath`, the `BitmapDescriptorFactory.fromAsset` method is now used to create a `BitmapDescriptor` from an asset image.
9+
* create bitmapdescriptor from asset on android ([#347](https://github.com/googlemaps/react-native-navigation-sdk/issues/347))
10+
11+
### Bug Fixes
12+
13+
* create bitmapdescriptor from asset on android ([#347](https://github.com/googlemaps/react-native-navigation-sdk/issues/347)) ([fb9da83](https://github.com/googlemaps/react-native-navigation-sdk/commit/fb9da83b03fa8cd57c89fe917bd351dbf8c1a4d9))
14+
* documentation for MarkerOptions imgPath parameter ([#352](https://github.com/googlemaps/react-native-navigation-sdk/issues/352)) ([20c83d6](https://github.com/googlemaps/react-native-navigation-sdk/commit/20c83d6f732cad94c53ddba1384f058eada972c5))
15+
316
## [0.8.1](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.8.0...v0.8.1) (2024-11-01)
417

518

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.8.1",
3+
"version": "0.9.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)