Skip to content

Releases: PaulLeCam/react-leaflet

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.

v1.0.2

19 Dec 01:11
Compare
Choose a tag to compare

Fixed binding events in FeatureGroup.

v1.0.1

26 Nov 10:27
Compare
Choose a tag to compare
  • Fixed updating opacity and zIndex in WMSTileLayer (PR #259 by YannickBochatay).
  • [doc] Added link to plugins documentation in README (PR #258 by jakehm).