Leaflet v1.4.0 Release Notes

Release Date: 2018-12-30 // over 5 years ago
  • API changes

    ๐Ÿ‘Œ Improvements

    • โœ‚ Remove unused _drawnLayers object (#6324 by ud09)
    • Avoid unnecessary redrawing in TileLayer.setUrl() when URL does not change (#6313 by JackNeus)
    • ๐Ÿ‘‰ Use section instead of form in layers control (#6380 by hundekoerper)
    • โž• Add IE11 linked SVG elements support to DomUtil.getClass function (#6366 by Schleuse)

    ๐Ÿ› Bug fixes

    • Set internal flags at beginning of map initialization (#6362 by ghybs)
    • Guard against layers no longer attached to a map in bringToFront/Back() (#6389 by perliedman)
    • ๐Ÿ›  Fix autoPan option when popup content gets updated while a panning animation is running (#6365 by Schleuse)
    • Ignore dash arrays with non-numeric entries in canvas (#6387 by perliedman)

    ๐Ÿ“„ Docs & Web Site