react-google-maps
Advanced tools
Comparing version 9.2.2 to 9.2.3
@@ -5,2 +5,13 @@ # Change Log | ||
<a name="9.2.3"></a> | ||
## [9.2.3](https://github.com/tomchentw/react-google-maps/compare/v9.2.2...v9.2.3) (2017-11-24) | ||
### Bug Fixes | ||
* **addons/MarkerClusterer:** add missed cluster class binding ([#706](https://github.com/tomchentw/react-google-maps/issues/706)) ([f008c2c](https://github.com/tomchentw/react-google-maps/commit/f008c2c)) | ||
* **InfoWindow:** do not remove container element on mount ([ed764c6](https://github.com/tomchentw/react-google-maps/commit/ed764c6)), closes [#696](https://github.com/tomchentw/react-google-maps/issues/696) | ||
<a name="9.2.2"></a> | ||
@@ -7,0 +18,0 @@ ## [9.2.2](https://github.com/tomchentw/react-google-maps/compare/v9.2.1...v9.2.2) (2017-11-03) |
@@ -389,2 +389,5 @@ "use strict" | ||
}, | ||
clusterClass: function clusterClass(instance, _clusterClass) { | ||
instance.setClusterClass(_clusterClass) | ||
}, | ||
enableRetinaIcons: function enableRetinaIcons(instance, _enableRetinaIcons) { | ||
@@ -391,0 +394,0 @@ instance.setEnableRetinaIcons(_enableRetinaIcons) |
@@ -135,3 +135,2 @@ "use strict" | ||
) | ||
this.containerElement = undefined | ||
return | ||
@@ -138,0 +137,0 @@ } |
{ | ||
"name": "react-google-maps", | ||
"version": "9.2.2", | ||
"version": "9.2.3", | ||
"description": "React.js Google Maps integration component", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -298,2 +298,6 @@ import React from "react" | ||
clusterClass(instance, clusterClass) { | ||
instance.setClusterClass(clusterClass) | ||
}, | ||
enableRetinaIcons(instance, enableRetinaIcons) { | ||
@@ -300,0 +304,0 @@ instance.setEnableRetinaIcons(enableRetinaIcons) |
@@ -118,3 +118,2 @@ /* | ||
open(this.state[INFO_WINDOW], this.context[ANCHOR]) | ||
this.containerElement = undefined | ||
return | ||
@@ -121,0 +120,0 @@ } |
@@ -70,3 +70,2 @@ /* global google */ | ||
open(this.state[INFO_WINDOW], this.context[ANCHOR]) | ||
this.containerElement = undefined | ||
return | ||
@@ -73,0 +72,0 @@ } |
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
494531
14256