react-google-maps
Advanced tools
Comparing version 8.4.0 to 8.4.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="8.4.1"></a> | ||
## [8.4.1](https://github.com/tomchentw/react-google-maps/compare/v8.4.0...v8.4.1) (2017-10-11) | ||
### Bug Fixes | ||
* **OverlayView:** typo of `FLOAT_PANE` ([0eac8c8](https://github.com/tomchentw/react-google-maps/commit/0eac8c8)), closes [#658](https://github.com/tomchentw/react-google-maps/issues/658) | ||
<a name="8.4.0"></a> | ||
@@ -7,0 +17,0 @@ # [8.4.0](https://github.com/tomchentw/react-google-maps/compare/v8.3.5...v8.4.0) (2017-10-10) |
@@ -257,3 +257,3 @@ "use strict" | ||
OverlayView.LOAT_PANE = "floatPane" | ||
OverlayView.FLOAT_PANE = "floatPane" | ||
OverlayView.MAP_PANE = "mapPane" | ||
@@ -260,0 +260,0 @@ OverlayView.MARKER_LAYER = "markerLayer" |
{ | ||
"name": "react-google-maps", | ||
"version": "8.4.0", | ||
"version": "8.4.1", | ||
"description": "React.js Google Maps integration component", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -28,3 +28,3 @@ /* | ||
export class OverlayView extends React.PureComponent { | ||
static LOAT_PANE = `floatPane` | ||
static FLOAT_PANE = `floatPane` | ||
static MAP_PANE = `mapPane` | ||
@@ -31,0 +31,0 @@ static MARKER_LAYER = `markerLayer` |
@@ -28,3 +28,3 @@ /* global google */ | ||
export class OverlayView extends React.PureComponent { | ||
static LOAT_PANE = `floatPane` | ||
static FLOAT_PANE = `floatPane` | ||
static MAP_PANE = `mapPane` | ||
@@ -31,0 +31,0 @@ static MARKER_LAYER = `markerLayer` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
471250