Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Oct 9, 2020
1 parent 9d1a22a commit 5ce819e
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.15.2",
"version": "0.16.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
10 changes: 10 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
10 changes: 10 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/display/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
10 changes: 10 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 5ce819e

Please sign in to comment.