Leaflet v0.7.4 Release Notes

Release Date: 2015-09-01 // over 8 years ago
    • 🛠 Fixed a bug introduced by a recent Chrome update that caused the map not to react to interactions until all tiles are loaded. #3689
    • 🛠 Fixed a bug where tile layers were not respecting their minZoom or maxZoom options (by @ivansanchez) #3778
    • 👌 Improved detection of touch-capable web browsers, in particular fixing touch interactions in device emulation mode in Chrome and Firefox (by @ivansanchez) #3520 #3710
    • 🛠 Fixed a bug where tile layers with maxNativeZoom were not checking bounds properly (by @jlaxon) #3415
    • 🛠 Fixed a bug where popups were not remembering which layer originated them after calling bindPopup(popup) (by @Eschon) #3675
    • 🛠 Fixed a race condition between markers and zoom animation (by @perliedman) #3152
    • 🛠 Fixed a bug with Map.fitBounds padding (by @bsstoner). #2489
    • 👍 Allow canvas paths to fire dblclick and contextmenu events (by @ivansanchez) #3482
    • 👍 Allow canvas filled polygons to use the fillRule option (by @w8r) #3477
    • 👍 Allow canvas lines to use lineCap and lineJoin options (by @northerneyes) #3156
    • ⚡️ Updated bower definitions to comply with best practices (by @guptaso2) #2726 #3448