react-leaflet v1.0.0-beta.1 Release Notes

Release Date: 2016-07-30 // almost 8 years ago
    • [BREAKING] Renamed GeoJson to GeoJSON to match Leaflet's change.
    • ๐Ÿšš [BREAKING] Removed MultiPolygon and MultiPolyline, now supported by Polygon and Polyline respectively.
    • ๐Ÿ“š [BREAKING] Removed CanvasTileLayer, replaced by GridLayer. See Leaflet's documentation.
    • ๐Ÿšš [BREAKING] Removed getLeafletElement() method in MapComponent and MapControl, deprecated since v0.12.0.
    • โœ‚ Removed BaseTileLayer, replaced by GridLayer.
    • โœ‚ Removed bower.json file.
    • The Map component no longer creates an unique ID for its container if none is provided.
    • All components now extend from React.PureComponent instead of React.Component, as such React v15.3.0+ is now required.
    • โž• Added GridLayer.
    • Added useFlyTo: bool property to Map to use flyTo instead of setView and flyToBounds instead of fitBounds when changing the map's view or bounds (PR #148 by jgimbel).