Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Dec 23, 2020
1 parent 112f78b commit 3ef3ea7
Show file tree
Hide file tree
Showing 14 changed files with 114 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.19.0 (2020-12-23)
### editor
* improved: zoneSelector is still active and visible after mapview change
* improved: updated zoneSelector styling and improved customization
* fixed: display correct Zone offset positions in all cases
* fixed: Zone Markers are not draggable in some cases
### core
* fixed: data will be send twice if a remote postProcessor is used.
### display
* added: line geometries can now be split into several segments and styled individually. usage: style.from/to=number[0-1] (0-100%)
* added: Support to display lines offset to the left or right side. use: style.offset=number. positive/negative values offsets in pixel to the left/right side (relative to line direction)
* improved: crisp icon rendering
* improved: Image tiles are rendered more sharply
* fixed: proper pointer-event triggering for offset point-styles
* fixed: map aligned icons are displayed with double size
* fixed: trigger pointer-events for lines and polygons correctly in all cases
* fixed: point data of MVT datasources that`s located outside of the actual tile boundaries might be placed incorrectly
* fixed: rotated text can be invisible
* fixed: offset text can be placed incorrectly if map is rotated
* fixed: label collision detection for offset text

## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
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.18.0",
"version": "0.19.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.18.0",
"version": "0.19.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
21 changes: 21 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.19.0 (2020-12-23)
### editor
* improved: zoneSelector is still active and visible after mapview change
* improved: updated zoneSelector styling and improved customization
* fixed: display correct Zone offset positions in all cases
* fixed: Zone Markers are not draggable in some cases
### core
* fixed: data will be send twice if a remote postProcessor is used.
### display
* added: line geometries can now be split into several segments and styled individually. usage: style.from/to=number[0-1] (0-100%)
* added: Support to display lines offset to the left or right side. use: style.offset=number. positive/negative values offsets in pixel to the left/right side (relative to line direction)
* improved: crisp icon rendering
* improved: Image tiles are rendered more sharply
* fixed: proper pointer-event triggering for offset point-styles
* fixed: map aligned icons are displayed with double size
* fixed: trigger pointer-events for lines and polygons correctly in all cases
* fixed: point data of MVT datasources that`s located outside of the actual tile boundaries might be placed incorrectly
* fixed: rotated text can be invisible
* fixed: offset text can be placed incorrectly if map is rotated
* fixed: label collision detection for offset text

## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
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.18.0",
"version": "0.19.0",
"description": "Common libs of XYZ Editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.19.0 (2020-12-23)
### editor
* improved: zoneSelector is still active and visible after mapview change
* improved: updated zoneSelector styling and improved customization
* fixed: display correct Zone offset positions in all cases
* fixed: Zone Markers are not draggable in some cases
### core
* fixed: data will be send twice if a remote postProcessor is used.
### display
* added: line geometries can now be split into several segments and styled individually. usage: style.from/to=number[0-1] (0-100%)
* added: Support to display lines offset to the left or right side. use: style.offset=number. positive/negative values offsets in pixel to the left/right side (relative to line direction)
* improved: crisp icon rendering
* improved: Image tiles are rendered more sharply
* fixed: proper pointer-event triggering for offset point-styles
* fixed: map aligned icons are displayed with double size
* fixed: trigger pointer-events for lines and polygons correctly in all cases
* fixed: point data of MVT datasources that`s located outside of the actual tile boundaries might be placed incorrectly
* fixed: rotated text can be invisible
* fixed: offset text can be placed incorrectly if map is rotated
* fixed: label collision detection for offset text

## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
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.18.0",
"version": "0.19.0",
"description": "Core libs of XYZ Editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
21 changes: 21 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.19.0 (2020-12-23)
### editor
* improved: zoneSelector is still active and visible after mapview change
* improved: updated zoneSelector styling and improved customization
* fixed: display correct Zone offset positions in all cases
* fixed: Zone Markers are not draggable in some cases
### core
* fixed: data will be send twice if a remote postProcessor is used.
### display
* added: line geometries can now be split into several segments and styled individually. usage: style.from/to=number[0-1] (0-100%)
* added: Support to display lines offset to the left or right side. use: style.offset=number. positive/negative values offsets in pixel to the left/right side (relative to line direction)
* improved: crisp icon rendering
* improved: Image tiles are rendered more sharply
* fixed: proper pointer-event triggering for offset point-styles
* fixed: map aligned icons are displayed with double size
* fixed: trigger pointer-events for lines and polygons correctly in all cases
* fixed: point data of MVT datasources that`s located outside of the actual tile boundaries might be placed incorrectly
* fixed: rotated text can be invisible
* fixed: offset text can be placed incorrectly if map is rotated
* fixed: label collision detection for offset text

## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
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.18.0",
"version": "0.19.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.18.0",
"version": "0.19.0",
"description": "Documentation for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
21 changes: 21 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.19.0 (2020-12-23)
### editor
* improved: zoneSelector is still active and visible after mapview change
* improved: updated zoneSelector styling and improved customization
* fixed: display correct Zone offset positions in all cases
* fixed: Zone Markers are not draggable in some cases
### core
* fixed: data will be send twice if a remote postProcessor is used.
### display
* added: line geometries can now be split into several segments and styled individually. usage: style.from/to=number[0-1] (0-100%)
* added: Support to display lines offset to the left or right side. use: style.offset=number. positive/negative values offsets in pixel to the left/right side (relative to line direction)
* improved: crisp icon rendering
* improved: Image tiles are rendered more sharply
* fixed: proper pointer-event triggering for offset point-styles
* fixed: map aligned icons are displayed with double size
* fixed: trigger pointer-events for lines and polygons correctly in all cases
* fixed: point data of MVT datasources that`s located outside of the actual tile boundaries might be placed incorrectly
* fixed: rotated text can be invisible
* fixed: offset text can be placed incorrectly if map is rotated
* fixed: label collision detection for offset text

## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
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.18.0",
"version": "0.19.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.18.0",
"version": "0.19.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.18.0",
"version": "0.19.0",
"description": "Tests for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit 3ef3ea7

Please sign in to comment.