@patternslib/pat-leaflet
Advanced tools
Changelog
2.1.0 (2022-12-23)
data-geojson
attribute always as JSON object and implement new option geojson_ajaxurl
for remote geojson data (f0eaf4f)Change to class based pattern. (6a10fb0)
Include dist/ and src/ directories in the npm package. (613fe86)This includes the compiled bundle in the npm package and makes it available via:
https://cdn.jsdelivr.net/npm/@patternslib/pat-leaflet@2.1.0/dist/bundle.min.js and https://unpkg.com/@patternslib/pat-leaflet@2.1.0/dist/bundle.min.js
Changelog
2.0.0 (2022-09-27)
Add infrastructure files. (9780063)
Modernize - Reduce dependency on jQuery. (81fd1a0)
Modernize - replace self
with this
. (40d2bcd)
Modernize - replace $.ajax with fetch. (4f89206)
Modernize - Use const/let instead of var. (6471b64)
Modernize - Use dynamic imports and import only what is needed. (d26ded3)
Modernize - Use Patternslib code style functions. (a4fae68)