diff --git a/CHANGELOG.md b/CHANGELOG.md index 44be8846..ac6c1e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## New changes not yet released +## v1.6.0 + +- Update major version of d3 to v3 + Breaking changes in d3. Check d3 changelog before updating in your application. +- Perf: Minor optimization, avoid a few spread in loops and don't call updatePaths() twice when setting data + ## v1.5.2 - Fix bug in IntersectionReferenceSystem::project for calculateDisplacementFromBottom diff --git a/package-lock.json b/package-lock.json index 5f24ed4b..7d3513ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@equinor/esv-intersection", - "version": "1.5.2", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@equinor/esv-intersection", - "version": "1.5.2", + "version": "1.6.0", "license": "MIT", "dependencies": { "@equinor/videx-math": "^1.0.12", diff --git a/package.json b/package.json index cb205501..a90c408b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/esv-intersection", - "version": "1.5.2", + "version": "1.6.0", "description": "Intersection component package with testing and automatic documentation.", "main": "dist/index.js", "module": "dist/index.esm.js",