Skip to content

Commit

Permalink
v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalTim committed Jul 23, 2021
1 parent 096e8c9 commit b687cd2
Show file tree
Hide file tree
Showing 12 changed files with 86 additions and 18 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.23.0"
"version": "0.24.0"
}
17 changes: 17 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.24.0 (2021-7-23)
### core
* added: the remote URL of an MVTLayer can now also be defined as a function with which the URL can be configured on a tile basis
### editor
* added: The RangeSelector now supports to snap Ranges automatically. see [Range.snap](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#snap), [Range.snapTolerance](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#snaptolerance)
* added: The overlapping of Ranges can now be allowed or prevented. see [Range.allowOverlap](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#allowOverlap)
* added: As soon as you drag a NavlinkShape or AreaShape, it is now automatically snapped to nearby geometries.
* fixed: Navlink features were erroneously marked as modified in very rare cases.
* fixed: Undoing changes of Address features triggered the execution of the "writeEditState hook", which could lead to an incorrect restore
### display
* improved: Support for image sources larger than 64 pixels through automatic downscaling
* improved: the view bounds of the map can now be set using a bow animation. usage: display.setViewbounds( bounds, animate?: boolean|options )
* added: the map center/zoomlevel can now be set using a bow animation combining pan and zoom operations. usage: map.flyTo(center, zoomlevel?, options?)
* fixed: very long text placed on line geometry may have been misaligned
* fixed: TileLayers with semi-transparent image tile data were covering underlying layers.
* fixed: Circles and Rectangles were not displayed when the alignment was set to "map"

## 0.23.0 (2021-6-22)
### editor
* added: Snap coordinates to polygon geometry nearby can now be controlled by using area.behavior('snapCoordinates', boolean)
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.23.0",
"version": "0.24.0",
"description": "Commonly used libraries of XYZ Maps.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.24.0 (2021-7-23)
### core
* added: the remote URL of an MVTLayer can now also be defined as a function with which the URL can be configured on a tile basis
### editor
* added: The RangeSelector now supports to snap Ranges automatically. see [Range.snap](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#snap), [Range.snapTolerance](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#snaptolerance)
* added: The overlapping of Ranges can now be allowed or prevented. see [Range.allowOverlap](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#allowOverlap)
* added: As soon as you drag a NavlinkShape or AreaShape, it is now automatically snapped to nearby geometries.
* fixed: Navlink features were erroneously marked as modified in very rare cases.
* fixed: Undoing changes of Address features triggered the execution of the "writeEditState hook", which could lead to an incorrect restore
### display
* improved: Support for image sources larger than 64 pixels through automatic downscaling
* improved: the view bounds of the map can now be set using a bow animation. usage: display.setViewbounds( bounds, animate?: boolean|options )
* added: the map center/zoomlevel can now be set using a bow animation combining pan and zoom operations. usage: map.flyTo(center, zoomlevel?, options?)
* fixed: very long text placed on line geometry may have been misaligned
* fixed: TileLayers with semi-transparent image tile data were covering underlying layers.
* fixed: Circles and Rectangles were not displayed when the alignment was set to "map"

## 0.23.0 (2021-6-22)
### editor
* added: Snap coordinates to polygon geometry nearby can now be controlled by using area.behavior('snapCoordinates', boolean)
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.23.0",
"version": "0.24.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.23.0"
"@here/xyz-maps-common": "^0.24.0"
},
"devDependencies": {
"@mapbox/vector-tile": "^1.3.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.24.0 (2021-7-23)
### core
* added: the remote URL of an MVTLayer can now also be defined as a function with which the URL can be configured on a tile basis
### editor
* added: The RangeSelector now supports to snap Ranges automatically. see [Range.snap](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#snap), [Range.snapTolerance](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#snaptolerance)
* added: The overlapping of Ranges can now be allowed or prevented. see [Range.allowOverlap](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#allowOverlap)
* added: As soon as you drag a NavlinkShape or AreaShape, it is now automatically snapped to nearby geometries.
* fixed: Navlink features were erroneously marked as modified in very rare cases.
* fixed: Undoing changes of Address features triggered the execution of the "writeEditState hook", which could lead to an incorrect restore
### display
* improved: Support for image sources larger than 64 pixels through automatic downscaling
* improved: the view bounds of the map can now be set using a bow animation. usage: display.setViewbounds( bounds, animate?: boolean|options )
* added: the map center/zoomlevel can now be set using a bow animation combining pan and zoom operations. usage: map.flyTo(center, zoomlevel?, options?)
* fixed: very long text placed on line geometry may have been misaligned
* fixed: TileLayers with semi-transparent image tile data were covering underlying layers.
* fixed: Circles and Rectangles were not displayed when the alignment was set to "map"

## 0.23.0 (2021-6-22)
### editor
* added: Snap coordinates to polygon geometry nearby can now be controlled by using area.behavior('snapCoordinates', boolean)
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.23.0",
"version": "0.24.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.23.0",
"@here/xyz-maps-core": "^0.23.0"
"@here/xyz-maps-common": "^0.24.0",
"@here/xyz-maps-core": "^0.24.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.24.0 (2021-7-23)
### core
* added: the remote URL of an MVTLayer can now also be defined as a function with which the URL can be configured on a tile basis
### editor
* added: The RangeSelector now supports to snap Ranges automatically. see [Range.snap](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#snap), [Range.snapTolerance](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#snaptolerance)
* added: The overlapping of Ranges can now be allowed or prevented. see [Range.allowOverlap](https://github.com/heremaps/xyz-maps/docs/interfaces/editor.range.html#allowOverlap)
* added: As soon as you drag a NavlinkShape or AreaShape, it is now automatically snapped to nearby geometries.
* fixed: Navlink features were erroneously marked as modified in very rare cases.
* fixed: Undoing changes of Address features triggered the execution of the "writeEditState hook", which could lead to an incorrect restore
### display
* improved: Support for image sources larger than 64 pixels through automatic downscaling
* improved: the view bounds of the map can now be set using a bow animation. usage: display.setViewbounds( bounds, animate?: boolean|options )
* added: the map center/zoomlevel can now be set using a bow animation combining pan and zoom operations. usage: map.flyTo(center, zoomlevel?, options?)
* fixed: very long text placed on line geometry may have been misaligned
* fixed: TileLayers with semi-transparent image tile data were covering underlying layers.
* fixed: Circles and Rectangles were not displayed when the alignment was set to "map"

## 0.23.0 (2021-6-22)
### editor
* added: Snap coordinates to polygon geometry nearby can now be controlled by using area.behavior('snapCoordinates', boolean)
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.23.0",
"version": "0.24.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.23.0",
"@here/xyz-maps-core": "^0.23.0",
"@here/xyz-maps-display": "^0.23.0"
"@here/xyz-maps-common": "^0.24.0",
"@here/xyz-maps-core": "^0.24.0",
"@here/xyz-maps-display": "^0.24.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
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.23.0",
"version": "0.24.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.23.0",
"@here/xyz-maps-core": "^0.23.0",
"@here/xyz-maps-display": "^0.23.0",
"@here/xyz-maps-editor": "^0.23.0",
"@here/xyz-maps-common": "^0.24.0",
"@here/xyz-maps-core": "^0.24.0",
"@here/xyz-maps-display": "^0.24.0",
"@here/xyz-maps-editor": "^0.24.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.23.0",
"version": "0.24.0",
"description": "Tests for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
2 changes: 1 addition & 1 deletion 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.23.0",
"version": "0.24.0",
"description": "Development utilities used to build XYZ Maps modules",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit b687cd2

Please sign in to comment.