All Versions
128
Latest Version
Avg Release Cycle
35 days
Latest Release
510 days ago

Changelog History
Page 9

  • v1.1.7 Changes

    May 20, 2017
    • 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 Changes

    April 10, 2017
    • โž• Added support for React v15.5, fixes PropTypes warning.
    • [internal] Use Prettier code formatting.
  • v1.1.5 Changes

    April 05, 2017

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

  • v1.1.4 Changes

    March 22, 2017

    ๐Ÿ›  Fixed updating some properties in TileLayer and WMSTileLayer.

  • v1.1.3 Changes

    March 15, 2017

    ๐Ÿ›  Fixed regressions in GridLayer and Babel configuration.

  • v1.1.2 Changes

    March 14, 2017

    ๐Ÿ‘‰ Make GridLayer inherit maxZoom and minZoom properties from Map.

  • v1.1.1 Changes

    March 06, 2017
    • ๐Ÿ— 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 Changes

    January 11, 2017
    • 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 Changes

    January 07, 2017

    ๐Ÿ›  Fixed updating the className property of Map.

  • v1.0.2 Changes

    December 19, 2016

    ๐Ÿ›  Fixed binding events in FeatureGroup.