Releases: PaulLeCam/react-leaflet
Releases · PaulLeCam/react-leaflet
v1.2.0
- Added support for dynamic
bounds
property in ImageOverlay
, PR #326 by Gjum.
- Added
whenReady
property to Map
, running the provided function according to Leaflet's documentation.
v1.1.7
- Fixed DOM leak when unmounting an unclosed popup, PR #326 by DirtyHairy.
- [doc] Updated Leaflet documentation links, PR #324 by Chris-Petty.
- [doc] Fixed "quick start" link, PR #321 by mojo5000.
- [doc] Added react-leaflet-ant-path to the plugins documentation, PR #318 by rubenspgcavalcante.
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
.