You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix build toolchain to reflect uglifyjs upgrade from v2 to v3 (by @ivansanchez)
1.7.0 (2020-09-03)
API changes
VideoOverlay now can take a muted option (#7071 by @ronikar)
The featureGroup factory method now takes options, as the FeatureGroup constructor (#7160 by @frogcat)
Improvements
Use passive event listeners for touchstart/touchend events (#7008 by @yneet)
Better detection of PointerEvents-capable browsers in L.Browser, and related changes to Tap, Drag, and TouchZoom handlers (#7010, (#7033, (#7036, (#7068, (#7195 by @johnd0e)
Add more browser profiles for the automated tests (#7115 by @johnd0e)
Bug fixes
Fix canvas renderer not clearing the canvas on some zoom transformations, was affecting opacity of items (#6915 by @chipta)
Fix detection of passive events in L.Browser (#6930 by @Ivan-Perez)