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
Leaflet Plugins Version 0.6.0
* First full mono-repo release - 3 plugins! (#21)
* Renamed repo to `leaflet.plugins` (#22)
* Fix browser compatibility (Firefox) - `Leaflet.a11y` (#20)
* Separate locale data and functionality into `Leaflet.translate (#18)
Leaflet.a11y Version 0.3.0
* Do things the Leaflet way – switch to use `L.Map.addInitHook` (#8)
* Allow for multiple maps (#8)
* Convert plugin to ESM module / class, with a build script (#8)
* Use an "import map" (#11)
* Put locale import code in separate class (#12)
Leaflet.a11y Version 0.2.0
* Fixes null lang and empty string role bugs (#7)
* Fix to only set focus when opened by a trigger element (#7)
* `Leaflet.i18n` plugin is optional (#6)
* README and documentation fixes (#1)