Skip to content

Releases: visgl/react-google-maps

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:38
c7a2f52

1.9.0 (2026-06-27)

Features

  • add basic keyboard events for advanced marker (#1001) (af5ab1c)
  • add map-3d-route example with 3D Map and custom route element (v=alpha) (#989) (4adb9e1)
  • map-control: add className prop (#967) (37bfe46)

Bug Fixes

  • build: don't build examples with library build (1b43288)
  • handle externally-loaded importLibrary in loader (#1002) (f76ed12)
  • hooks: add SafeReact and fallback for useInsertionEffect to ensure compatibility with React 16/17 (#1017) (1a503a8), closes #957
  • map: don't crash when remounting with a broken cached map instance (#984) (31a5261), closes #982
  • prevent api provider race condition, defer loading state update (#970) (7fd6efe)
  • update dependencies and update importLibrary typings (#1019) (ef951c4)
  • update gmp types (#973) (2f5c29c)
  • use correct pointer events behaviour (#997) (538e918)

v1.8.3

Choose a tag to compare

@github-actions github-actions released this 09 Apr 14:47
6441657

1.8.3 (2026-04-09)

Bug Fixes

  • hooks: avoid static useInsertionEffect imports (#960) (f2870c1)

v1.8.2

Choose a tag to compare

@github-actions github-actions released this 01 Apr 06:19
4ecd7d6

1.8.2 (2026-04-01)

Bug Fixes

v1.8.1

Choose a tag to compare

@github-actions github-actions released this 27 Mar 15:50
6f0f549

1.8.1 (2026-03-27)

Bug Fixes

  • hooks: add fallback to useLayoutEffect for React 16/17 compatibility (#950) (86ad8ee)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 12:39
5eb9573

1.8.0 (2026-03-26)

Features

  • add 2d geometry components - circle, polyline and polygon (#917) (54b1d0e)
  • add 3D map, marker and popover components (#898) (2ba09a1)
  • add fetchAppCheckToken prop to APIProvider (#913) (992994d)
  • api-loader: migrate to @googlemaps/js-api-loader (#885) (4af51dd)
  • map3d: refactor components to use custom elements (#765) (8b60a78)
  • pin: split Pin component into modern and legacy implementations (#945) (4826836)

Bug Fixes

  • better handling for clickable prop in AdvancedMarker (#906) (c8ff82f)
  • introduce useEffectEvent to improve stability of event handlers (#866) (e44933e)
  • map: improve reuseMaps reliability after remounting (#920) (e9296de)
  • more efficient useMemoized hook and fixed infowindow issues (#903) (8cb7151)
  • trigger release-please action (0eaabeb)

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 03 Nov 11:37

1.7.1 (2025-11-03)

Bug Fixes

  • types: add new PinElement and PinElementOptions types to augmentations (3751d0d)
  • types: inline PlaceContextualElementOptions in types for 'gmp-place-contextual' (0626be2)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 21:34
1ee6aac

1.7.0 (2025-10-30)

Features

  • add TypeScript type definitions for Google Maps custom elements (#857) (a946a36)

Bug Fixes

  • custom-element-types: update type definitions for boolean values (8db4ad0)
  • update useMapsLibrary hook to include maps3d (bd218bb)

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 23 Oct 10:26
50c0e84

1.6.1 (2025-10-23)

Features

Miscellaneous Chores

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Oct 09:25
6faf772

1.6.0 (2025-10-21)

Features

  • implement usage attribution (#844) (af36b8f)
  • updated AdvancedMarker anchoring implementation (#841) (d7b128e)

v1.5.5

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:01
f933774

1.5.5 (2025-08-07)

Bug Fixes

  • static-maps: remove path grouping by style (#809) (d1f499e)
  • Update calc clusters to happen after Idle event - reduces issue 563 (#806) (bed6ccd)