Google Map React Versions Save

Google map library for react that allows rendering components as markers :tada:

2.2

1 year ago

2.0.4

3 years ago
  • Fix default and lib imports

2.0.2

3 years ago
  • #878 Fix heatmap options not being updated

2.0.1

3 years ago
  • #864 On resize it's getting undefined minZoom
  • #873 Moves marker dispatcher binds to componentDidMount

2.0.0

3 years ago
  • 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

1.1.7

4 years ago
  • #835 Add dev folders to .gitignore

1.1.6

4 years ago
  • #827 Updated China base url

1.1.5

4 years ago
  • #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'

1.1.4

5 years ago
  • #738 Revert #726 Google Map loader respecting the app language change
  • #739 Revert #722 Add shouldUnregisterMapOnUnmount prop to persist map object on unmount

1.1.3

5 years ago
  • #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