Leaflet v1.3.4 Release Notes

Release Date: 2018-08-21 // over 5 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ’… Reset max-width and max-height styles for tiles in custom panes (#6255 by jerekshoe)
    • โž• Add unprefixed cursor: grab style (#6281 by Malvoz)
    • โœ‚ Remove legacy prefixed styles, add unprefixed styles (#6282 by Malvoz)

    ๐Ÿ› Bug fixes

    • ๐Ÿšš Move set/getAttribute('src') calls from GridLayer into TileLayer (#6264 by IvanSanchez)
    • ๐Ÿ‘Œ Support comma- or space-separated strings in Canvas dashArray option (#6277 by IvanSanchez)
    • โœ‚ Remove trailing commas to avoid crashes in some IE browsers (#6279 by helbling)
    • ๐Ÿ›  Fixed capitalization of webkitTransform property, which broke transformations on certain Webkit browsers (#6290 by tuckergordon)

    ๐Ÿ“„ Docs & Web Site