react-googlemaps v0.2.0 Release Notes

    • ๐Ÿ”ฆ 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.