Releases: equinor/esv-intersection
Releases · equinor/esv-intersection
v2.1.0
What's Changed
Feature:
- Allow setting
CasingShoeSize
for the CasingLayer
Full Changelog: 2.0.1...2.1.0
v2.0.1
What's Changed
Fix:
- Change deprecated
transparent
property to backgroundAlpha
in Pixi RendererOptions
Chore:
- Bump
terser
from 4.8.0 to 4.8.1
- Upgrade
d3-array
from 3.1.6 to 3.2.0
Full Changelog: 2.0.0...2.0.1
v2.0.0
What's Changed
- Update major version of Pixi.js peer dependency to ^6.4.2
- Only render Pixi layers on input changes and user interactions. Should reduce idle CPU load
Full Changelog: 1.8.0...2.0.0
v1.8.0
- Update dependencies
- Pixi.js peer dependency bumped to
^5.3.12
v1.7.0
- Let Pixi Application options be configurable
- Update dependencies
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
- Fix simple demo in readme
v1.5.1
- Update node to v.16
- Update dependencies
- Fix: Stop clearing data before unmounting layers (#449)
v1.5.0
- Bump hosted-git-info from 2.8.8 to 2.8.9
- Bump lodash from 4.17.19 to 4.17.21
- Improve responsiveness of rendering
- Refactoring
- Fix issue with interpolators which was causing rendering artifacts in cement layer
- Make CasingLayer easier to extend (#438)
v1.4.4
- Add option to override interpolators in the IntersectionReferenceSystem
- Update react-dev-utils to 11.0.4