Leaflet v1.3.2 Release Notes

Release Date: 2018-07-17 // almost 6 years ago
  • ๐Ÿ‘Œ Improvements

    • โž• Add use-credentials CORS option to ImageOverlay and TileLayer (#6016 by caleblogan) + unit tests (#6022 and #6027 by ghybs)
    • Clean up references to global L in source code (#6047 and #6048 by ghybs)
    • ๐Ÿ‘ Allow reset of Canvas dashArray option + support array type (#6200 by McBen)

    ๐Ÿ› Bug fixes

    • Respect the preferCanvas option in all panes (#6019 by mjumbewu)
    • Do not fire tileload event if tile has empty src (#6025 by cherniavskii)
    • ๐Ÿ›  Fix race condition when removing canvas before it has rendered (#6033 by louMoxy)
    • ๐Ÿ›  Fix memory leak in canvas renderer (#6117 by aj8k)
    • ๐Ÿ›  Fix dragging for CSS scaled map (#6055 by ghybs)
    • ๐Ÿ– Handle Polygons with empty array of LatLngs (#6119 by BakuCity)
    • ๐Ÿ›  Fix view bounds calculation in geolocation event handler (#6140 by wladich)
    • ๐Ÿ›  Fix error removing map and resizing window at the same time (#6160 by danzel)
    • Stop pan key event when pan animation is in progress (#6231 by cherniavskii)

    ๐Ÿ“„ Docs & Web Site

    • ๐Ÿ‘‰ Use more explicit tiles in Map panes example (#6018 by ghybs)
    • Document parameter of closestLayerPoint method (#6060 by mattdsteele)
    • โšก๏ธ Update year ranges (#6076 by BakuCity)
    • ๐Ÿ‘‰ Use https everywhere for OSM links (#6082 by rzoller)
    • ๐Ÿ›  Fix typo in VideoOverlay.js example docs (#6090 by zhuang-hao-ming)
    • ๐Ÿ›  Fix typo in LatLng docstring (#6138 by jieter)
    • โš  Use https everywhere and get rid of mixed content warnings (#6151 by theel0ja)
    • ๐Ÿ’ป More accurate Browser.retina explanation (#6203 by JLuc)
    • ๐Ÿ‘‰ Use link to official RFC 7946 GeoJSON spec (#6211 by ghybs)

    ES6 / Rollup

    Development workflow