Releases: kartena/Leaflet.zoomslider
Releases · kartena/Leaflet.zoomslider
v0.7.1
Leaflet.zoomslider 0.7.0
User visible changes
- Don't implicitly add the control to the map just by including the script. You need to do this explicitly with addControl or the zoomsliderControl: true option on the map.
Cleanups
- Use the exact same jshintrc as Leaflet
- Add karma testing and jshint to Gruntfile
- Remove the submodules mess (and use npm dependencies instead
- Update Leaflet dependency to 0.7.1
- Port the IE quirks over to the new leaflet-oldie-classes
Leaflet.zoomslider 0.6.1
- fix alignment of slider knob on touch
- merge #56