Skip to content

Commit c4c897c

Browse files
release: 1.13.0 [skip ci]
## [1.13.0](v1.12.1...v1.13.0) (2026-04-25) ### ✨ Features * add StreetViewPanorama view ([f036125](f036125)) ### 🐛 Bug Fixes * align map animation defaults ([5e0826e](5e0826e)) * **android:** add missing indoorStateChangeListener ([7424ee5](7424ee5)) * forward lockBounds to animateToBounds ([ea2ec0a](ea2ec0a)) ### 🔄 Code Refactors * **android:** unify view lifecycle, gesture handling and map listeners ([74d9acd](74d9acd)) ### 🛠️ Other changes * add defaultSemverRangePrefix ([60fdcaf](60fdcaf)) * **ios:** remove swiftlint ([27bb00e](27bb00e)) * update package description ([72b6d34](72b6d34)) * update pods ([9aceae0](9aceae0)) * update pods ([c94f720](c94f720)) * updated dependencies ([b7c8419](b7c8419))
1 parent 5e0826e commit c4c897c

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [1.13.0](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.12.1...v1.13.0) (2026-04-25)
2+
3+
### ✨ Features
4+
5+
* add StreetViewPanorama view ([f036125](https://github.com/pinpong/react-native-google-maps-plus/commit/f036125582d6d963a204da10cb2858b50a90d3f2))
6+
7+
### 🐛 Bug Fixes
8+
9+
* align map animation defaults ([5e0826e](https://github.com/pinpong/react-native-google-maps-plus/commit/5e0826e48eeba0de466f40bd247dced850a2080e))
10+
* **android:** add missing indoorStateChangeListener ([7424ee5](https://github.com/pinpong/react-native-google-maps-plus/commit/7424ee5f713c56518af5632e6b5d2faf52e70635))
11+
* forward lockBounds to animateToBounds ([ea2ec0a](https://github.com/pinpong/react-native-google-maps-plus/commit/ea2ec0a870457a4044aa51843988889670ecddb5))
12+
13+
### 🔄 Code Refactors
14+
15+
* **android:** unify view lifecycle, gesture handling and map listeners ([74d9acd](https://github.com/pinpong/react-native-google-maps-plus/commit/74d9acdc72e9420454d659c84bf9f21365c1ee56))
16+
17+
### 🛠️ Other changes
18+
19+
* add defaultSemverRangePrefix ([60fdcaf](https://github.com/pinpong/react-native-google-maps-plus/commit/60fdcafaa19ee31b71825166a80b916fce31241e))
20+
* **ios:** remove swiftlint ([27bb00e](https://github.com/pinpong/react-native-google-maps-plus/commit/27bb00e83bbe93960fb60024c293dcf61a6e15e1))
21+
* update package description ([72b6d34](https://github.com/pinpong/react-native-google-maps-plus/commit/72b6d3429b750ee44e4831c91c230a98b41cf52e))
22+
* update pods ([9aceae0](https://github.com/pinpong/react-native-google-maps-plus/commit/9aceae0bb70dd2e664533592d46f5e3ecdc5218d))
23+
* update pods ([c94f720](https://github.com/pinpong/react-native-google-maps-plus/commit/c94f720fe60bda7f224bff191d769e4b767d148d))
24+
* updated dependencies ([b7c8419](https://github.com/pinpong/react-native-google-maps-plus/commit/b7c84194eaf0d0d527e5ed7b5e6049c5f1b1c807))
25+
126
## [1.12.1](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.12.0...v1.12.1) (2026-04-18)
227

328
### 🐛 Bug Fixes

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.12.1",
3+
"version": "1.13.0",
44
"description": "React Native wrapper for Android & iOS Google Maps SDK with Street View support",
55
"main": "./lib/module/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)