Skip to content

Commit a3a2d25

Browse files
committed
Release new version.
1 parent d568dbc commit a3a2d25

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGES.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
# Changelog
22

33

4+
5+
## [2.2.0](https://github.com/patternslib/pat-leaflet/compare/2.1.1...2.2.0) (2024-08-27)
6+
7+
8+
### Features
9+
10+
11+
* Add option "useCluster" for switching marker cluster on or off. ([57d1242](https://github.com/patternslib/pat-leaflet/commit/57d124212504aee9e77399aaf361dcd0d0d514f7))
12+
13+
14+
15+
### Bug Fixes
16+
17+
18+
* Stamen Toner has moved to Stadia Maps payed service. ([9849b14](https://github.com/patternslib/pat-leaflet/commit/9849b14c190f2f7b5f46cb30c8b22c19cec89aed))
19+
20+
21+
22+
### Maintenance
23+
24+
25+
* dependency upgrades ([67e11f0](https://github.com/patternslib/pat-leaflet/commit/67e11f05f6e6f136bead72594ca9b591965882ee))
26+
27+
28+
* Explicitly set the module federation bundle name for clarity. ([2f18a99](https://github.com/patternslib/pat-leaflet/commit/2f18a996546e21f599af17f44fb4949aa3bbd40c))
29+
30+
31+
* Update documentation. ([24ac976](https://github.com/patternslib/pat-leaflet/commit/24ac976ce15f36d53f1e0d83bd54f90bd485e53c))
32+
33+
34+
* Upgrade dependencies. ([2aee74c](https://github.com/patternslib/pat-leaflet/commit/2aee74c5d22a1d114d4db2640362fe4f57b76e0d))
35+
36+
37+
* Use new style class options. ([a157701](https://github.com/patternslib/pat-leaflet/commit/a157701c67c07d1f7375b2fe74da4014c17d653a))
38+
439
## [2.1.1](https://github.com/patternslib/pat-leaflet/compare/2.1.0...2.1.1) (2023-02-14)
540

641

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.1.1",
3+
"version": "2.2.0",
44
"description": "Patternslib Leaflet integration",
55
"license": "MIT",
66
"main": "./src/leaflet.js",

0 commit comments

Comments
 (0)