Skip to content

Commit 7fa05f3

Browse files
release: 1.10.1 [skip ci]
## [1.10.1](v1.10.0...v1.10.1) (2025-11-28) ### 🐛 Bug Fixes * add safe fallback handling for marker icon rendering ([c2d83ad](c2d83ad)) * **android:** properly dispose mapview ([573e901](573e901)) * **android:** setCameraToCoordinates padding ([59a163c](59a163c)) * **ios:** prevent non-main thread UI access in map view ([f874151](f874151)) * **ios:** properly dispose mapview ([aaad0d2](aaad0d2)) ### 🔄 Code Refactors * **android:** showLocationDialog ([ff0e1ec](ff0e1ec)) ### 🛠️ Other changes * **ios:** remove log ([0aae5b0](0aae5b0)) * merge dev into main ([e9af3f6](e9af3f6))
1 parent e9af3f6 commit 7fa05f3

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.10.1](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.10.0...v1.10.1) (2025-11-28)
2+
3+
### 🐛 Bug Fixes
4+
5+
* add safe fallback handling for marker icon rendering ([c2d83ad](https://github.com/pinpong/react-native-google-maps-plus/commit/c2d83ad57d6d2a5de0eb06182b8e9ab2872e1899))
6+
* **android:** properly dispose mapview ([573e901](https://github.com/pinpong/react-native-google-maps-plus/commit/573e901b633a62eaa9cf349ae3b00b13b8ed9fc1))
7+
* **android:** setCameraToCoordinates padding ([59a163c](https://github.com/pinpong/react-native-google-maps-plus/commit/59a163ce611be1e12408db1e4254cfa1a911de86))
8+
* **ios:** prevent non-main thread UI access in map view ([f874151](https://github.com/pinpong/react-native-google-maps-plus/commit/f874151e2c855296005d639af52d67ad6c79e35c))
9+
* **ios:** properly dispose mapview ([aaad0d2](https://github.com/pinpong/react-native-google-maps-plus/commit/aaad0d2d956aa5c0f45f354bcfa6fc6dbbcabf93))
10+
11+
### 🔄 Code Refactors
12+
13+
* **android:** showLocationDialog ([ff0e1ec](https://github.com/pinpong/react-native-google-maps-plus/commit/ff0e1ecf3a7db465a705f97f0530d59e4e01f1f9))
14+
15+
### 🛠️ Other changes
16+
17+
* **ios:** remove log ([0aae5b0](https://github.com/pinpong/react-native-google-maps-plus/commit/0aae5b0e4e535d5c082fc6e4e0c0f58ce86906ba))
18+
* merge dev into main ([e9af3f6](https://github.com/pinpong/react-native-google-maps-plus/commit/e9af3f61fd5b8ee181eafe271881f5acb9e4cc05))
19+
120
## [1.10.0](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.9.0...v1.10.0) (2025-11-19)
221

322
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-google-maps-plus",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "React Native wrapper for Android & iOS Google Maps SDK",
55
"main": "./lib/module/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)