Skip to content

Commit 14ab626

Browse files
committed
release(google-maps): 1.8.0
1 parent 1e61b14 commit 14ab626

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

packages/google-maps/CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
## 1.8.0 (2025-05-29)
2+
3+
### 🚀 Features
4+
5+
- **google-maps:** toggle marker tap panning and info windows ([#376](https://github.com/NativeScript/plugins/pull/376))
6+
- **google-maps:** expose addPoint, addPoints & a mapLoaded event ([30e5474](https://github.com/NativeScript/plugins/commit/30e5474))
7+
- add tile cache clearing ([#499](https://github.com/NativeScript/plugins/pull/499))
8+
- **google-maps:** Add marker opacity ([#356](https://github.com/NativeScript/plugins/pull/356))
9+
- **google-maps:** marker visible accessors ([#313](https://github.com/NativeScript/plugins/pull/313))
10+
- **google-maps:** support multiple coordinates for CameraUpdate ([d64290b](https://github.com/NativeScript/plugins/commit/d64290b))
11+
- **GoogleMaps:** ios pod to 6.2.1 ([#276](https://github.com/NativeScript/plugins/pull/276))
12+
- userData ([42fa17d](https://github.com/NativeScript/plugins/commit/42fa17d))
13+
- google maps ([#220](https://github.com/NativeScript/plugins/pull/220))
14+
15+
### 🩹 Fixes
16+
17+
- **google-maps:** info window ([c7a066a](https://github.com/NativeScript/plugins/commit/c7a066a))
18+
- **google-maps:** info window ([56be6e0](https://github.com/NativeScript/plugins/commit/56be6e0))
19+
- **google-maps:** myLocationButtonEnabled on iOS ([#599](https://github.com/NativeScript/plugins/pull/599))
20+
- **google-maps:** serialize object value ([0e00528](https://github.com/NativeScript/plugins/commit/0e00528))
21+
- **google-maps:** marker info displaying & myLocationTapEvent ([07f3ca2](https://github.com/NativeScript/plugins/commit/07f3ca2))
22+
- **google-maps:** CameraPositionEvent state > move ([#553](https://github.com/NativeScript/plugins/pull/553))
23+
- **google-maps:** polygon holes ([#526](https://github.com/NativeScript/plugins/pull/526))
24+
- **google-maps:** improve object clean up ([#501](https://github.com/NativeScript/plugins/pull/501))
25+
- export map enums ([#500](https://github.com/NativeScript/plugins/pull/500))
26+
- **google-maps:** update ios for compat with arm64 sim ([#440](https://github.com/NativeScript/plugins/pull/440))
27+
- **google-maps:** fix camera example [skip ci] ([#377](https://github.com/NativeScript/plugins/pull/377))
28+
- **google-maps:** marker image docs ([#359](https://github.com/NativeScript/plugins/pull/359))
29+
- **google-maps:** ios tap events for polygon, polyline and circle ([#351](https://github.com/NativeScript/plugins/pull/351))
30+
- **google-maps:** export common enums ([#347](https://github.com/NativeScript/plugins/pull/347))
31+
- **google-maps:** Update readme ([#346](https://github.com/NativeScript/plugins/pull/346))
32+
- **google-maps:** missing setters for some uiSettings ([#342](https://github.com/NativeScript/plugins/pull/342))
33+
- **google-maps:** polyline caps ([#330](https://github.com/NativeScript/plugins/pull/330))
34+
- **google-maps:** map type missing ([#309](https://github.com/NativeScript/plugins/pull/309))
35+
- **google-maps:** ground overlay ([#303](https://github.com/NativeScript/plugins/pull/303))
36+
- **google-maps:** ensure userData is handled ([4c8be91](https://github.com/NativeScript/plugins/commit/4c8be91))
37+
- **google-maps:** update bounds instance for each include ([56cf5c6](https://github.com/NativeScript/plugins/commit/56cf5c6))
38+
- **google-maps:** expose GoogleMap native instance ([31241ad](https://github.com/NativeScript/plugins/commit/31241ad))
39+
- **google-maps:** add myLocationButtonEnabled setter ([5bbb92e](https://github.com/NativeScript/plugins/commit/5bbb92e))
40+
- **google-maps:** improve guards ([f5e17c3](https://github.com/NativeScript/plugins/commit/f5e17c3))
41+
- **google-maps:** guard optional values ([5547a44](https://github.com/NativeScript/plugins/commit/5547a44))
42+
- **google-maps:** incorrect mapStyle ([49a885a](https://github.com/NativeScript/plugins/commit/49a885a))
43+
- **google-maps:** rename class ([9cebd08](https://github.com/NativeScript/plugins/commit/9cebd08))
44+
- **google-maps:** TileProvider & UrlTileProvider constructor ([76902fb](https://github.com/NativeScript/plugins/commit/76902fb))
45+
- **google-maps:** add Polyline ([23b902d](https://github.com/NativeScript/plugins/commit/23b902d))
46+
- **google-maps:** set userdata if passed in MarkerOptions ([f07c909](https://github.com/NativeScript/plugins/commit/f07c909))
47+
- **google-maps:** setting default coord or zoom ([2d27620](https://github.com/NativeScript/plugins/commit/2d27620))
48+
- **google-maps:** userData ([2d5f0ef](https://github.com/NativeScript/plugins/commit/2d5f0ef))
49+
- **google-maps:** vue support ([28a4519](https://github.com/NativeScript/plugins/commit/28a4519))
50+
- **google-maps:** instance return ([a2a534b](https://github.com/NativeScript/plugins/commit/a2a534b))
51+
- **google-maps:** ready event not firing on ios ([6329cd9](https://github.com/NativeScript/plugins/commit/6329cd9))
52+
53+
### ❤️ Thank You
54+
55+
- David Cole
56+
- Dylan Llewellyn @herefishyfish
57+
- Felix @Log3n
58+
- James Macmillan @jamescodesthings
59+
- Juan de Dios Martínez Vallejo
60+
- MrSnoozles
61+
- Nathan Walker
62+
- Osei Fortune @triniwiz
63+
- Ruslan Lekhman @lekhmanrus
64+
- tomma_g @tommag21

packages/google-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/google-maps",
3-
"version": "1.7.5",
3+
"version": "1.8.0",
44
"description": "Google Maps SDK",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy