Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Dec 23, 2022
1 parent 16215b6 commit ca051e1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@



## [2.1.0](https://github.com/patternslib/pat-leaflet/compare/2.0.0...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](https://github.com/patternslib/pat-leaflet/commit/f0eaf4f320e7c810f2efc9373f47d599449356c5))


### Maintenance


* Change to class based pattern. ([6a10fb0](https://github.com/patternslib/pat-leaflet/commit/6a10fb0f8ba5b08d75a207e1b8d0ccd3a6f4f8b2))

* Include dist/ and src/ directories in the npm package. ([613fe86](https://github.com/patternslib/pat-leaflet/commit/613fe869f4c12bd96cd6579d5d00bce4b08998b4))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](https://github.com/patternslib/pat-leaflet/commit/9520efeb7f0b350b87c92b0b9545febe1fdf2b5f))

* Set map height to minimum 400 pixel, so that is easier to override. ([442bde5](https://github.com/patternslib/pat-leaflet/commit/442bde54dd8077bf9da0d4db0388b8cd31ec191a))

* Upgrade dependencies. ([ce5b3a3](https://github.com/patternslib/pat-leaflet/commit/ce5b3a376ac7681c96f92467f163da94dd5073b1))

## [2.0.0](https://github.com/patternslib/pat-leaflet/compare/1.4.0...2.0.0) (2022-09-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternslib/pat-leaflet",
"version": "2.0.0",
"version": "2.1.0",
"description": "Patternslib Leaflet integration",
"license": "MIT",
"main": "./src/leaflet.js",
Expand Down

0 comments on commit ca051e1

Please sign in to comment.