All Versions
128
Latest Version
Avg Release Cycle
35 days
Latest Release
709 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.7.0 Changes
May 06, 2020 -
v2.6.3 Changes
March 13, 2020🛠 Fixed regression in v2.6.2 handling
maxZoom
andminZoom
options inMap
component. -
v2.6.2 Changes
March 12, 2020 -
v2.6.1 Changes
December 14, 2019Fixed catching falsy values in
utils/pick
(PR #649 by CaptainLexington). -
v2.6.0 Changes
November 18, 2019- ⚡️ Updated Leaflet dependency to v1.6.
- Added support for
doubleClickZoom
option'scenter
setting to theMap
component (PR #633 by DerGuteMoritz). - ➕ Added
markersInheritOptions
prop toGeoJSON
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 Changes
October 19, 2019- Added
SVGOverlay
component (PR #630 by fenech). - Added a
GeoJSON
withPopup
example (PR #608 by hackleman). - 🛠 Fixed wrongly injecting the
leaflet
parameter in theWMSTileLayer
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).
- Added
-
v2.4.0 Changes
June 09, 2019- Added
ZoomPanOptions
andFitBoundsOptions
toMap
component (PR #593 by scailbc). - ⚡️ Updated Flow types support for Flow v0.100.
- ⚡️ [website] Updated Docusaurus.
- Added
-
v2.3.0 Changes
May 12, 2019 -
v2.2.1 Changes
February 17, 2019- 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).
- Fixed passing options in the
-
v2.2.0 Changes
January 12, 2019- ⚡️ Updated Leaflet dependency to v1.4.
- Fixed duplicate element creation in
Path
(PR #549 by vadzim). - 🔄 Changed
whenReady
logic inMap
to get triggered after React reference is bound. - [internal] Replaced
lodash
withfast-deep-equal
and vanilla JS implementations (PR #554 by jtfell). - [website] Added
react-leaflet-semicircle
plugin (PR #552 by clementallen).