Skip to content

Commit

Permalink
v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalTim committed Jun 22, 2021
1 parent b99a0ef commit ce6a661
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.22.0"
"version": "0.23.0"
}
22 changes: 22 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.23.0 (2021-6-22)
### playground
* fixed: The code editor might jump to another line while editing an example.
### editor
* added: The DrawingBoard now provides getters and setters to retrieve and modify the geometry of the currently drawn feature.
* added: Snap coordinates to polygon geometry nearby can now be controlled by using area.behavior('snapCoordinates', boolean)
* fixed: Holes of connected polygons are included in the geometry validation
### display
* improved: Rotation precision of text based on line geometry.
* added: Control the space check for point styles on line geometries by using style.checkLineSpace=boolean.
* added: Improved visuals for extruded polygons / buildings that are using alpha.
* added: Images are rotated based on line geometry when the anchor is set to "Line" and alignment is set to "map".
* fixed: pointer-events were missing for lines with a strokeWidth below 1
* fixed: Polygon holes were ignored for pointer-event triggering
* fixed: the lighting of certain polygons with extrusion was not correct in some cases
* fixed: Possible rendering artifacts on the outer edges of buildings
* fixed: polylines were not displayed on some android mobile devices
* fixed: Point-styles using offsetX/offsetY can collide when the map is zoomed.
* fixed: Possible collision of Point-styles that are offset and anchored on line geometry when the map is pitched.
* fixed: Offset Images anchored on the line geometry were placed incorrectly
* fixed: The rotation was possibly missing for CollisionGroups with text style and anchor set to "Line".

## 0.22.0 (2021-5-10)
### display
* improved: optimised text placement on line geometries.
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.22.0",
"version": "0.23.0",
"description": "Commonly used libraries of XYZ Maps.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
22 changes: 22 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.23.0 (2021-6-22)
### playground
* fixed: The code editor might jump to another line while editing an example.
### editor
* added: The DrawingBoard now provides getters and setters to retrieve and modify the geometry of the currently drawn feature.
* added: Snap coordinates to polygon geometry nearby can now be controlled by using area.behavior('snapCoordinates', boolean)
* fixed: Holes of connected polygons are included in the geometry validation
### display
* improved: Rotation precision of text based on line geometry.
* added: Control the space check for point styles on line geometries by using style.checkLineSpace=boolean.
* added: Improved visuals for extruded polygons / buildings that are using alpha.
* added: Images are rotated based on line geometry when the anchor is set to "Line" and alignment is set to "map".
* fixed: pointer-events were missing for lines with a strokeWidth below 1
* fixed: Polygon holes were ignored for pointer-event triggering
* fixed: the lighting of certain polygons with extrusion was not correct in some cases
* fixed: Possible rendering artifacts on the outer edges of buildings
* fixed: polylines were not displayed on some android mobile devices
* fixed: Point-styles using offsetX/offsetY can collide when the map is zoomed.
* fixed: Possible collision of Point-styles that are offset and anchored on line geometry when the map is pitched.
* fixed: Offset Images anchored on the line geometry were placed incorrectly
* fixed: The rotation was possibly missing for CollisionGroups with text style and anchor set to "Line".

