react-google-maps
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,10 @@ | ||
<a name"2.1.1"></a> | ||
### 2.1.1 (2015-09-30) | ||
#### Bug Fixes | ||
* **InfoBox:** typo when update InfoBox children ([a66852c4](https://github.com/tomchentw/react-google-maps/commit/a66852c4), closes [#120](https://github.com/tomchentw/react-google-maps/issues/120)) | ||
<a name"2.1.0"></a> | ||
@@ -2,0 +11,0 @@ ## 2.1.0 (2015-09-08) |
@@ -64,3 +64,3 @@ "use strict"; | ||
children: function children(_children, component) { | ||
(0, _utilsSetContentForOptionalReactElement2["default"])(_children, component.getInfoWindow()); | ||
(0, _utilsSetContentForOptionalReactElement2["default"])(_children, component.getInfoBox()); | ||
}, | ||
@@ -67,0 +67,0 @@ content: function content(_content, component) { |
{ | ||
"__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json", | ||
"name": "react-google-maps", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "React.js Google Maps integration component", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -34,3 +34,3 @@ # react-google-maps [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][codeclimate-coverage-image]][codeclimate-coverage-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url] | ||
Install `docker@^1.6.2`, `docker-compose@^1.3.0` and optionally `boot2docker@^1.6.2`. Then, | ||
Install `docker@^1.8.2`, `docker-compose@^1.4.0` and optionally `docker-machine@^0.4.1`. Then, | ||
@@ -43,8 +43,10 @@ ```shell | ||
**192.168.59.103** is actually your ip from `boot2docker ip`. | ||
**192.168.59.103** is actually your ip from `docker-machine ip`. | ||
If you change code in your local, you'll need to rebuild the image to make changes happen. | ||
If you're previously using `boot2docker`, you may want to migrate to [docker-machine](https://docs.docker.com/machine/migrate-to-machine/) instead. | ||
```shell | ||
docker-compose rebuild | ||
docker-compose build | ||
``` | ||
@@ -51,0 +53,0 @@ |
@@ -10,3 +10,3 @@ import { | ||
skeletonControlledPropTypes, | ||
skeletonEventPropTypes | ||
skeletonEventPropTypes, | ||
} from "./creators/SkeletonCreator"; | ||
@@ -13,0 +13,0 @@ |
@@ -28,3 +28,3 @@ import { | ||
const infoBoxUpdaters = { | ||
children (children, component) { setContentForOptionalReactElement(children, component.getInfoWindow()); }, | ||
children (children, component) { setContentForOptionalReactElement(children, component.getInfoBox()); }, | ||
content (content, component) { component.getInfoBox().setContent(content); }, | ||
@@ -31,0 +31,0 @@ options (options, component) { component.getInfoBox().setOptions(options); }, |
@@ -10,3 +10,3 @@ import { | ||
circleControlledPropTypes, | ||
circleEventPropTypes | ||
circleEventPropTypes, | ||
} from "./creators/CircleCreator"; | ||
@@ -13,0 +13,0 @@ |
import { | ||
default as React, | ||
PropTypes, | ||
Component | ||
Component, | ||
} from "react"; | ||
@@ -6,0 +6,0 @@ |
@@ -10,3 +10,3 @@ import { | ||
infoWindowControlledPropTypes, | ||
infoWindowEventPropTypes | ||
infoWindowEventPropTypes, | ||
} from "./creators/InfoWindowCreator"; | ||
@@ -13,0 +13,0 @@ |
@@ -10,3 +10,3 @@ import { | ||
markerControlledPropTypes, | ||
markerEventPropTypes | ||
markerEventPropTypes, | ||
} from "./creators/MarkerCreator"; | ||
@@ -13,0 +13,0 @@ |
@@ -10,3 +10,3 @@ import { | ||
rectangleControlledPropTypes, | ||
rectangleEventPropTypes | ||
rectangleEventPropTypes, | ||
} from "./creators/RectangleCreator"; | ||
@@ -13,0 +13,0 @@ |
import { | ||
default as React, | ||
Component, | ||
findDOMNode | ||
} from "react"; | ||
@@ -11,3 +10,3 @@ | ||
searchBoxControlledPropTypes, | ||
searchBoxEventPropTypes | ||
searchBoxEventPropTypes, | ||
} from "./creators/SearchBoxCreator"; | ||
@@ -14,0 +13,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
269183
110
5038