Skip to content

Commit d0788ea

Browse files
committed
chore: Pre-release hslayers-ng 16
1 parent 5f51e92 commit d0788ea

File tree

7 files changed

+37
-7
lines changed

7 files changed

+37
-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": "16.0.0-next.1",
3+
"version": "16.0.0-next.2",
44
"description": "A bundle of HSLayers-NG library + Angular + OL",
55
"main": "src/main.ts",
66
"directories": {

projects/hslayers-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Future
2+
3+
### Bug Fixes
4+
5+
* Check if URL is encoded ([cfd7274](https://github.com/hslayers/hslayers-ng/commit/cfd7274c26238807c8359a65696f537564c9292a))
6+
17
# 2.0.0 (2024-02-12)
28

39
All CommonJS modules transformed to ES modules

projects/hslayers/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [16.0.0-next.2](https://github.com/hslayers/hslayers-ng/compare/16.0.0-next.1...16.0.0-next.2) (2025-07-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **access-rights:** Use EVERYONE if all users has access ([7dd7e64](https://github.com/hslayers/hslayers-ng/commit/7dd7e643c0c3cecec68c48840056b6051baeb7ec))
7+
* **add-data:** Do not lowercase arcgis service url ([e3769d2](https://github.com/hslayers/hslayers-ng/commit/e3769d2419cd073053fa53cd310790b359c83bf3))
8+
* **add-data:** Services in ARCGisREST domain name should not be modified ([846f308](https://github.com/hslayers/hslayers-ng/commit/846f308267d0418c94a353bd6fbcae0008a4dbae))
9+
* **compositions:** Do not fail whole composition loading if some layers are corrupted ([5f51e92](https://github.com/hslayers/hslayers-ng/commit/5f51e92c939df02f3cdc552b9533e3220bfeca93))
10+
* **config:** Fix variable name corrupted by replace function ([d0ebd45](https://github.com/hslayers/hslayers-ng/commit/d0ebd45698ccd84bdb60c1a371401c72f527934e))
11+
* Imports of new services ([626fef4](https://github.com/hslayers/hslayers-ng/commit/626fef46b762b95a0fcbb9498b859823ed5f1e16))
12+
* **save-map:** Process compo save with correct response obj ([960e45a](https://github.com/hslayers/hslayers-ng/commit/960e45a6b3baa9f5ec112b5849f921632f3c9ff1))
13+
14+
15+
### Features
16+
17+
* **add-data:** Allow XYZ layer to be added via URL ([3768a43](https://github.com/hslayers/hslayers-ng/commit/3768a434580abc87b817f5de88763bca3d9f5a5e))
18+
* **add-data:** Feature server ArcGis service support ([e8046ee](https://github.com/hslayers/hslayers-ng/commit/e8046eeeb47c471879c6ecc370a7006929de9878))
19+
* **compositions:** Allow saving of ArcGis Feature layers to compositions ([4191483](https://github.com/hslayers/hslayers-ng/commit/4191483f84e2a1a72a46fb487894fcc38c8c47d1))
20+
* **compositions:** Use max/minResolution to store max/minZoom in composition for XYZ layer ([cdb2632](https://github.com/hslayers/hslayers-ng/commit/cdb2632734c32c8fbec65ff5cdf7af4189e8e61f))
21+
* **config:** Config verification ([80677af](https://github.com/hslayers/hslayers-ng/commit/80677afe3ab526634e8f2ebd1a6f3cc72f74db66))
22+
23+
24+
125
# [16.0.0-next.1](https://github.com/hslayers/hslayers-ng/compare/16.0.0-next.0...16.0.0-next.1) (2025-06-04)
226

327

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {TranslateCustomPipe} from 'hslayers-ng/services/language';
1010
standalone: true,
1111
})
1212
export class HsImpressumComponent {
13-
version = signal('16.0.0-next.1');
13+
version = signal('16.0.0-next.2');
1414
logoError = signal(false);
1515

1616
logoPath = computed(

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": "16.0.0-next.1",
3+
"version": "16.0.0-next.2",
44
"description": "HSLayers-NG mapping library",
55
"author": "Plan4all",
66
"keywords": [

0 commit comments

Comments
 (0)