Skip to content

Commit

Permalink
v0.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Sep 11, 2020
1 parent d020ad6 commit 1a81ca1
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.15.2 (2020-9-11)
### editor
* improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted.
### display
* fixed: Zoom steps using the mousewheel in Firefox are very small [fixes #36]
* fixed: layerStyles backgroundColor is ignored in case of default backgroundColor is set via display.setBackgroundColor(..) [fixes #35]
* fixed: invisible viewport in case of map is initialized with element that`s not inserted into DOM

## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
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.15.1",
"version": "0.15.2",
"npmClient": "yarn",
"useWorkspaces": true
}
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.15.1",
"version": "0.15.2",
"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 All @@ -13,7 +13,7 @@
},
"scripts": {
"test": "lerna run --stream --no-prefix --scope @here/xyz-maps-test test -- ",
"preversion": "yarn run test",
"preversion": "yarn run build-release && yarn run test",
"postversion": "yarn run bundle-release",
"watch-dev": "lerna run watch-dev --parallel",
"build-dev": "lerna run build-dev --parallel",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.15.2 (2020-9-11)
### editor
* improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted.
### display
* fixed: Zoom steps using the mousewheel in Firefox are very small [fixes #36]
* fixed: layerStyles backgroundColor is ignored in case of default backgroundColor is set via display.setBackgroundColor(..) [fixes #35]
* fixed: invisible viewport in case of map is initialized with element that`s not inserted into DOM

## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
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.15.1",
"version": "0.15.2",
"description": "Common libs of XYZ Editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.15.2 (2020-9-11)
### editor
* improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted.
### display
* fixed: Zoom steps using the mousewheel in Firefox are very small [fixes #36]
* fixed: layerStyles backgroundColor is ignored in case of default backgroundColor is set via display.setBackgroundColor(..) [fixes #35]
* fixed: invisible viewport in case of map is initialized with element that`s not inserted into DOM

## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
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.15.1",
"version": "0.15.2",
"description": "Core libs of XYZ Editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
8 changes: 8 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.15.2 (2020-9-11)
### editor
* improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted.
### display
* fixed: Zoom steps using the mousewheel in Firefox are very small [fixes #36]
* fixed: layerStyles backgroundColor is ignored in case of default backgroundColor is set via display.setBackgroundColor(..) [fixes #35]
* fixed: invisible viewport in case of map is initialized with element that`s not inserted into DOM

## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
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.15.1",
"version": "0.15.2",
"description": "Map display of XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
8 changes: 8 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.15.2 (2020-9-11)
### editor
* improved: Area drawing with drawingBoard. invalid geometry (self-intersections) are temporarily allowed and highlighted.
### display
* fixed: Zoom steps using the mousewheel in Firefox are very small [fixes #36]
* fixed: layerStyles backgroundColor is ignored in case of default backgroundColor is set via display.setBackgroundColor(..) [fixes #35]
* fixed: invisible viewport in case of map is initialized with element that`s not inserted into DOM

## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
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.15.1",
"version": "0.15.2",
"description": "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.15.1",
"version": "0.15.2",
"description": "Tests for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit 1a81ca1

Please sign in to comment.