Skip to content

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

Release 1.1.2

18 Dec 16:16
4d863d9
Compare
Choose a tag to compare
  • #696 Add React 16 createPortal with backwards compatibility

Release 1.1.1

21 Nov 17:15
5991955
Compare
Choose a tag to compare
  • #679 Reverts #593 (had a problem with the way of importing libraries)

Release 1.1.0

08 Nov 12:36
1603e3a
Compare
Choose a tag to compare
  • #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

Release 1.0.9

29 Sep 09:48
16236f9
Compare
Choose a tag to compare
  • #634 Custom div style options

Release 1.0.8

21 Sep 11:09
6bca0a4
Compare
Choose a tag to compare
  • #645 Reverts #643 Use React 16 map portal to render map overlay. Was causing problems for users using React version < 16

Release 1.0.7

20 Sep 17:36
800092a
Compare
Choose a tag to compare

Includes:

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

Release 1.0.6

03 Aug 08:39
f43ad9b
Compare
Choose a tag to compare
  • #620 Fix bug in fromContainerPixelToLatLng()
  • #615 Add prop onTilesLoaded

Release 1.0.5

26 Jun 20:36
2cfb0a6
Compare
Choose a tag to compare
  • Fix build PR: #605
  • Remove marker jiggle, Issue #575, PR: #603

Release 1.0.4

11 Jun 07:20
78256b1
Compare
Choose a tag to compare
  • Avoid null error (#570)
  • Add guard around mapDom event listener (#594)
  • Move dep for react-dom (#592)

Release 1.0.3

17 May 03:01
cdd6ec6
Compare
Choose a tag to compare
  • #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.