Leaflet v0.7.1 Release Notes

Release Date: 2013-12-06 // over 10 years ago
    • ๐Ÿ›  Fixed a bug where pinch-zooming quickly could occasionally leave the map at a fractional zoom thus breaking tile loading (by @danzel). #2269 #2255 #1934
    • ๐Ÿ›  Fixed tile flickering issues on some old Android 2/3 devices by disabling buggy hardware accelerated CSS there (by @danzel). #2216 #2198
    • ๐Ÿ›  Fixed a regression that sometimes led to an error when you started pinch-zoom as the first action on the map (by @danzel). #2259 #2256
    • ๐ŸŽ Reverted L.Util.template optimizations to allow Leaflet to be used in eval-banning environments like browser extensions (performance gain was insignificant anyway) (by @calvinmetcalf). #2217 #2209 #1968
    • ๐Ÿ›  Fixed a regression where Map invalidateSize could lead to unexpected results when called before map initialization (by @Zverik). #2250 #2249
    • ๐Ÿ›  Fixed a regression where FeatureGroup containing other group overwrote original e.layer value in mouse events (by @gumballhead). #2253 #2252
    • ๐Ÿ›  Fixed a regression where CircleMarker setLatLngs didn't return this (by @radicalbiscuit). #2206