All Versions
37
Latest Version
Avg Release Cycle
46 days
Latest Release
1267 days ago

Changelog History
Page 2

  • v2.0.1 Changes

    July 30, 2020
    • #864 On resize it's getting undefined minZoom
    • 🚚 #873 Moves marker dispatcher binds to componentDidMount
  • v2.0.0 Changes

    July 30, 2020

    🔄 Changed

    • 📦 Rewrite library using create-react-library
    • 💥 Breaking Move google-map-react/utils to module import, meaning that instead of doing: import { utilName } from 'google-map-react/utils you will do import { utilName } from google-map-react
  • v1.1.7 Changes

    March 17, 2020
    • #835 Add dev folders to .gitignore
  • v1.1.6 Changes

    February 04, 2020
    • ⚡️ #827 Updated China base url
  • v1.1.5 Changes

    September 20, 2019
    • 🗄 #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'
  • v1.1.4 Changes

    April 03, 2019
    • ⏪ Revert #726 Google Map loader respecting the app language change (#738)
    • ⏪ Revert #722 Add shouldUnregisterMapOnUnmount prop to persist map object on unmount (#739)
  • v1.1.3 Changes

    April 01, 2019

    Includes:

    • Google Map loader respecting the app language change #726
    • ➕ Add shouldUnregisterMapOnUnmount prop to persist map object on unmount #722
    • 🛠 Fix: Update heatmap layer when heatmap positions prop changes #728
  • v1.1.2 Changes

    December 18, 2018

    ➕ Add React 16 createPortal with backwards compatibility (#696)

  • v1.1.1 Changes

    November 21, 2018

    🔀 Merges #679 which reverts #593 (had a problem with the way of importing libraries)

  • v1.1.0 Changes

    November 08, 2018

    This version includes:

    • #655 Add math abs to avoid negative values when calculating zoom
    • #656 Pass map instance to onDrag handler
    • ⚡️ #593 Added feature: update heat map on data change + fix linting