Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-google-maps

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-google-maps - npm Package Versions

1
10

8.3.5

Diff

Changelog

Source

8.3.5 (2017-10-06)

<a name="8.3.4"></a>

tomchentw
published 8.3.4 •

Changelog

Source

8.3.4 (2017-10-03)

<a name="8.3.3"></a>

tomchentw
published 8.3.3 •

Changelog

Source

8.3.3 (2017-10-02)

<a name="8.3.2"></a>

tomchentw
published 8.3.2 •

Changelog

Source

8.3.2 (2017-09-30)

Bug Fixes

  • package.json: include src/ in files (afdfa6d)

<a name="8.3.1"></a>

tomchentw
published 8.3.1 •

Changelog

Source

8.3.1 (2017-09-29)

<a name="8.3.0"></a>

tomchentw
published 8.3.0 •

Changelog

Source

8.3.0 (2017-09-21)

Features

  • GroundOverlay: add GroundOverlay component (d76a455)

<a name="8.2.0"></a>

tomchentw
published 8.2.0 •

Changelog

Source

8.2.0 (2017-09-16)

Bug Fixes

  • addons/InfoBox: use setState in lifecycle (fb6658e)
  • places/SearchBox: use setState in lifecycle (671089b)

Features

<a name="8.1.0"></a>

tomchentw
published 8.1.0 •

Changelog

Source

8.1.0 (2017-09-15)

Bug Fixes

Features

  • withGoogleMap: add named export (8e7e5de)
  • withScriptjs: add named export (134f90c)

<a name="8.0.0"></a>

tomchentw
published 8.0.0 •

Changelog

Source

8.0.0 (2017-09-14)

Bug Fixes

Features

  • addons/InfoBox: revamp to PureComponent (95269d2)
  • addons/MarkerClusterer: revamp to PureComponent (13cbef2)
  • Circle: revamp with jscodeshift (c2c98ab)
  • DirectionsRenderer: revamp with jscodeshift (7c5532a)
  • drawing/DrawingManager: revamp with jscodeshift (01bfb80)
  • FusionTablesLayer: revamp with jscodeshift (a5865a0)
  • GoogleMap: revamp with jscodeshift (772f363)
  • index.js: export withScriptjs (4a1c34e)
  • KmlLayer: revamp with jscodeshift (18b8a9f)
  • Marker: revamp with jscodeshift (08c5687)
  • OverlayView: revamp with jscodeshift (8c66c14)
  • package.json: add recompose to dependencies (f433a50)
  • package.json: remove create-react-class from dependencies (ea41411)
  • places/SearchBox: revamp with jscodeshift (bc41752)
  • Polygon: revamp with jscodeshift (a015b95)
  • Polyline: revamp with jscodeshift (2ff6313)
  • Rectangle: revamp with jscodeshift (5096882)
  • StreetViewPanorama: revamp with jscodeshift (a0e6dd4)
  • TrafficLayer: revamp with jscodeshift (92159bd)
  • tx: add MapChild transform with jscodeshift (b63d9ee)
  • visualization/HeatmapLayer: revamp with jscodeshift (b92a570)
  • withGoogleMap: revamp with prettier (c3de3b3)
  • withScriptjs: revamp with prettier (8f3b484)

BREAKING CHANGES

  • places/SearchBox: input element can now render directly as the only child

Before:

<SearchBox
  inputPlaceholder="Customized your placeholder"
  inputStyle={{ padding: `0 12px`, fontSize: `14px`, outline: `none` }}
/>

After:

<SearchBox>
  <input
    type="text"
    placeholder="Customized your placeholder"
    style={{
      padding: `0 12px`,
      fontSize: `14px`,
      outline: `none`,
    }}
  />
</SearchBox>

<a name="7.3.0"></a>

tomchentw
published 7.3.0 •

Changelog

Source

7.3.0 (2017-09-06)

Bug Fixes

  • enhanceElement: handle undefined callbacks gracefully (e463df3)
  • fusiontable: add query param (b0c637f)
  • withScriptsJs: Fix comment clarity (74b0ba3)

Features

  • marker: add custom label support (8e06dd5)

<a name="7.2.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc