Skip to content

Commit

Permalink
v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalTim committed Dec 8, 2023
1 parent 607e937 commit d3e1443
Show file tree
Hide file tree
Showing 14 changed files with 150 additions and 20 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.36.0 (2023-12-8)
### core
* added: The ["ignoreTileQueryLimit"](https://heremaps.github.io/xyz-maps/docs/core.imlprovideroptions.html#ignoretilequerylimit) option has been introduced to mitigate an excessive number of tile requests.
### display
* improved: The anti-aliasing for lines using floating point widths has been enhanced.
* improved: In the visualization of clipped polygon outlines, the tile edges are excluded, regardless of whether the clipped geometry extends beyond the tile's boundaries.
* improved: The display quality of dashed lines has been improved.
* improved: An updated feature could experience a very brief flicker after changing the zoom level.
* added: The alpha blending has been revamped to enable the map to display with a transparent background, allowing the remaining browser content to show through behind it. See [backgroundColor](https://heremaps.github.io/xyz-maps/docs/interfaces/display.mapoptions.html#backgroundcolor). (#90)
* added: In addition to pixels, dashed lines can now also be defined and displayed in meter units.
* added: It is now possible to combine Images/Icons with dashed line patterns by using [strokeDashimage](https://heremaps.github.io/xyz-maps/docs/interfaces/core.linestyle.html#strokedashimage).
* added: Image/Icon styles now support the use of Icon[Atlases](https://heremaps.github.io/xyz-maps/docs/interfaces/core.imagestyle.html#atlas).
* added: By using [textAnchor](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#textanchor) it is now possible to align the text relative to the anchor point.
* added: Introduced [CollisionGroup](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#collisiongroup) which allows to define various CollisionGroups (multiple Styles grouped together that will be handled as a single collision object) within the same StyleGroup.
* added: LayerStyles backgroundColor now supports dynamic colors taking zoom level into account.
* added: Colors now support hexadecimal color strings with alpha and hexadecimal numbers as input.
* fixed: The triggering of pointer events for 3D point geometry was inconsistent across various scenarios.
* fixed: The tile preview is only partially displayed when zoomed out.
* fixed: In very rare cases, Chrome could cause text to be displayed offset.
* fixed: Using StrokeDashArray with very long lines could result in artifacts.
### editor
* improved: The [createFeatureContainer](https://heremaps.github.io/xyz-maps/docs/classes/editor.editor-1.html#createfeaturecontainer) function now accommodates multiple arrays of features as arguments. [fix #91]
### fixed
* display: Glitches that may have appeared on the edges of previewed raster tiles have been resolved.
* display: Issues with occasional tile preview display glitches have been fixed.

## 0.35.0 (2023-8-22)
### display
* improved: The display of preview tiles has been optimized.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"npmClient": "yarn",
"version": "0.35.0"
"version": "0.36.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/xyz-maps",
"version": "0.35.0",
"version": "0.36.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 Expand Up @@ -62,4 +62,4 @@
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix"
}
}
}
26 changes: 26 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.36.0 (2023-12-8)
### core
* added: The ["ignoreTileQueryLimit"](https://heremaps.github.io/xyz-maps/docs/core.imlprovideroptions.html#ignoretilequerylimit) option has been introduced to mitigate an excessive number of tile requests.
### display
* improved: The anti-aliasing for lines using floating point widths has been enhanced.
* improved: In the visualization of clipped polygon outlines, the tile edges are excluded, regardless of whether the clipped geometry extends beyond the tile's boundaries.
* improved: The display quality of dashed lines has been improved.
* improved: An updated feature could experience a very brief flicker after changing the zoom level.
* added: The alpha blending has been revamped to enable the map to display with a transparent background, allowing the remaining browser content to show through behind it. See [backgroundColor](https://heremaps.github.io/xyz-maps/docs/interfaces/display.mapoptions.html#backgroundcolor). (#90)
* added: In addition to pixels, dashed lines can now also be defined and displayed in meter units.
* added: It is now possible to combine Images/Icons with dashed line patterns by using [strokeDashimage](https://heremaps.github.io/xyz-maps/docs/interfaces/core.linestyle.html#strokedashimage).
* added: Image/Icon styles now support the use of Icon[Atlases](https://heremaps.github.io/xyz-maps/docs/interfaces/core.imagestyle.html#atlas).
* added: By using [textAnchor](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#textanchor) it is now possible to align the text relative to the anchor point.
* added: Introduced [CollisionGroup](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#collisiongroup) which allows to define various CollisionGroups (multiple Styles grouped together that will be handled as a single collision object) within the same StyleGroup.
* added: LayerStyles backgroundColor now supports dynamic colors taking zoom level into account.
* added: Colors now support hexadecimal color strings with alpha and hexadecimal numbers as input.
* fixed: The triggering of pointer events for 3D point geometry was inconsistent across various scenarios.
* fixed: The tile preview is only partially displayed when zoomed out.
* fixed: In very rare cases, Chrome could cause text to be displayed offset.
* fixed: Using StrokeDashArray with very long lines could result in artifacts.
### editor
* improved: The [createFeatureContainer](https://heremaps.github.io/xyz-maps/docs/classes/editor.editor-1.html#createfeaturecontainer) function now accommodates multiple arrays of features as arguments. [fix #91]
### fixed
* display: Glitches that may have appeared on the edges of previewed raster tiles have been resolved.
* display: Issues with occasional tile preview display glitches have been fixed.

## 0.35.0 (2023-8-22)
### display
* improved: The display of preview tiles has been optimized.
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.35.0",
"version": "0.36.0",
"description": "Commonly used libraries of XYZ Maps.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
26 changes: 26 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.36.0 (2023-12-8)
### core
* added: The ["ignoreTileQueryLimit"](https://heremaps.github.io/xyz-maps/docs/core.imlprovideroptions.html#ignoretilequerylimit) option has been introduced to mitigate an excessive number of tile requests.
### display
* improved: The anti-aliasing for lines using floating point widths has been enhanced.
* improved: In the visualization of clipped polygon outlines, the tile edges are excluded, regardless of whether the clipped geometry extends beyond the tile's boundaries.
* improved: The display quality of dashed lines has been improved.
* improved: An updated feature could experience a very brief flicker after changing the zoom level.
* added: The alpha blending has been revamped to enable the map to display with a transparent background, allowing the remaining browser content to show through behind it. See [backgroundColor](https://heremaps.github.io/xyz-maps/docs/interfaces/display.mapoptions.html#backgroundcolor). (#90)
* added: In addition to pixels, dashed lines can now also be defined and displayed in meter units.
* added: It is now possible to combine Images/Icons with dashed line patterns by using [strokeDashimage](https://heremaps.github.io/xyz-maps/docs/interfaces/core.linestyle.html#strokedashimage).
* added: Image/Icon styles now support the use of Icon[Atlases](https://heremaps.github.io/xyz-maps/docs/interfaces/core.imagestyle.html#atlas).
* added: By using [textAnchor](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#textanchor) it is now possible to align the text relative to the anchor point.
* added: Introduced [CollisionGroup](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#collisiongroup) which allows to define various CollisionGroups (multiple Styles grouped together that will be handled as a single collision object) within the same StyleGroup.
* added: LayerStyles backgroundColor now supports dynamic colors taking zoom level into account.
* added: Colors now support hexadecimal color strings with alpha and hexadecimal numbers as input.
* fixed: The triggering of pointer events for 3D point geometry was inconsistent across various scenarios.
* fixed: The tile preview is only partially displayed when zoomed out.
* fixed: In very rare cases, Chrome could cause text to be displayed offset.
* fixed: Using StrokeDashArray with very long lines could result in artifacts.
### editor
* improved: The [createFeatureContainer](https://heremaps.github.io/xyz-maps/docs/classes/editor.editor-1.html#createfeaturecontainer) function now accommodates multiple arrays of features as arguments. [fix #91]
### fixed
* display: Glitches that may have appeared on the edges of previewed raster tiles have been resolved.
* display: Issues with occasional tile preview display glitches have been fixed.

## 0.35.0 (2023-8-22)
### display
* improved: The display of preview tiles has been optimized.
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.35.0",
"version": "0.36.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.35.0"
"@here/xyz-maps-common": "^0.36.0"
},
"devDependencies": {
"@mapbox/vector-tile": "^1.3.1",
Expand Down
26 changes: 26 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.36.0 (2023-12-8)
### core
* added: The ["ignoreTileQueryLimit"](https://heremaps.github.io/xyz-maps/docs/core.imlprovideroptions.html#ignoretilequerylimit) option has been introduced to mitigate an excessive number of tile requests.
### display
* improved: The anti-aliasing for lines using floating point widths has been enhanced.
* improved: In the visualization of clipped polygon outlines, the tile edges are excluded, regardless of whether the clipped geometry extends beyond the tile's boundaries.
* improved: The display quality of dashed lines has been improved.
* improved: An updated feature could experience a very brief flicker after changing the zoom level.
* added: The alpha blending has been revamped to enable the map to display with a transparent background, allowing the remaining browser content to show through behind it. See [backgroundColor](https://heremaps.github.io/xyz-maps/docs/interfaces/display.mapoptions.html#backgroundcolor). (#90)
* added: In addition to pixels, dashed lines can now also be defined and displayed in meter units.
* added: It is now possible to combine Images/Icons with dashed line patterns by using [strokeDashimage](https://heremaps.github.io/xyz-maps/docs/interfaces/core.linestyle.html#strokedashimage).
* added: Image/Icon styles now support the use of Icon[Atlases](https://heremaps.github.io/xyz-maps/docs/interfaces/core.imagestyle.html#atlas).
* added: By using [textAnchor](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#textanchor) it is now possible to align the text relative to the anchor point.
* added: Introduced [CollisionGroup](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#collisiongroup) which allows to define various CollisionGroups (multiple Styles grouped together that will be handled as a single collision object) within the same StyleGroup.
* added: LayerStyles backgroundColor now supports dynamic colors taking zoom level into account.
* added: Colors now support hexadecimal color strings with alpha and hexadecimal numbers as input.
* fixed: The triggering of pointer events for 3D point geometry was inconsistent across various scenarios.
* fixed: The tile preview is only partially displayed when zoomed out.
* fixed: In very rare cases, Chrome could cause text to be displayed offset.
* fixed: Using StrokeDashArray with very long lines could result in artifacts.
### editor
* improved: The [createFeatureContainer](https://heremaps.github.io/xyz-maps/docs/classes/editor.editor-1.html#createfeaturecontainer) function now accommodates multiple arrays of features as arguments. [fix #91]
### fixed
* display: Glitches that may have appeared on the edges of previewed raster tiles have been resolved.
* display: Issues with occasional tile preview display glitches have been fixed.

## 0.35.0 (2023-8-22)
### display
* improved: The display of preview tiles has been optimized.
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.35.0",
"version": "0.36.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.35.0",
"@here/xyz-maps-core": "^0.35.0"
"@here/xyz-maps-common": "^0.36.0",
"@here/xyz-maps-core": "^0.36.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
Expand Down
26 changes: 26 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.36.0 (2023-12-8)
### core
* added: The ["ignoreTileQueryLimit"](https://heremaps.github.io/xyz-maps/docs/core.imlprovideroptions.html#ignoretilequerylimit) option has been introduced to mitigate an excessive number of tile requests.
### display
* improved: The anti-aliasing for lines using floating point widths has been enhanced.
* improved: In the visualization of clipped polygon outlines, the tile edges are excluded, regardless of whether the clipped geometry extends beyond the tile's boundaries.
* improved: The display quality of dashed lines has been improved.
* improved: An updated feature could experience a very brief flicker after changing the zoom level.
* added: The alpha blending has been revamped to enable the map to display with a transparent background, allowing the remaining browser content to show through behind it. See [backgroundColor](https://heremaps.github.io/xyz-maps/docs/interfaces/display.mapoptions.html#backgroundcolor). (#90)
* added: In addition to pixels, dashed lines can now also be defined and displayed in meter units.
* added: It is now possible to combine Images/Icons with dashed line patterns by using [strokeDashimage](https://heremaps.github.io/xyz-maps/docs/interfaces/core.linestyle.html#strokedashimage).
* added: Image/Icon styles now support the use of Icon[Atlases](https://heremaps.github.io/xyz-maps/docs/interfaces/core.imagestyle.html#atlas).
* added: By using [textAnchor](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#textanchor) it is now possible to align the text relative to the anchor point.
* added: Introduced [CollisionGroup](https://heremaps.github.io/xyz-maps/docs/interfaces/core.textstyle.html#collisiongroup) which allows to define various CollisionGroups (multiple Styles grouped together that will be handled as a single collision object) within the same StyleGroup.
* added: LayerStyles backgroundColor now supports dynamic colors taking zoom level into account.
* added: Colors now support hexadecimal color strings with alpha and hexadecimal numbers as input.
* fixed: The triggering of pointer events for 3D point geometry was inconsistent across various scenarios.
* fixed: The tile preview is only partially displayed when zoomed out.
* fixed: In very rare cases, Chrome could cause text to be displayed offset.
* fixed: Using StrokeDashArray with very long lines could result in artifacts.
### editor
* improved: The [createFeatureContainer](https://heremaps.github.io/xyz-maps/docs/classes/editor.editor-1.html#createfeaturecontainer) function now accommodates multiple arrays of features as arguments. [fix #91]
### fixed
* display: Glitches that may have appeared on the edges of previewed raster tiles have been resolved.
* display: Issues with occasional tile preview display glitches have been fixed.

## 0.35.0 (2023-8-22)
### display
* improved: The display of preview tiles has been optimized.
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.35.0",
"version": "0.36.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.35.0",
"@here/xyz-maps-core": "^0.35.0",
"@here/xyz-maps-display": "^0.35.0"
"@here/xyz-maps-common": "^0.36.0",
"@here/xyz-maps-core": "^0.36.0",
"@here/xyz-maps-display": "^0.36.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
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.35.0",
"version": "0.36.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.35.0",
"@here/xyz-maps-core": "^0.35.0",
"@here/xyz-maps-display": "^0.35.0",
"@here/xyz-maps-editor": "^0.35.0",
"@here/xyz-maps-common": "^0.36.0",
"@here/xyz-maps-core": "^0.36.0",
"@here/xyz-maps-display": "^0.36.0",
"@here/xyz-maps-editor": "^0.36.0",
"@monaco-editor/react": "^4.4.5",
"monaco-editor": "^0.34.0",
"react": "^18.2.0",
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.35.0",
"version": "0.36.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.35.0",
"version": "0.36.0",
"description": "Development utilities used to build XYZ Maps modules",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit d3e1443

Please sign in to comment.