Skip to content

Commit 5d3397d

Browse files
πŸ”– release: 1.1.0 [skip ci]
## [1.1.0](v1.0.2...v1.1.0) (2025-10-08) ### ✨ Features * add heatmap support ([ddcfccf](ddcfccf)) * add heatmap support ([96a3a08](96a3a08)) * add map ui settings support ([7921f49](7921f49)) * add mapCircle support ([8e32d14](8e32d14)) * add mapId support ([75f73fa](75f73fa)) * add mapType ([754df51](754df51)) * add mapType ([300614f](300614f)) * add mapType ([e32a3f5](e32a3f5)) * more map features ([796be0b](796be0b)) * optional marker svg ([d9bd19d](d9bd19d)) * optional marker svg ([#30](#30)) ([5f8852c](5f8852c)) ### πŸ› Bug Fixes * add ios privacy manifest ([175bfdf](175bfdf)) * add ios privacy manifest ([#31](#31)) ([acc394e](acc394e)) * dev package version ([ab9b581](ab9b581)) * dev package version ([1317f23](1317f23)) * **example:** update Podfile.lock ([0eb9a09](0eb9a09)) ### πŸ”„ Code Refactors * **map:** unify update logic and defaults across Android and iOS ([cdaa01a](cdaa01a)) * **map:** unify update logic and defaults across Android and iOS ([f15d638](f15d638)) * nitrogen-patch.js ([20fbb0d](20fbb0d)) * optional props ([9faa702](9faa702)) ### πŸ“š Documentation * **readme:** update setup instructions ([9f88702](9f88702)) ### πŸ› οΈ Other changes * add dev badge ([c8660b7](c8660b7)) * merge dev into main ([f851047](f851047)) * update .gitignore ([c15be5e](c15be5e)) * update to react-native 0.82.0 ([31d5ff5](31d5ff5)) * update to react-native 0.82.0 ([8c8e8ae](8c8e8ae))
1 parent f851047 commit 5d3397d

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## [1.1.0](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.0.2...v1.1.0) (2025-10-08)
2+
3+
### ✨ Features
4+
5+
* add heatmap support ([ddcfccf](https://github.com/pinpong/react-native-google-maps-plus/commit/ddcfccf4cbb08b2756c20ca7215a8fe45e30befb))
6+
* add heatmap support ([96a3a08](https://github.com/pinpong/react-native-google-maps-plus/commit/96a3a08696e38f77db356d9e0e71a6e6b98a589f))
7+
* add map ui settings support ([7921f49](https://github.com/pinpong/react-native-google-maps-plus/commit/7921f4941f6656fe9c588d4f5e9d1f5594632598))
8+
* add mapCircle support ([8e32d14](https://github.com/pinpong/react-native-google-maps-plus/commit/8e32d14ae6d3e8254a46ffbb19fd3eb26575f46d))
9+
* add mapId support ([75f73fa](https://github.com/pinpong/react-native-google-maps-plus/commit/75f73fac949f8e2a5112e1456226e60de8540474))
10+
* add mapType ([754df51](https://github.com/pinpong/react-native-google-maps-plus/commit/754df51a8819ce5475d29262bbf95d8f0586393f))
11+
* add mapType ([300614f](https://github.com/pinpong/react-native-google-maps-plus/commit/300614f22419f166c2482025f66b761145e75394))
12+
* add mapType ([e32a3f5](https://github.com/pinpong/react-native-google-maps-plus/commit/e32a3f59fc1128b6a4c295d4e5d74d8afa7aa3cd))
13+
* more map features ([796be0b](https://github.com/pinpong/react-native-google-maps-plus/commit/796be0b0976926f72b5d95b1ba5d2406988f4d9e))
14+
* optional marker svg ([d9bd19d](https://github.com/pinpong/react-native-google-maps-plus/commit/d9bd19d72916ec697acc9cecc58219a3df8c5d54))
15+
* optional marker svg ([#30](https://github.com/pinpong/react-native-google-maps-plus/issues/30)) ([5f8852c](https://github.com/pinpong/react-native-google-maps-plus/commit/5f8852c85741b75959f1d1e16240704cca042bb5))
16+
17+
### πŸ› Bug Fixes
18+
19+
* add ios privacy manifest ([175bfdf](https://github.com/pinpong/react-native-google-maps-plus/commit/175bfdf0a932aa7dcc789ac9287eb2e91a9d0bf6))
20+
* add ios privacy manifest ([#31](https://github.com/pinpong/react-native-google-maps-plus/issues/31)) ([acc394e](https://github.com/pinpong/react-native-google-maps-plus/commit/acc394e49ca5bc9eaa5e67942fd2ed645dc2332c))
21+
* dev package version ([ab9b581](https://github.com/pinpong/react-native-google-maps-plus/commit/ab9b581e7f571d09ffbe597cf8834234b43ee3a1))
22+
* dev package version ([1317f23](https://github.com/pinpong/react-native-google-maps-plus/commit/1317f234d832a623c6e5dbce4dafd9154da73857))
23+
* **example:** update Podfile.lock ([0eb9a09](https://github.com/pinpong/react-native-google-maps-plus/commit/0eb9a09bca8b13241b13851c4af0857545284229))
24+
25+
### πŸ”„ Code Refactors
26+
27+
* **map:** unify update logic and defaults across Android and iOS ([cdaa01a](https://github.com/pinpong/react-native-google-maps-plus/commit/cdaa01af77ae93f9e9652dd018fe18f0ca6309b4))
28+
* **map:** unify update logic and defaults across Android and iOS ([f15d638](https://github.com/pinpong/react-native-google-maps-plus/commit/f15d6388911943b5abdfd9d5f61e3423af33f064))
29+
* nitrogen-patch.js ([20fbb0d](https://github.com/pinpong/react-native-google-maps-plus/commit/20fbb0d7bea58bd54ade53119dc510d0ce9b18f9))
30+
* optional props ([9faa702](https://github.com/pinpong/react-native-google-maps-plus/commit/9faa7024c2bea0818734cb5831b93c4d360da0bd))
31+
32+
### πŸ“š Documentation
33+
34+
* **readme:** update setup instructions ([9f88702](https://github.com/pinpong/react-native-google-maps-plus/commit/9f88702b187fde5c2e3d852f1d0aeeac48f8222b))
35+
36+
### πŸ› οΈ Other changes
37+
38+
* add dev badge ([c8660b7](https://github.com/pinpong/react-native-google-maps-plus/commit/c8660b75581f447953fba6c9ec440146fcf8f48d))
39+
* merge dev into main ([f851047](https://github.com/pinpong/react-native-google-maps-plus/commit/f8510472835ad5a861341652c6541477df205508))
40+
* update .gitignore ([c15be5e](https://github.com/pinpong/react-native-google-maps-plus/commit/c15be5eb436d05f1f5a25fe7c8249e7c23eea3b2))
41+
* update to react-native 0.82.0 ([31d5ff5](https://github.com/pinpong/react-native-google-maps-plus/commit/31d5ff5157ec8357b9d699d4dcc09bda09e11afb))
42+
* update to react-native 0.82.0 ([8c8e8ae](https://github.com/pinpong/react-native-google-maps-plus/commit/8c8e8ae1c4fcf97e04059d873461f083e4c346cf))
43+
144
## [1.1.0-dev.5](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.1.0-dev.4...v1.1.0-dev.5) (2025-10-08)
245

346
### πŸ› 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.1.0-dev.5",
3+
"version": "1.1.0",
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)