Releases: PaulLeCam/react-leaflet
Releases · PaulLeCam/react-leaflet
v3.0.0-beta.1
v3 is a full rewrite of React Leaflet and contains breaking change from v2.
- Full rewrite based on React Hooks (no more extending
Component
) - Replace Flow by TypeScript for type checking
- Drop IE support (Babel config will only target the "last 2 versions" of browsers)
- Switch to the Hippocratic License
- The
Map
component is replaced byMapContainer
, behaving differently - Event handlers must be attached using the
eventHandlers prop
rather thanon*
props, with a similar change for path options and WMS params - The
react-leaflet
package only exposes a public API while a new package,@react-leaflet/core
, is used to provide the core APIs - A new documentation website using Docusaurus v2 with live examples, currently published on react-leaflet-v3.now.sh
v2.7.0
v2.6.3
v2.6.2
v2.6.1
v2.6.0
- 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
- 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).
v2.4.0
v2.3.0
v2.2.1
- 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).