## 0.22.0 (2021-5-10)
### display
* improved: optimised text placement on line geometries.
Expand Down
4 changes: 2 additions & 2 deletions 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.22.0",
"version": "0.23.0",
"description": "Core libs of XYZ Editor.",
"author": {
"name": "HERE Europe B.V.",
Expand All @@ -27,7 +27,7 @@
},
"publishConfig": {},
"dependencies": {
"@here/xyz-maps-common": "^0.22.0"
"@here/xyz-maps-common": "^0.23.0"
},
"devDependencies": {
"@mapbox/vector-tile": "^1.3.1",
Expand Down
22 changes: 22 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.23.0 (2021-6-22)
### playground
* fixed: The code editor might jump to another line while editing an example.
### editor
* added: The DrawingBoard now provides getters and setters to retrieve and modify the geometry of the currently drawn feature.
* added: Snap coordinates to polygon geometry nearby can now be controlled by using area.behavior('snapCoordinates', boolean)
* fixed: Holes of connected polygons are included in the geometry validation
### display
* improved: Rotation precision of text based on line geometry.
* added: Control the space check for point styles on line geometries by using style.checkLineSpace=boolean.
* added: Improved visuals for extruded polygons / buildings that are using alpha.
* added: Images are rotated based on line geometry when the anchor is set to "Line" and alignment is set to "map".
* fixed: pointer-events were missing for lines with a strokeWidth below 1
* fixed: Polygon holes were ignored for pointer-event triggering
* fixed: the lighting of certain polygons with extrusion was not correct in some cases
* fixed: Possible rendering artifacts on the outer edges of buildings
* fixed: polylines were not displayed on some android mobile devices
* fixed: Point-styles using offsetX/offsetY can collide when the map is zoomed.
* fixed: Possible collision of Point-styles that are offset and anchored on line geometry when the map is pitched.
* fixed: Offset Images anchored on the line geometry were placed incorrectly
* fixed: The rotation was possibly missing for CollisionGroups with text style and anchor set to "Line".

## 0.22.0 (2021-6-21)
### playground
* fixed: The code editor might jump to another line while editing an example.
Expand Down
6 changes: 3 additions & 3 deletions 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.22.0",
"version": "0.23.0",
"description": "Map display of XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"publishConfig": {},
"dependencies": {
"@here/xyz-maps-common": "^0.22.0",
"@here/xyz-maps-core": "^0.22.0"
"@here/xyz-maps-common": "^0.23.0",
"@here/xyz-maps-core": "^0.23.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^12.0.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.23.0 (2021-6-22)
### playground
* fixed: The code editor might jump to another line while editing an example.
### editor
* added: The DrawingBoard now provides getters and setters to retrieve and modify the geometry of the currently drawn feature.
* added: Snap coordinates to polygon geometry nearby can now be controlled by using area.behavior('snapCoordinates', boolean)
* fixed: Holes of connected polygons are included in the geometry validation
### display
* improved: Rotation precision of text based on line geometry.
* added: Control the space check for point styles on line geometries by using style.checkLineSpace=boolean.
* added: Improved visuals for extruded polygons / buildings that are using alpha.
* added: Images are rotated based on line geometry when the anchor is set to "Line" and alignment is set to "map".
* fixed: pointer-events were missing for lines with a strokeWidth below 1
* fixed: Polygon holes were ignored for pointer-event triggering
* fixed: the lighting of certain polygons with extrusion was not correct in some cases
* fixed: Possible rendering artifacts on the outer edges of buildings
* fixed: polylines were not displayed on some android mobile devices
* fixed: Point-styles using offsetX/offsetY can collide when the map is zoomed.
* fixed: Possible collision of Point-styles that are offset and anchored on line geometry when the map is pitched.
* fixed: Offset Images anchored on the line geometry were placed incorrectly
* fixed: The rotation was possibly missing for CollisionGroups with text style and anchor set to "Line".

## 0.22.0 (2021-5-10)
### display
* improved: optimised text placement on line geometries.
Expand Down
8 changes: 4 additions & 4 deletions 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.22.0",
"version": "0.23.0",
"description": "XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down Expand Up @@ -28,9 +28,9 @@
"update-changelog": "npx build-changelog"
},
"dependencies": {
"@here/xyz-maps-common": "^0.22.0",
"@here/xyz-maps-core": "^0.22.0",
"@here/xyz-maps-display": "^0.22.0"
"@here/xyz-maps-common": "^0.23.0",
"@here/xyz-maps-core": "^0.23.0",
"@here/xyz-maps-display": "^0.23.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^2.1.0",
Expand Down
10 changes: 5 additions & 5 deletions 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.22.0",
"version": "0.23.0",
"description": "Playground for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand All @@ -19,10 +19,10 @@
"dev": "rollup -c -w"
},
"dependencies": {
"@here/xyz-maps-common": "^0.22.0",
"@here/xyz-maps-core": "^0.22.0",
"@here/xyz-maps-display": "^0.22.0",
"@here/xyz-maps-editor": "^0.22.0",
"@here/xyz-maps-common": "^0.23.0",
"@here/xyz-maps-core": "^0.23.0",
"@here/xyz-maps-display": "^0.23.0",
"@here/xyz-maps-editor": "^0.23.0",
"@monaco-editor/react": "^4.2.0",
"monaco-editor": "^0.23.0",
"react": "^17.0.1",
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.22.0",
"version": "0.23.0",
"description": "Tests for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/xyz-maps-utils",
"version": "0.22.0",
"version": "0.23.0",
"description": "Development utilities used to build XYZ Maps modules",
"author": {
"name": "HERE Europe B.V.",
Expand All @@ -17,10 +17,10 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.13.1",
"cross-spawn": "^7.0.3",
"simple-git": "^1.132.0",
"ts-morph": "^9.1.0",
"typescript": "^3.9.6",
"yargs": "^16.2.0",
"simple-git": "^1.132.0"
"yargs": "^16.2.0"
},
"bin": {
"build-dts": "./lib/buildDts/cli.js",
Expand Down

0 comments on commit ce6a661

Please sign in to comment.