Releases: PaulLeCam/react-leaflet
Releases · PaulLeCam/react-leaflet
v1.1.6
- Added support for React v15.5, fixes PropTypes warning.
- [internal] Use Prettier code formatting.
v1.1.5
Filter falsy values as event handlers, PR #308 by awinograd.
v1.1.4
Fixed updating some properties in TileLayer
and WMSTileLayer
.
v1.1.3
Fixed regressions in GridLayer
and Babel configuration.
v1.1.2
Make GridLayer
inherit maxZoom
and minZoom
properties from Map
.
v1.1.1
- The UMD build is now created using Webpack 2.
- Fixed supporting multiple children in
Marker
.
- [internal] Updated Webpack to v2.
- [internal] Small refactoring of the
Map
component.
- [doc] Various improvements, including PRs #280 by h4, #282 by cwalv and #283 by YUzhva.
v1.1.0
- Added support for
Popup
and Tooltip
children to ImageOverlay
PR #270 by rjdestigter.
- Added
createLeafletElement()
and updateLeafletElement()
methods to simplify the abstraction between React's lifecycle hooks and Leaflet's APIs. See the relevant section of the upgrading guide for more information.
v1.0.3
Fixed updating the className
property of Map
.
v1.0.2
Fixed binding events in FeatureGroup
.
v1.0.1
- Fixed updating
opacity
and zIndex
in WMSTileLayer
(PR #259 by YannickBochatay).
- [doc] Added link to plugins documentation in README (PR #258 by jakehm).