Skip to content

Commit 6327417

Browse files
committed
chore: Pre-release hslayer-ng 15
next.1
1 parent 1afeec7 commit 6327417

File tree

6 files changed

+25
-7
lines changed

6 files changed

+25
-7
lines changed

projects/hslayers-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/hslayers-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hslayers-ng-app",
3-
"version": "15.0.0-next.0",
3+
"version": "15.0.0-next.1",
44
"description": "A bundle of HSLayers-NG library + Angular + OL",
55
"main": "src/main.ts",
66
"directories": {

projects/hslayers/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1+
# [15.0.0-next.1](https://github.com/hslayers/hslayers-ng/compare/15.0.0-next.0...15.0.0-next.1) (2024-12-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **config:** Query config - hitTolerance should not be compulsory ([0dd21d6](https://github.com/hslayers/hslayers-ng/commit/0dd21d68d3d1c7b0c73dda533120ed00ded1bee6))
7+
* **filters:** Pass global comparison into removeFilter instead of local ([9848afa](https://github.com/hslayers/hslayers-ng/commit/9848afaeb5b78dd9d5470272e69a9374c6ef9faf))
8+
* **styler:** Emit change from hs-filter ([05fb303](https://github.com/hslayers/hslayers-ng/commit/05fb303f0c78d3f33495508c78c87e5cab8191f6))
9+
10+
11+
### Features
12+
13+
* **query:** Dimensions of ol-popup configurable via SCSS variables ([03380b8](https://github.com/hslayers/hslayers-ng/commit/03380b8449791631bb42618521e442a91e5b5a57))
14+
* **query:** Indicate loading of feature info inside query panel ([0904a2d](https://github.com/hslayers/hslayers-ng/commit/0904a2d4d7bbcf28d217a6b41a85409dbe86b2bf))
15+
16+
17+
118
# [15.0.0-next.0](https://github.com/hslayers/hslayers-ng/compare/14.1.0...15.0.0-next.0) (2024-12-05)
219

320

421
### Bug Fixes
522

23+
* **cesium:** Call signal before loop ([97b49f7](https://github.com/hslayers/hslayers-ng/commit/97b49f7f5b9e18850ba4c2d17df4ada5043ee401))
624
* **add-data:** After upload, load WMS as a single not as a a group ([038fdbd](https://github.com/hslayers/hslayers-ng/commit/038fdbda2da9bfe0d31a89199f05912c057a8799))
725
* **add-data:** When no layer are defined for ArcGIS service use whole extent ([f66b198](https://github.com/hslayers/hslayers-ng/commit/f66b198bb5d9b0f880341a1e3ec7d11137b855e5))
826
* **add-data:** WMS sublayer extent parsing ([b732d41](https://github.com/hslayers/hslayers-ng/commit/b732d41fe6a4a545ed458caaefb9c4f6a98cb4aa))

projects/hslayers/components/sidebar/impressum.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class HsImpressumComponent implements OnInit {
1212
logoDisabled = false;
1313
logoPath: string;
1414
constructor(public hsConfig: HsConfig) {
15-
this.version = '15.0.0-next.0';
15+
this.version = '15.0.0-next.1';
1616
}
1717

1818
ngOnInit() {

projects/hslayers/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/hslayers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hslayers-ng",
3-
"version": "15.0.0-next.0",
3+
"version": "15.0.0-next.1",
44
"description": "HSLayers-NG mapping library",
55
"author": "Plan4all",
66
"keywords": [

0 commit comments

Comments
 (0)