From 5ce819e227892a64b59cd9b1ec75e99b188d20a4 Mon Sep 17 00:00:00 2001 From: Tim Deubler Date: Fri, 9 Oct 2020 15:44:49 +0200 Subject: [PATCH] v0.16.0 Signed-off-by: Tim Deubler --- CHANGELOG.md | 10 ++++++++++ lerna.json | 2 +- package.json | 2 +- packages/common/CHANGELOG.md | 10 ++++++++++ packages/common/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/display/CHANGELOG.md | 10 ++++++++++ packages/display/package.json | 2 +- packages/docs/package.json | 2 +- packages/editor/CHANGELOG.md | 10 ++++++++++ packages/editor/package.json | 2 +- packages/playground/package.json | 2 +- packages/tests/package.json | 2 +- 14 files changed, 59 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4395f533..2de082df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.16.0 (2020-10-9) +### display +* added: Support for global style-based feature drawing order across all layers. usage: style.zLayer=number +* improved: Drawing order doesn't affect label priority handling in collision detection +* fixed: slight flickering at image tile boundaries/edges on iOS devices +* fixed: possible invisible labels that are colliding and placed very close to tile boundaries +### editor +* improved: use cross layer styling to ensure routing-point is always rendered below display-point +* fixed: navlink direction/turn-restriction icons are aligned incorrectly when map is pitched/rotated [fix #40] + ## 0.15.2 (2020-9-11) ### editor * improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted. diff --git a/lerna.json b/lerna.json index 7e137ea46..11ec88804 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.15.2", + "version": "0.16.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 6ea141f84..afdffd5dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps", - "version": "0.15.2", + "version": "0.16.0", "description": "XYZ Editor is an experimental and work in progress open-source map editor written in TypeScript/JavaScript", "author": { "name": "HERE Europe B.V.", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index f4395f533..2de082df6 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.16.0 (2020-10-9) +### display +* added: Support for global style-based feature drawing order across all layers. usage: style.zLayer=number +* improved: Drawing order doesn't affect label priority handling in collision detection +* fixed: slight flickering at image tile boundaries/edges on iOS devices +* fixed: possible invisible labels that are colliding and placed very close to tile boundaries +### editor +* improved: use cross layer styling to ensure routing-point is always rendered below display-point +* fixed: navlink direction/turn-restriction icons are aligned incorrectly when map is pitched/rotated [fix #40] + ## 0.15.2 (2020-9-11) ### editor * improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted. diff --git a/packages/common/package.json b/packages/common/package.json index e8104f915..012e56bea 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-common", - "version": "0.15.2", + "version": "0.16.0", "description": "Common libs of XYZ Editor.", "author": { "name": "HERE Europe B.V.", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f4395f533..2de082df6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.16.0 (2020-10-9) +### display +* added: Support for global style-based feature drawing order across all layers. usage: style.zLayer=number +* improved: Drawing order doesn't affect label priority handling in collision detection +* fixed: slight flickering at image tile boundaries/edges on iOS devices +* fixed: possible invisible labels that are colliding and placed very close to tile boundaries +### editor +* improved: use cross layer styling to ensure routing-point is always rendered below display-point +* fixed: navlink direction/turn-restriction icons are aligned incorrectly when map is pitched/rotated [fix #40] + ## 0.15.2 (2020-9-11) ### editor * improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted. diff --git a/packages/core/package.json b/packages/core/package.json index 9a716b157..c3d8e8a91 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-core", - "version": "0.15.2", + "version": "0.16.0", "description": "Core libs of XYZ Editor.", "author": { "name": "HERE Europe B.V.", diff --git a/packages/display/CHANGELOG.md b/packages/display/CHANGELOG.md index f4395f533..2de082df6 100644 --- a/packages/display/CHANGELOG.md +++ b/packages/display/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.16.0 (2020-10-9) +### display +* added: Support for global style-based feature drawing order across all layers. usage: style.zLayer=number +* improved: Drawing order doesn't affect label priority handling in collision detection +* fixed: slight flickering at image tile boundaries/edges on iOS devices +* fixed: possible invisible labels that are colliding and placed very close to tile boundaries +### editor +* improved: use cross layer styling to ensure routing-point is always rendered below display-point +* fixed: navlink direction/turn-restriction icons are aligned incorrectly when map is pitched/rotated [fix #40] + ## 0.15.2 (2020-9-11) ### editor * improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted. diff --git a/packages/display/package.json b/packages/display/package.json index 10f6d68e6..0f2ed0e31 100644 --- a/packages/display/package.json +++ b/packages/display/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-display", - "version": "0.15.2", + "version": "0.16.0", "description": "Map display of XYZ editor.", "author": { "name": "HERE Europe B.V.", diff --git a/packages/docs/package.json b/packages/docs/package.json index 9184530be..6edb3eddd 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-docs", - "version": "0.15.1", + "version": "0.16.0", "description": "Documentation for XYZ editor.", "author": { "name": "HERE Europe B.V.", diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index f4395f533..2de082df6 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.16.0 (2020-10-9) +### display +* added: Support for global style-based feature drawing order across all layers. usage: style.zLayer=number +* improved: Drawing order doesn't affect label priority handling in collision detection +* fixed: slight flickering at image tile boundaries/edges on iOS devices +* fixed: possible invisible labels that are colliding and placed very close to tile boundaries +### editor +* improved: use cross layer styling to ensure routing-point is always rendered below display-point +* fixed: navlink direction/turn-restriction icons are aligned incorrectly when map is pitched/rotated [fix #40] + ## 0.15.2 (2020-9-11) ### editor * improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted. diff --git a/packages/editor/package.json b/packages/editor/package.json index 546c79e28..b7e3c6a3b 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-editor", - "version": "0.15.2", + "version": "0.16.0", "description": "XYZ editor.", "author": { "name": "HERE Europe B.V.", diff --git a/packages/playground/package.json b/packages/playground/package.json index acce9598b..6552ef4ce 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-playground", - "version": "0.15.1", + "version": "0.16.0", "description": "Playground for XYZ editor.", "author": { "name": "HERE Europe B.V.", diff --git a/packages/tests/package.json b/packages/tests/package.json index 306fc6d59..7083cd00a 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@here/xyz-maps-test", - "version": "0.15.2", + "version": "0.16.0", "description": "Tests for XYZ editor.", "author": { "name": "HERE Europe B.V.",