React Leaflet Versions Save

React components for Leaflet maps

v3.2.5

2 years ago

Fix supporting mutable whenCreated with unmounting MapContainer.

v3.2.4

2 years ago

Fix removing the map handlers when MapContainer is unmounted.

v3.2.3

2 years ago

v3.2.2

2 years ago

Fix layer unmount (PR #916 by piitaya).

v3.2.1

2 years ago
  • Fix Popup unmounting logic to unbind from container.
  • Fix links to point to Leaflet 1.7.1 docs (PR #889 by zerekw).

v3.2.0

3 years ago
  • Change unmounting logic for some layers, which should fix issues related to removing or updating elements.
  • Make the style prop of GeoJSON mutable, this prop should be used instead of pathOptions (pathOptions can still be used but should be considered deprecated).
  • Fix documentation about bounds prop being an instance of LatLngBounds.

v3.1.0

3 years ago

v3.0.5

3 years ago

Use useState hook rather than useMemo to store immutable values in MapContainer and Pane.

v3.0.4

3 years ago
  • Document pathOptions for GeoJSON (PR #785 by bb)
  • Ensure MapContainer props are immutable
  • Fix TypeScript definition for MapContainer props
  • Update README

v3.0.2

3 years ago

Additional fixes for panes support