Skip to content

Releases: PaulLeCam/react-leaflet

v1.6.0

20 Aug 14:13
Compare
Choose a tag to compare
  • Updated build process (PR #359 by tusbar) - see the UPGRADING guide for more information if you're relying on internals.
  • Fixed hot module reloading in examples (PR #360 by tusbar).
  • Updated Flow types to support Flow v0.53.

v1.5.0

10 Aug 07:30
Compare
Choose a tag to compare

Updated documentation and dependency to Leaflet v1.2.

v1.4.1

25 Jul 07:10
Compare
Choose a tag to compare

Fixed allowing a zoom value of 0 in Map.

v1.4.0

28 Jun 19:56
Compare
Choose a tag to compare

This release now requires Leaflet v1.1+ as a peer dependency in order to add support for the new features introduced by Leaflet in this release:

  • Added support for dynamic zIndex property to ImageOverlay.
  • Added VideoOverlay component.
  • Moved the prop-types dependency to peerDependencies.

See the relevant section of the upgrading guide for more information.

v1.3.1

20 Jun 22:44
Compare
Choose a tag to compare

Fixed Popup auto-panning.

v1.3.0

11 Jun 10:05
Compare
Choose a tag to compare
  • Added viewport property to Map, as an alternative and complementary way to manipulate the map's viewport.
  • Added onViewportChange and onViewportChanged callbacks to Map as a simplified way to track the map's viewport changes.
  • Added onClose and onOpen callbacks to Popup.
  • Added onClose and onOpen callbacks to Tooltip.

You can read more about viewport manipulation in the Map component documentation and check the added example.

v1.2.2

07 Jun 07:28
Compare
Choose a tag to compare

Fixed updating the Map's zoom when not previously set.

v1.2.1

01 Jun 21:25
Compare
Choose a tag to compare

Removed leftover console.log() in Polygon.

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.