Skip to content

Commit 1625070

Browse files
committed
Release new version.
1 parent a99987a commit 1625070

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33

44

5+
## [2.2.2-alpha.0](https://github.com/patternslib/pat-leaflet/compare/2.2.1...2.2.2-alpha.0) (2025-09-01)
6+
7+
8+
### Features
9+
10+
11+
* Allow to pass a marker image url via the features properties data structure including icon size, icon anchor and popup anchor sizes. In that case, the marker will be created from that image url. ([a99987a](https://github.com/patternslib/pat-leaflet/commit/a99987a96db53c25370edc95a516d6b48016fa00))
12+
13+
14+
15+
### Maintenance
16+
17+
18+
* Demo: Do a more minimal example for the minimal example. ([255ae60](https://github.com/patternslib/pat-leaflet/commit/255ae60041298143ba4e269e90deec820429a5b7))
19+
20+
21+
* Don't modify the original options object. ([ddde04f](https://github.com/patternslib/pat-leaflet/commit/ddde04f7b5e9d15677004da7261eabbb0353870a))
22+
523
## [2.2.1](https://github.com/patternslib/pat-leaflet/compare/2.2.0...2.2.1) (2025-08-25)
624

725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-leaflet",
3-
"version": "2.2.1",
3+
"version": "2.2.2-alpha.0",
44
"description": "Patternslib Leaflet integration",
55
"license": "MIT",
66
"main": "./src/leaflet.js",

0 commit comments

Comments
 (0)