Skip to content

v0.1.1: 0.1.1

Compare
Choose a tag to compare
@justinmanley justinmanley released this 08 Feb 21:13
· 39 commits to master since this release

0.1.1

  • Fixes issues #3, #9, #16, #17, #18. Among other features and bugfixes, this release:
    • Adds offset to popup toolbars on markers.
    • Allows only one toolbar of each type on the map at a time.
    • Prevents click, dblclick, and mousemove events on toolbars from propagating up to the map.
  • Adds class factories L.toolbar.control, L.toolbar.popup, and L.toolbar.toolbarAction.
  • Adds a grunt task for updating gh-pages: grunt gh-pages:update.

BREAKING CHANGES

  • Renames dist/ files to conform with Leaflet naming conventions.
    In particular, Leaflet.Toolbar.js became leaflet.toolbar-src.js, and Leaflet.Toolbar.css became leaflet.toolbar.css.