Releases: PaulLeCam/react-leaflet
Releases · PaulLeCam/react-leaflet
v1.7.3
Fixed Tooltip
teardown logic.
v1.7.2
- Updated docs to use
https
for URLs (PR #403 by sehaas).
- Fixed initial props in
WMSTileLayer
(PR #405 by markhepburn).
- Added tests for viewport and teardown logic in the
Map
component (PR #406 by uxtx).
v1.7.0
- [internal] Added support for building the library using node 6 (PR #376 by tusbar).
- Added support for React v16 as peer dependency.
v1.6.6
- Fixed
Path
options.
- Fixed
WMSTileLayer
options.
v1.6.5
- Added
react-leaflet-sidebarv2
to the plugins documentation (PR #369 by markhepburn).
- Fixed Flow types in
Map
and Popup
.
v1.6.4
Fixed positions
proptype in Polyline
.
v1.6.3
Fixed support for Flow types.
v1.6.2
Added support for Flow types in CommonJS and ESM builds as Flow comments.
v1.6.1
- Fixed
GridLayer
inheriting maxZoom
and minZoom
from Map
.
- Fixed regression introduced in v1.6.0 with
ScaleControl
.