Skip to content

Releases: google-map-react/google-map-react

Support for React 18

05 Jul 16:18
c12b94f
Compare
Choose a tag to compare
Merge pull request #1103 from derkoe/react-18

React 18 in peer-dependencies and use new API

Release 2.0.4

31 Jul 06:16
Compare
Choose a tag to compare
  • Fix default and lib imports

Release 2.0.2

31 Jul 06:16
Compare
Choose a tag to compare
  • #878 Fix heatmap options not being updated

Release 2.0.1

30 Jul 09:41
Compare
Choose a tag to compare
  • #864 On resize it's getting undefined minZoom
  • #873 Moves marker dispatcher binds to componentDidMount

Release 2.0.0

30 Jul 09:25
Compare
Choose a tag to compare
  • Rewrite library using create-react-library
  • Breaking Move google-map-react/utils to module import, so instead of doing import { utilName } from 'google-map-react/utils you will do import { utilName } from google-map-react

Release 1.1.7

17 Mar 20:46
88038c2
Compare
Choose a tag to compare
  • #835 Add dev folders to .gitignore

Release 1.1.6

04 Feb 19:22
1e133e8
Compare
Choose a tag to compare
  • #827 Updated China base url

Release 1.1.5

20 Sep 17:51
37c34ad
Compare
Choose a tag to compare
  • #778 Add UNSAFE_ prefix to deprecated lifecycle methods
  • #769 Move prop-types to dependencies
  • #759 Add shouldUnregisterMapOnUnmount prop to persist map object on unmount
  • #754 Add prop 'onDragEnd'

Release 1.1.4

03 Apr 13:25
Compare
Choose a tag to compare
  • #738 Revert #726 Google Map loader respecting the app language change
  • #739 Revert #722 Add shouldUnregisterMapOnUnmount prop to persist map object on unmount

Release 1.1.3

01 Apr 15:52
Compare
Choose a tag to compare
  • #726 Google Map loader respecting the app language change
  • #722 Add shouldUnregisterMapOnUnmount prop to persist map object on unmount
  • #728 Fix: Update heatmap layer when heatmap positions prop changes