Skip to content

Releases: kartena/Leaflet.zoomslider

v0.7.1

31 Jan 12:59
f1bced2
Compare
Choose a tag to compare

Remove dependency on leaflet from package.json and bower.json

Leaflet.zoomslider 0.7.0

03 Jan 10:30
Compare
Choose a tag to compare

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

31 Oct 04:00
Compare
Choose a tag to compare
  • fix alignment of slider knob on touch
  • merge #56