Skip to content

Releases: PaulLeCam/react-leaflet

v2.6.3

13 Mar 08:59
v2.6.3
ac2b220
Compare
Choose a tag to compare

Fixed regression in v2.6.2 handling maxZoom and minZoom options in Map component.

v2.6.2

12 Mar 13:59
v2.6.2
b573845
Compare
Choose a tag to compare
  • Fixed applying maxZoom and minZoom options to tile layers.
  • [website] Added react-leaflet-geodesic plugin (PR #656 by dcdourado).
  • [website] Added react-leaflet-arrowheads and react-leaflet-editable-popup plugins (PR #678 by slutske22).
  • [internal] Set babel runtime version (PR #670 by anajavi).

v2.6.1

14 Dec 14:11
v2.6.1
f327de0
Compare
Choose a tag to compare

Fixed catching falsy values in utils/pick (PR #649 by CaptainLexington).

v2.6.0

18 Nov 15:46
v2.6.0
43e2aaf
Compare
Choose a tag to compare
  • Updated Leaflet dependency to v1.6.
  • Added support for doubleClickZoom option's center setting to the Map component (PR #633 by DerGuteMoritz).
  • Added markersInheritOptions prop to GeoJSON component.
  • [website] Updated react-leaflet-bing plugin (PR #634 by Charmatzis).
  • [website] Updated react-leaflet-google plugin (PR #635 by Charmatzis).
  • [website] Added react-leaflet-curve plugin (PR #636 by Shadowman4205).

v2.5.0

19 Oct 02:52
v2.5.0
6cc8b1a
Compare
Choose a tag to compare
  • Added SVGOverlay component (PR #630 by fenech).
  • Added a GeoJSON with Popup example (PR #608 by hackleman).
  • Fixed wrongly injecting the leaflet parameter in the WMSTileLayer URL.
  • [website] Added logo and branding guidelines (PR #629 by colbyfayock).
  • [website] Added react-leaflet-enhanced-marker plugin (PR #610 by ishaan6395).
  • [website] Added leaflet-drift-marker plugin (PR #615 by hugobarragon).
  • [website] Added react-leaflet-street-view plugin (PR #616 by ishaan6395).
  • [website] Removed unmaintained plugin react-leaflet-rotatedmarker plugin (PR #617 by verdie-g).
  • [website] Added react-leaflet-d3-svg-overlay plugin (PR #628 by johannesloetzsch).

v2.4.0

09 Jun 18:46
v2.4.0
1647568
Compare
Choose a tag to compare
  • Added ZoomPanOptions and FitBoundsOptions to Map component (PR #593 by scailbc).
  • Updated Flow types support for Flow v0.100.
  • [website] Updated Docusaurus.

v2.3.0

12 May 16:14
v2.3.0
734973a
Compare
Choose a tag to compare
  • Updated Leaflet dependency to v1.5.
  • Updated React dependency to v16.8.
  • Added useLeaflet hook (PR #571 by vadzim).
  • [website] Added react-leaflet-google-layer plugin (PR #576 by aviklai).
  • [internal] Replaced deprecated webpack-serve library by webpack-dev-server to run the examples.

v2.2.1

17 Feb 10:17
v2.2.1
a507318
Compare
Choose a tag to compare
  • Fixed passing options in the LayerGroup component (PR #570 by failociraptor).
  • [website] Added react-leaflet-textpath plugin (PR #556 by clementallen).
  • [website] Minor text fixes to components docs (PR #558 by arthurRuf).
  • [website] Updated compatibility info for 5 plugins and added 2 new plugins (PR #560 and PR #564 by mhasbie).
  • [website] Updated react-leaflet-control compatibility status (PR #567 by robinmetral).
  • [website] Updated third party compatibility docs for 2 plugins (PR #568 by renanbandeira).

v2.2.0

12 Jan 18:31
v2.2.0
b8af255
Compare
Choose a tag to compare
  • Updated Leaflet dependency to v1.4.
  • Fixed duplicate element creation in Path (PR #549 by vadzim).
  • Changed whenReady logic in Map to get triggered after React reference is bound.
  • [internal] Replaced lodash with fast-deep-equal and vanilla JS implementations (PR #554 by jtfell).
  • [website] Added react-leaflet-semicircle plugin (PR #552 by clementallen).

v2.1.4

22 Dec 12:53
v2.1.4
de369a5
Compare
Choose a tag to compare

Fixed event handlers changes in Map component.