Skip to content

Commit f1a7d11

Browse files
committed
Release new version.
1 parent 686baa2 commit f1a7d11

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGES.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
4+
5+
## [2.0.0](https://github.com/patternslib/pat-leaflet/compare/1.4.0...2.0.0) (2022-09-27)
6+
7+
8+
### Breaking Changes
9+
10+
11+
* Upgrade Pattern to ES6 based Patternslib. ([1f073b6](https://github.com/patternslib/pat-leaflet/commit/1f073b687b67080586749732b2e07dba1ffce618))
12+
13+
14+
### Maintenance
15+
16+
17+
* Add infrastructure files. ([9780063](https://github.com/patternslib/pat-leaflet/commit/978006397336c6c8573a9514ed4f629eed464f1e))
18+
19+
* Modernize - Reduce dependency on jQuery. ([81fd1a0](https://github.com/patternslib/pat-leaflet/commit/81fd1a03d691d74528d9b265d95a69bca87a9ce7))
20+
21+
* Modernize - replace ``self`` with ``this``. ([40d2bcd](https://github.com/patternslib/pat-leaflet/commit/40d2bcdc922a47cade23a2095e94b01733533c44))
22+
23+
* Modernize - replace $.ajax with fetch. ([4f89206](https://github.com/patternslib/pat-leaflet/commit/4f8920650f4406496a9b9c89aaff7d7475f6292b))
24+
25+
* Modernize - Use const/let instead of var. ([6471b64](https://github.com/patternslib/pat-leaflet/commit/6471b64d18b5c852363af57451a9a9cc9369af9a))
26+
27+
* Modernize - Use dynamic imports and import only what is needed. ([d26ded3](https://github.com/patternslib/pat-leaflet/commit/d26ded3ad8cd84797c93eae55f828c04779a5014))
28+
29+
* Modernize - Use Patternslib code style functions. ([a4fae68](https://github.com/patternslib/pat-leaflet/commit/a4fae68e379b37687293ee59294a1a9c281236f6))
30+
331
## **1.4.0**
432

533
* Fix a problem with ``map_layers`` option when it's a list of ids and no title was generated for the baseLayers object.
@@ -57,4 +85,4 @@
5785
## **0.0.1 (2016-01-11)**
5886

5987
* Start of everything.
60-
[thet]
88+
[thet]

package.json

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

0 commit comments

Comments
 (0)