react-google-maps
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -0,1 +1,9 @@ | ||
### 0.2.4 (2014-12-16) | ||
#### Features | ||
* **Map:** expose fitBounds as public API ([c64da722](https://github.com/tomchentw/react-google-maps/commit/c64da7225c0ed88a03104d34a7cbd2bdbe46b22a)) | ||
### 0.2.3 (2014-11-27) | ||
@@ -2,0 +10,0 @@ |
@@ -81,2 +81,8 @@ "use strict"; | ||
fitBounds:function (latLngBounds) { | ||
ensure_map_created(this, function(map) { | ||
map.fitBounds(latLngBounds); | ||
}); | ||
}, | ||
getInitialState:function () { | ||
@@ -83,0 +89,0 @@ return { |
{ | ||
"__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json", | ||
"name": "react-google-maps", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "React.js Google Maps integration component", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -81,2 +81,8 @@ "use strict"; | ||
fitBounds (latLngBounds) { | ||
ensure_map_created(this, (map) => { | ||
map.fitBounds(latLngBounds); | ||
}); | ||
}, | ||
getInitialState () { | ||
@@ -83,0 +89,0 @@ return { |
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
76753
1753