From c8de299c2cafb48e80484928b878441c8a65d828 Mon Sep 17 00:00:00 2001 From: Tim Deubler Date: Thu, 7 Oct 2021 18:32:58 +0200 Subject: [PATCH] v0.26.0 --- lerna.json | 2 +- packages/common/CHANGELOG.md | 15 +++++++++++++++ packages/common/package.json | 2 +- packages/core/CHANGELOG.md | 15 +++++++++++++++ packages/core/package.json | 4 ++-- packages/display/CHANGELOG.md | 15 +++++++++++++++ packages/display/package.json | 6 +++--- packages/editor/CHANGELOG.md | 15 +++++++++++++++ packages/editor/package.json | 8 ++++---- packages/playground/package.json | 10 +++++----- packages/tests/package.json | 2 +- packages/utils/package.json | 2 +- 12 files changed, 78 insertions(+), 18 deletions(-) diff --git a/lerna.json b/lerna.json index 17a693a1f..6b8d5e99c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.25.0" + "version": "0.26.0" } diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 2bf5211d4..77bd88568 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.26.0 (2021-10-7) +### editor +* added: Snap coordinates to Navlink geometry nearby can now be controlled by using [navlink.behavior(...)](https://heremaps.github.io/xyz-maps/docs/classes/editor.navlink.html#behavior) +* fixed: ShapePoints of selected Lines and Navlinks where invisible when the strokeWidth was defined in meters. +* fixed: AreaShapes can only be moved with difficulty if the associated Area feature is only displayed as a line +### display +* improved: display.snapshot() is now more robust for invalid input dimensions on iOS devices. +* added: pointer-events are triggered based on the "outline" of Polygon geometry when displayed with a line style only +* fixed: Mouse-events are not propagated through the DOM on touch devices when the user taps the map. +* fixed: A time-sensitive issue in connection with icon resource loading and collision detection has been solved. +* fixed: PointerEvents for Lines were not triggered correctly if the strokeWidth was defined in meters. +* fixed: Not all elements of a "CollisionGroup" were hidden when the map was pitched or rotated. +* fixed: The result of display.getFeaturesAt only included features that intersect with the center of the search rectangle +* fixed: Automatic downscaling of oversized (non SVG) image sources + ## 0.25.0 (2021-9-7) ### editor * added: Introduced a new hook "Coordinates.update" that's being executed whenever the coordinates of a feature are updated, modified or removed. see [CoordinatesUpdateHook](https://heremaps.github.io/xyz-maps/docs/modules/editor.html#coordinatesupdatehook) diff --git a/packages/common/package.json b/packages/common/package.json index 301dae41d..2c58495a1 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-common", - "version": "0.25.0", + "version": "0.26.0", "description": "Commonly used libraries of XYZ Maps.", "author": { "name": "HERE Europe B.V.", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2bf5211d4..77bd88568 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.26.0 (2021-10-7) +### editor +* added: Snap coordinates to Navlink geometry nearby can now be controlled by using [navlink.behavior(...)](https://heremaps.github.io/xyz-maps/docs/classes/editor.navlink.html#behavior) +* fixed: ShapePoints of selected Lines and Navlinks where invisible when the strokeWidth was defined in meters. +* fixed: AreaShapes can only be moved with difficulty if the associated Area feature is only displayed as a line +### display +* improved: display.snapshot() is now more robust for invalid input dimensions on iOS devices. +* added: pointer-events are triggered based on the "outline" of Polygon geometry when displayed with a line style only +* fixed: Mouse-events are not propagated through the DOM on touch devices when the user taps the map. +* fixed: A time-sensitive issue in connection with icon resource loading and collision detection has been solved. +* fixed: PointerEvents for Lines were not triggered correctly if the strokeWidth was defined in meters. +* fixed: Not all elements of a "CollisionGroup" were hidden when the map was pitched or rotated. +* fixed: The result of display.getFeaturesAt only included features that intersect with the center of the search rectangle +* fixed: Automatic downscaling of oversized (non SVG) image sources + ## 0.25.0 (2021-9-7) ### editor * added: Introduced a new hook "Coordinates.update" that's being executed whenever the coordinates of a feature are updated, modified or removed. see [CoordinatesUpdateHook](https://heremaps.github.io/xyz-maps/docs/modules/editor.html#coordinatesupdatehook) diff --git a/packages/core/package.json b/packages/core/package.json index 54f895cd4..e07bee3b9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-core", - "version": "0.25.0", + "version": "0.26.0", "description": "Core libs of XYZ Editor.", "author": { "name": "HERE Europe B.V.", @@ -27,7 +27,7 @@ }, "publishConfig": {}, "dependencies": { - "@here/xyz-maps-common": "^0.25.0" + "@here/xyz-maps-common": "^0.26.0" }, "devDependencies": { "@mapbox/vector-tile": "^1.3.1", diff --git a/packages/display/CHANGELOG.md b/packages/display/CHANGELOG.md index 9b70786aa..420756fc9 100644 --- a/packages/display/CHANGELOG.md +++ b/packages/display/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.26.0 (2021-10-7) +### editor +* added: Snap coordinates to Navlink geometry nearby can now be controlled by using [navlink.behavior(...)](https://heremaps.github.io/xyz-maps/docs/classes/editor.navlink.html#behavior) +* fixed: ShapePoints of selected Lines and Navlinks where invisible when the strokeWidth was defined in meters. +* fixed: AreaShapes can only be moved with difficulty if the associated Area feature is only displayed as a line +### display +* improved: display.snapshot() is now more robust for invalid input dimensions on iOS devices. +* added: pointer-events are triggered based on the "outline" of Polygon geometry when displayed with a line style only +* fixed: Mouse-events are not propagated through the DOM on touch devices when the user taps the map. +* fixed: A time-sensitive issue in connection with icon resource loading and collision detection has been solved. +* fixed: PointerEvents for Lines were not triggered correctly if the strokeWidth was defined in meters. +* fixed: Not all elements of a "CollisionGroup" were hidden when the map was pitched or rotated. +* fixed: The result of display.getFeaturesAt only included features that intersect with the center of the search rectangle +* fixed: Automatic downscaling of oversized (non SVG) image sources + ## 0.25.0 (2021-9-7) ### editor * added: Introduced a new hook "Coordinates.update" that's being executed whenever the coordinates of a feature are updated, modified or removed. see [CoordinatesUpdateHook](https://heremaps.github.io/xyz-maps/docs/modules/editor.html#coordinatesupdatehook) diff --git a/packages/display/package.json b/packages/display/package.json index 42b564352..4bcdd215c 100644 --- a/packages/display/package.json +++ b/packages/display/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-display", - "version": "0.25.0", + "version": "0.26.0", "description": "Map display of XYZ editor.", "author": { "name": "HERE Europe B.V.", @@ -28,8 +28,8 @@ }, "publishConfig": {}, "dependencies": { - "@here/xyz-maps-common": "^0.25.0", - "@here/xyz-maps-core": "^0.25.0" + "@here/xyz-maps-common": "^0.26.0", + "@here/xyz-maps-core": "^0.26.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 2bf5211d4..77bd88568 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.26.0 (2021-10-7) +### editor +* added: Snap coordinates to Navlink geometry nearby can now be controlled by using [navlink.behavior(...)](https://heremaps.github.io/xyz-maps/docs/classes/editor.navlink.html#behavior) +* fixed: ShapePoints of selected Lines and Navlinks where invisible when the strokeWidth was defined in meters. +* fixed: AreaShapes can only be moved with difficulty if the associated Area feature is only displayed as a line +### display +* improved: display.snapshot() is now more robust for invalid input dimensions on iOS devices. +* added: pointer-events are triggered based on the "outline" of Polygon geometry when displayed with a line style only +* fixed: Mouse-events are not propagated through the DOM on touch devices when the user taps the map. +* fixed: A time-sensitive issue in connection with icon resource loading and collision detection has been solved. +* fixed: PointerEvents for Lines were not triggered correctly if the strokeWidth was defined in meters. +* fixed: Not all elements of a "CollisionGroup" were hidden when the map was pitched or rotated. +* fixed: The result of display.getFeaturesAt only included features that intersect with the center of the search rectangle +* fixed: Automatic downscaling of oversized (non SVG) image sources + ## 0.25.0 (2021-9-7) ### editor * added: Introduced a new hook "Coordinates.update" that's being executed whenever the coordinates of a feature are updated, modified or removed. see [CoordinatesUpdateHook](https://heremaps.github.io/xyz-maps/docs/modules/editor.html#coordinatesupdatehook) diff --git a/packages/editor/package.json b/packages/editor/package.json index 3574e3f95..ee68178aa 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-editor", - "version": "0.25.0", + "version": "0.26.0", "description": "XYZ editor.", "author": { "name": "HERE Europe B.V.", @@ -28,9 +28,9 @@ "update-changelog": "npx build-changelog" }, "dependencies": { - "@here/xyz-maps-common": "^0.25.0", - "@here/xyz-maps-core": "^0.25.0", - "@here/xyz-maps-display": "^0.25.0" + "@here/xyz-maps-common": "^0.26.0", + "@here/xyz-maps-core": "^0.26.0", + "@here/xyz-maps-display": "^0.26.0" }, "devDependencies": { "@rollup/plugin-typescript": "^8.2.5", diff --git a/packages/playground/package.json b/packages/playground/package.json index 614b227b5..7428f936f 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-playground", - "version": "0.25.0", + "version": "0.26.0", "description": "Playground for XYZ editor.", "author": { "name": "HERE Europe B.V.", @@ -19,10 +19,10 @@ "dev": "rollup -c -w" }, "dependencies": { - "@here/xyz-maps-common": "^0.25.0", - "@here/xyz-maps-core": "^0.25.0", - "@here/xyz-maps-display": "^0.25.0", - "@here/xyz-maps-editor": "^0.25.0", + "@here/xyz-maps-common": "^0.26.0", + "@here/xyz-maps-core": "^0.26.0", + "@here/xyz-maps-display": "^0.26.0", + "@here/xyz-maps-editor": "^0.26.0", "@monaco-editor/react": "^4.2.2", "monaco-editor": "^0.27.0", "react": "^17.0.2", diff --git a/packages/tests/package.json b/packages/tests/package.json index bbe3e165e..74d74227d 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-test", - "version": "0.25.0", + "version": "0.26.0", "description": "Tests for XYZ editor.", "author": { "name": "HERE Europe B.V.", diff --git a/packages/utils/package.json b/packages/utils/package.json index 234de518a..215a5a21d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-utils", - "version": "0.25.0", + "version": "0.26.0", "description": "Development utilities used to build XYZ Maps modules", "author": { "name": "HERE Europe B.V.",