Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ooystein committed Feb 7, 2022
1 parent 95092a0 commit ba04a14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ba04a14

Please sign in to comment.