CHANGELOG.md
January 11, 2015 ยท View on GitHub
0.4.0
- Support for React 0.12.0.
0.3.0
- Removed
getNodeInterfaceand addedgetMapNodewhich returns the real internal map class instance rather than an interface. - Added API docs and more detailed examples.
- Added
Fragcomponent.
0.2.1
- Added reactify to package.json for browserify support.
0.2.0
- 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.
0.1.2
- Bugfix: update
OverlayViewwhen new props are passed.
0.1.1
- Added base required propType checks.
0.1.0
- Initial release.