Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@thet thet released this 23 Dec 15:46
· 32 commits to master since this release

2.1.0 (2022-12-23)

Breaking Changes

  • parse data-geojson attribute always as JSON object and implement new option geojson_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

  • Refine browserlist with official recommendation. (9520efe)

  • Set map height to minimum 400 pixel, so that is easier to override. (442bde5)

  • Upgrade dependencies. (ce5b3a3)