Skip to content

Releases: GoogleMapReact/google-map-react

v2.2.3

Choose a tag to compare

@itsmichaeldiego itsmichaeldiego released this 23 May 15:44
2e4b1a6

What's Changed

New Contributors

Full Changelog: v2.2.2...v2.2.3

v2.2.2

Choose a tag to compare

@itsmichaeldiego itsmichaeldiego released this 11 Mar 21:19
153fa44

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

Support for React 18

Choose a tag to compare

@karldanninger karldanninger released this 05 Jul 16:18
c12b94f
Merge pull request #1103 from derkoe/react-18

React 18 in peer-dependencies and use new API

Release 2.0.4

Choose a tag to compare

@itsmichaeldiego itsmichaeldiego released this 31 Jul 06:16
  • Fix default and lib imports

Release 2.0.2

Choose a tag to compare

@itsmichaeldiego itsmichaeldiego released this 31 Jul 06:16
  • #878 Fix heatmap options not being updated

Release 2.0.1

Choose a tag to compare

@itsmichaeldiego itsmichaeldiego released this 30 Jul 09:41
  • #864 On resize it's getting undefined minZoom
  • #873 Moves marker dispatcher binds to componentDidMount

Release 2.0.0

Choose a tag to compare

@itsmichaeldiego itsmichaeldiego released this 30 Jul 09:25
  • 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

Choose a tag to compare

@itsmichaeldiego itsmichaeldiego released this 17 Mar 20:46
88038c2
  • #835 Add dev folders to .gitignore

Release 1.1.6

Choose a tag to compare

@itsmichaeldiego itsmichaeldiego released this 04 Feb 19:22
1e133e8
  • #827 Updated China base url

Release 1.1.5

Choose a tag to compare

@itsmichaeldiego itsmichaeldiego released this 20 Sep 17:51
37c34ad
  • #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'