Skip to content

Commit 9325318

Browse files
chore: release main (#1853)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ee50247 commit 9325318

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"elements/drawtools": "1.1.3",
33
"elements/itemfilter": "1.12.0",
4-
"elements/layercontrol": "1.2.1",
4+
"elements/layercontrol": "1.3.0",
55
"elements/map": "1.26.0",
66
"elements/stacinfo": "1.0.1",
77
"elements/timecontrol": "1.0.2",

elements/layercontrol/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/EOX-A/EOxElements/compare/layercontrol-v1.2.1...layercontrol-v1.3.0) (2025-10-08)
4+
5+
6+
### Features
7+
8+
* Introduce `options.removeProperties` to tileURL layerConfig ([#1852](https://github.com/EOX-A/EOxElements/issues/1852)) ([e6b24c5](https://github.com/EOX-A/EOxElements/commit/e6b24c51610199c27de2e3481ae32df20450448b))
9+
10+
11+
### Bug Fixes
12+
13+
* LayerConfig showing the legend when it matches `boundTo` ([#1854](https://github.com/EOX-A/EOxElements/issues/1854)) ([8e7bb7d](https://github.com/EOX-A/EOxElements/commit/8e7bb7d05228cc30fe527d12efd95ccf6f41f22a))
14+
315
## [1.2.1](https://github.com/EOX-A/EOxElements/compare/layercontrol-v1.2.0...layercontrol-v1.2.1) (2025-10-03)
416

517

elements/layercontrol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/layercontrol",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"type": "module",
55
"devDependencies": {
66
"@eox/map": "*",

0 commit comments

Comments
 (0)