react-google-maps
Advanced tools
Comparing version 9.1.0 to 9.2.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="9.2.0"></a> | ||
# [9.2.0](https://github.com/tomchentw/react-google-maps/compare/v9.1.0...v9.2.0) (2017-10-26) | ||
### Features | ||
* **places/SearchBox:** allow other elements around SearchBox input ([238a352](https://github.com/tomchentw/react-google-maps/commit/238a352)) | ||
<a name="9.1.0"></a> | ||
@@ -7,0 +17,0 @@ # [9.1.0](https://github.com/tomchentw/react-google-maps/compare/v9.0.3...v9.1.0) (2017-10-26) |
@@ -187,3 +187,3 @@ "use strict" | ||
var searchBox = new google.maps.places.SearchBox( | ||
this.containerElement.firstChild | ||
this.containerElement.querySelector("input") | ||
) | ||
@@ -190,0 +190,0 @@ ;(0, _MapChildHelper.construct)( |
{ | ||
"name": "react-google-maps", | ||
"version": "9.1.0", | ||
"version": "9.2.0", | ||
"description": "React.js Google Maps integration component", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -127,3 +127,3 @@ /* | ||
const searchBox = new google.maps.places.SearchBox( | ||
this.containerElement.firstChild | ||
this.containerElement.querySelector("input") | ||
) | ||
@@ -130,0 +130,0 @@ construct(SearchBox.propTypes, updaterMap, this.props, searchBox) |
@@ -113,3 +113,3 @@ /* global google */ | ||
const searchBox = new google.maps.places.SearchBox( | ||
this.containerElement.firstChild | ||
this.containerElement.querySelector('input') | ||
) | ||
@@ -116,0 +116,0 @@ construct(SearchBox.propTypes, updaterMap, this.props, searchBox) |
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
489883