Google Map React Versions Save

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

1.1.2

5 years ago
  • #696 Add React 16 createPortal with backwards compatibility

1.1.1

5 years ago
  • #679 Reverts #593 (had a problem with the way of importing libraries)

1.1.0

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

1.0.9

5 years ago
  • #634 Custom div style options

1.0.8

5 years ago
  • #645 Reverts #643 Use React 16 map portal to render map overlay. Was causing problems for users using React version < 16

1.0.7

5 years ago

Includes:

  • #631 Add passive scroll
  • #643 Use React 16 map portal to render map overlay

1.0.6

5 years ago
  • #620 Fix bug in fromContainerPixelToLatLng()
  • #615 Add prop onTilesLoaded

1.0.5

5 years ago
  • Fix build PR: #605
  • Remove marker jiggle, Issue #575, PR: #603

1.0.4

5 years ago
  • Avoid null error (#570)
  • Add guard around mapDom event listener (#594)
  • Move dep for react-dom (#592)

1.0.3

6 years ago
  • #580: Scales tiles properly

If the component has a southeast corner defined (either as a LatLng, or a separate lat and lng pair), set the width and height based on the distance between the northwest and the southeast corner to lock the overlay to the correct geographic bounds.