Skip to content

Releases: PaulLeCam/react-leaflet

v1.2.0

24 May 08:22
Compare
Choose a tag to compare
  • 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

20 May 10:13
Compare
Choose a tag to compare
  • 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

10 Apr 07:46
Compare
Choose a tag to compare
  • Added support for React v15.5, fixes PropTypes warning.
  • [internal] Use Prettier code formatting.

v1.1.5

05 Apr 07:29
Compare
Choose a tag to compare

Filter falsy values as event handlers, PR #308 by awinograd.

v1.1.4

22 Mar 07:51
Compare
Choose a tag to compare

Fixed updating some properties in TileLayer and WMSTileLayer.

v1.1.3

15 Mar 19:09
Compare
Choose a tag to compare

Fixed regressions in GridLayer and Babel configuration.

v1.1.2

14 Mar 08:03
Compare
Choose a tag to compare

Make GridLayer inherit maxZoom and minZoom properties from Map.

v1.1.1

07 Mar 00:02
Compare
Choose a tag to compare
  • 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

11 Jan 22:46
Compare
Choose a tag to compare
  • 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

07 Jan 10:37
Compare
Choose a tag to compare

Fixed updating the className property of Map.