Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Aug 21, 2020
1 parent 10aa728 commit 21c11a3
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
* fixed: ZoomControl UI becomes invisible on safari when map is pitched and Compass UI is active
* fixed: Circles/Rects are partially not visible on mobile (iOS/Android)

## 0.15.0 (2020-8-19)
### editor
* improved: Geometry editing when map is pitched or rotated
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.0",
"version": "0.15.1",
"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.15.0",
"version": "0.15.1",
"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
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
* fixed: ZoomControl UI becomes invisible on safari when map is pitched and Compass UI is active
* fixed: Circles/Rects are partially not visible on mobile (iOS/Android)

## 0.15.0 (2020-8-19)
### editor
* improved: Geometry editing when map is pitched or rotated
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.0",
"version": "0.15.1",
"description": "Common libs of XYZ Editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
* fixed: ZoomControl UI becomes invisible on safari when map is pitched and Compass UI is active
* fixed: Circles/Rects are partially not visible on mobile (iOS/Android)

## 0.15.0 (2020-8-19)
### editor
* improved: Geometry editing when map is pitched or rotated
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.0",
"version": "0.15.1",
"description": "Core libs of XYZ Editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
6 changes: 6 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
* fixed: ZoomControl UI becomes invisible on safari when map is pitched and Compass UI is active
* fixed: Circles/Rects are partially not visible on mobile (iOS/Android)

## 0.15.0 (2020-8-19)
### editor
* improved: Geometry editing when map is pitched or rotated
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.0",
"version": "0.15.1",
"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.15.0",
"version": "0.15.1",
"description": "Documentation for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down
6 changes: 6 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.1 (2020-8-21)
### display
* improved: Icon positioning precision when map is zoomed in very close (zoomlevel >22)
* fixed: ZoomControl UI becomes invisible on safari when map is pitched and Compass UI is active
* fixed: Circles/Rects are partially not visible on mobile (iOS/Android)

## 0.15.0 (2020-8-19)
### editor
* improved: Geometry editing when map is pitched or rotated
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.0",
"version": "0.15.1",
"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.15.0",
"version": "0.15.1",
"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.15.0",
"version": "0.15.1",
"description": "Tests for XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit 21c11a3

Please sign in to comment.