Skip to content

Leaflet.zoomslider 0.7.0

Compare
Choose a tag to compare
@mattiasb mattiasb released this 03 Jan 10:30
· 18 commits to master since this release

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