Leaflet v1.6.0 Release Notes

Release Date: 2019-11-17 // over 4 years ago
  • API changes

    • ๐Ÿ’… GeoJSON.resetStyle - allow invocation without an argument (#6663 by joukewitteveen)
    • โž• Add new markersInheritOptions option to L.GeoJSON (#6866 by ghybs)

    ๐Ÿ‘Œ Improvements

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix performance issue with L.Util.formatNum (#6668 by cherniavskii)
    • Respect className option in SVGOverlay and VideoOverlay (#6679 by IvanSanchez)
    • Cancel the canvas mousehover throttle on mouseout (#6749 by IvanSanchez)
    • ๐Ÿ’… Check for style being passed in L.Path.setStyle (#6728 by TheRealTorreySmith)
    • ๐Ÿ›  Fix dblclick event when both Pointer Events and Touch Events are available (#6855 by filcab)
    • Properly unbind animation proxy events when removing map (#6867 by ghybs)
    • ๐Ÿ›  Fix race condition in Marker when icon is not present (#6794 by BenTalagan)

    ๐Ÿ“„ Docs & Web Site