Skip to content

Commit

Permalink
v0.18.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 7, 2020
1 parent ccf5760 commit 611ad08
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
* added: Automatic line wrapping for Text on Point geometries. use
* added: support explicit line breaks '\n' for text on Point geometries
* improved: Correctly render font outlines in case of text characters are overlapping/nested
* improved: sharper text rendering
* improved: text rendering performance and memory usage.
* fixed: font opacity is ignored if the style is using alpha in fill or stroke colors
* fixed: text on line geometry can be upside down if map is rotated

## 0.17.0 (2020-11-9)
### core
* added: introduced provider postprocessors and preprocessors to enable custom data processing for remote data sources.
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.17.0",
"version": "0.18.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.17.0",
"version": "0.18.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
11 changes: 11 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
* added: Automatic line wrapping for Text on Point geometries. use
* added: support explicit line breaks '\n' for text on Point geometries
* improved: Correctly render font outlines in case of text characters are overlapping/nested
* improved: sharper text rendering
* improved: text rendering performance and memory usage.
* fixed: font opacity is ignored if the style is using alpha in fill or stroke colors
* fixed: text on line geometry can be upside down if map is rotated

## 0.17.0 (2020-11-9)
### core
* added: introduced provider postprocessors and preprocessors to enable custom data processing for remote data sources.
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.17.0",
"version": "0.18.0",
"description": "Common libs of XYZ Editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
* added: Automatic line wrapping for Text on Point geometries. use
* added: support explicit line breaks '\n' for text on Point geometries
* improved: Correctly render font outlines in case of text characters are overlapping/nested
* improved: sharper text rendering
* improved: text rendering performance and memory usage.
* fixed: font opacity is ignored if the style is using alpha in fill or stroke colors
* fixed: text on line geometry can be upside down if map is rotated

## 0.17.0 (2020-11-9)
### core
* added: introduced provider postprocessors and preprocessors to enable custom data processing for remote data sources.
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.17.0",
"version": "0.18.0",
"description": "Core libs of XYZ Editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
11 changes: 11 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
* added: Automatic line wrapping for Text on Point geometries. use
* added: support explicit line breaks '\n' for text on Point geometries
* improved: Correctly render font outlines in case of text characters are overlapping/nested
* improved: sharper text rendering
* improved: text rendering performance and memory usage.
* fixed: font opacity is ignored if the style is using alpha in fill or stroke colors
* fixed: text on line geometry can be upside down if map is rotated

## 0.17.0 (2020-11-9)
### core
* added: introduced provider postprocessors and preprocessors to enable custom data processing for remote data sources.
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.17.0",
"version": "0.18.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.17.0",
"version": "0.18.0",
"description": "Documentation for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
11 changes: 11 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.18.0 (2020-12-7)
### display
* added: support for right to left text and arabic contextual forms
* added: Automatic line wrapping for Text on Point geometries. use
* added: support explicit line breaks '\n' for text on Point geometries
* improved: Correctly render font outlines in case of text characters are overlapping/nested
* improved: sharper text rendering
* improved: text rendering performance and memory usage.
* fixed: font opacity is ignored if the style is using alpha in fill or stroke colors
* fixed: text on line geometry can be upside down if map is rotated

## 0.17.0 (2020-11-9)
### core
* added: introduced provider postprocessors and preprocessors to enable custom data processing for remote data sources.
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.17.0",
"version": "0.18.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.17.0",
"version": "0.18.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.17.0",
"version": "0.18.0",
"description": "Tests for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit 611ad08

Please sign in to comment.