- Support for React 0.12.0.
- Removed
getNodeInterfaceand addedgetMapNodewhich returns the real internal map class instance rather than an interface. - Added API docs and more detailed examples.
- Added
Fragcomponent.
- 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
centeris set a handler foronCenterChangewill internally set which allows the SideEffectEventPlugin to stop a value from being internally modified. - Added option for setting initial options, e.g.
centercan instead be set asinitialCenter.
- Bugfix: update
OverlayViewwhen new props are passed.
- Added base required propType checks.
- Initial release.