Minor Dev Workflow and Dependency Update
v0.17.7
-
Dependencies
- Re-wrote function using jQuery (
$.ajax
) to use the JavaScript Fetch API instead (#540 by @carlo-ev) to allow removal of jQuery as a dependency (#626 by @sashadev-sky)
- Re-wrote function using jQuery (
-
Development Workflow
-
Enhancements
- Update method creation to ES6 syntax for the
L.Map.DoubleClickZoom
(#633 by @calvincodes),L.ScaleHandle
(#691 by @theodumont),L.Map
(#635 by @jscastanos) andL.ScaleAction
(#692 by @tannerdolby) classes.
- Update method creation to ES6 syntax for the
v0.16.7
-
Development Workflow
- Update the pre-commit hook to automatically build and commit the
dist
file (#611 by @sashadev-sky)
- Update the pre-commit hook to automatically build and commit the
-
Enhancements