Releases: equinor/esv-intersection
Releases · equinor/esv-intersection
v3.0.3
Most Notable changes
- The perforations became visually more aligned with the ones from QD, and now are display with opacity to make the layer under it visible
What's Changed
- fix(perforations): Cased hole fracturation colors perforation spikes yellow by @ovineq in #544
- chore(dev-packages): Upgrade packages by @ovineq in #545
- chore(dependencies): Upgrade dependencies by @ovineq in #546
- ci(dependabot): add config file by @venikx in #547
- chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 by @dependabot in #552
- chore(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.58.0 by @dependabot in #549
- chore(deps-dev): bump rimraf from 4.4.1 to 5.0.0 by @dependabot in #548
- chore(deps-dev): bump typescript from 5.0.2 to 5.0.4 by @dependabot in #551
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.58.0 by @dependabot in #558
- chore(deps-dev): bump vite-plugin-dts from 2.1.0 to 2.2.0 by @dependabot in #555
- chore(deps-dev): bump pixi.js from 7.2.3 to 7.2.4 by @dependabot in #557
- build(storybook): update deps by @venikx in #561
- chore(deps-dev): bump vitest from 0.29.8 to 0.30.0 by @dependabot in #553
- chore(deps-dev): bump typedoc from 0.23.28 to 0.24.1 by @dependabot in #559
- fix: perforation height by @venikx in #569
New Contributors
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Upgraded d3-array from 3.2.1 to 3.2.2, pixi.js from 7.1.1 to 7.1.3, bunch of devDependencies
- chore: use setup node with specified registry
- chore: specify node version in GitHub Actions
Full Changelog: 3.0.0...v3.0.1
v3.0.0
What's Changed
Feature
- Update perforation rendering
- Add layer for reference lines, with example for
RKB
,MSL
andSeabed
- Add support for
Casing Windows
- Adds support for
Perforations
- Adds support for
CementSqueeze
- Adds support for
CementPlug
- Adds support for
Plug & Abandonment
symbols - Adds support for
Completion
symbols
Chores
- Update dependencies
- Update workflow actions to latest versions
Fix
- Fix regression bug on symbol textures where images weren't flipped diagonally
Breaking Changes
- Remove
casingId
from casings. Items referencing that id should rather use theid
of the casing instead. - Rename
casingIds
toreferenceIds
for cement related items, as tubing/screen can be cemented in some cases. - Many Layers are made generic and type for layers data needs to be specified when extending and using the Layers
- Pixi Layers (
SchematicLayer
,GeomodelLayerV2
) needs to pass inn a Pixi render context. ClassPixiRenderApplication
can be used for this HoleSizeLayer
,CasingLayer
,CementLayer
andWellboreBaseComponentLayer
are removed, but functionality is retained and improved in newSchematicLayer
- Data type for for new layer
SchematicLayer
is based on data for the old layersHoleSizeLayer
,CasingLayer
andCementLayer
, but now requires id and kind specified - Removed
any
from type definitions in the library - Removed deprecated layer
GeomodelLayer
, in favor ofGeomodelLayerV2
- Upgraded peer dependency
[email protected]
v3.0.0-beta.6
v3.0.0-beta.5
What's Changed
Feature
- Reference lines, with example for RKB, MSL and Seabed
Chores
- Update dependencies
- Update workflows actions to latest versions
Full Changelog: 3.0.0-beta.4...3.0.0-beta.5
v3.0.0-beta.4
What's Changed
Feature:
- Support casing window string operations
Full Changelog: 3.0.0-beta.3...3.0.0-beta.4
v3.0.0-beta.3
What's Changed
- Fix regression bug on symbol textures where images weren't flipped diagonally
Full Changelog: 3.0.0-beta.2...3.0.0-beta.3
v3.0.0-beta.2
What's Changed
Breaking changes
- Remove
casingId
from casings. Items referencing that id should rather use theid
of the casing instead. - Rename
casingIds
toreferenceIds
for cement related items, as tubing/screen can be cemented in some cases.
Feature
- Support for perforations
Full Changelog: 3.0.0-beta.1...3.0.0-beta.2
v3.0.0-beta.1
fix: build before publishing beta
v3.0.0-beta.0
Breaking Changes
- Removed
any
from type definitions in the library - Many Layers are made generic and type for layers data needs to be specified when extending and using the Layers
- Pixi Layers (
SchematicLayer
,GeomodelLayerV2
) needs to pass inn a Pixi render context. ClassPixiRenderApplication
can be used for this HoleSizeLayer
,CasingLayer
,CementLayer
andWellboreBaseComponentLayer
are removed, but functionality is retained and improved in newSchematicLayer
- Removed deprecated layer
GeomodelLayer
, in favor ofGeomodelLayerV2
- Upgraded peer dependency
[email protected]
Changes
- Data type for for new layer SchematicLayer is based on data for the old layers HoleSizeLayer, CasingLayer and CementLayer, but now requires id and kind specified
- Removed
any
from type definitions in the library