Skip to content

Commit ca051e1

Browse files
committed
Release new version.
1 parent 16215b6 commit ca051e1

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33

44

5+
## [2.1.0](https://github.com/patternslib/pat-leaflet/compare/2.0.0...2.1.0) (2022-12-23)
6+
7+
8+
### Breaking Changes
9+
10+
11+
* 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))
12+
13+
14+
### Maintenance
15+
16+
17+
* Change to class based pattern. ([6a10fb0](https://github.com/patternslib/pat-leaflet/commit/6a10fb0f8ba5b08d75a207e1b8d0ccd3a6f4f8b2))
18+
19+
* 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
20+
available via:
21+
22+
https://cdn.jsdelivr.net/npm/@patternslib/[email protected]/dist/bundle.min.js
23+
and
24+
https://unpkg.com/@patternslib/[email protected]/dist/bundle.min.js
25+
26+
* Refine browserlist with official recommendation. ([9520efe](https://github.com/patternslib/pat-leaflet/commit/9520efeb7f0b350b87c92b0b9545febe1fdf2b5f))
27+
28+
* Set map height to minimum 400 pixel, so that is easier to override. ([442bde5](https://github.com/patternslib/pat-leaflet/commit/442bde54dd8077bf9da0d4db0388b8cd31ec191a))
29+
30+
* Upgrade dependencies. ([ce5b3a3](https://github.com/patternslib/pat-leaflet/commit/ce5b3a376ac7681c96f92467f163da94dd5073b1))
31+
532
## [2.0.0](https://github.com/patternslib/pat-leaflet/compare/1.4.0...2.0.0) (2022-09-27)
633

734

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-leaflet",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Patternslib Leaflet integration",
55
"license": "MIT",
66
"main": "./src/leaflet.js",

0 commit comments

Comments
 (0)