- Support for React 0.12.0.
- Removed
getNodeInterface
and addedgetMapNode
which returns the real internal map class instance rather than an interface. - Added API docs and more detailed examples.
- Added
Frag
component.
- Added reactify to package.json for browserify support.
- Expose Map PropType validators.
- Added PropType validators to components.
- Map options are no longer passed to the node constructor and are rather, set directly after construction.
- Bugfix: Force noop handlers for events with side effects, e.g. if prop of
center
is set a handler foronCenterChange
will internally set which allows the SideEffectEventPlugin to stop a value from being internally modified. - Added option for setting initial options, e.g.
center
can instead be set asinitialCenter
.
- Bugfix: update
OverlayView
when new props are passed.
- Added base required propType checks.
- Initial release.