Skip to content

Commit 192c390

Browse files
committed
Release 0.2.0
1 parent 43a78a6 commit 192c390

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## next
1+
## 0.2.0
22

33
- Expose Map PropType validators.
44
- Added PropType validators to components.
55
- Map options are no longer passed to the node constructor and are rather, set directly after construction.
6+
- Bugfix: Force noop handlers for events with side effects, e.g. if prop of `center` is set a handler for `onCenterChange` will internally set which allows the SideEffectEventPlugin to stop a value from being internally modified.
7+
- Added option for setting initial options, e.g. `center` can instead be set as `initialCenter`.
68

79
## 0.1.2
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-googlemaps",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "A declarative React interface to Google Maps",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)