Release 2.1.0
2.1.0 (2022-12-23)
Breaking Changes
- parse
data-geojson
attribute always as JSON object and implement new optiongeojson_ajaxurl
for remote geojson data (f0eaf4f)
Maintenance
-
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/[email protected]/dist/bundle.min.js
and
https://unpkg.com/@patternslib/[email protected]/dist/bundle.min.js