From 6d237349a20807eff37c0fa31b77f79e5afeeeb7 Mon Sep 17 00:00:00 2001 From: Oystein Lygre Date: Mon, 30 Nov 2020 20:43:47 +0100 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f19694a..418f9c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ ## New changes not yet released +## v1.3.0 +- fix CalloutCanvasLayer to always render on data update +- fix position callout with displacement calculated from bottom +- fix issue with missing labels in geomodel +- fix onUnmount on PixiLayers +- add export of interfaces AxisOptions, ControllerOptions, OverlayEvents and OverlayCallbacks +- add destroy method to Controller + ## v1.2.1 - improved surface and surface label rendering order diff --git a/package-lock.json b/package-lock.json index 83b48a65..7b12ae71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@equinor/esv-intersection", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5327366c..a43a3d04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/esv-intersection", - "version": "1.2.1", + "version": "1.3.0", "description": "Intersection component package with testing and automatic documentation.", "main": "dist/index.js", "module": "dist/index.esm.js",