All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.4.0 Changes

    • ๐Ÿ‘Œ Support for React 0.12.0.
  • v0.3.0 Changes

    • โœ‚ Removed getNodeInterface and added getMapNode which returns the real internal map class instance rather than an interface.
    • โž• Added API docs and more detailed examples.
    • โž• Added Frag component.
  • v0.2.1 Changes

    • โž• Added reactify to package.json for browserify support.
  • v0.2.0 Changes

    • ๐Ÿ”ฆ 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 for onCenterChange 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 as initialCenter.
  • v0.1.2 Changes

    • ๐Ÿ›  Bugfix: update OverlayView when new props are passed.
  • v0.1.1 Changes

    • โž• Added base required propType checks.
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initial release.