Skip to content

Releases: Kitware/vtk-js

v34.16.2

15 Dec 18:00

Choose a tag to compare

34.16.2 (2025-12-15)

Bug Fixes

  • Example: resliceCursorWidget example cannot find gui element (959c7b7)
  • Glyph3DMapper: use correct shift-scale transform (80a2f91)

v34.16.1

15 Dec 04:14

Choose a tag to compare

34.16.1 (2025-12-15)

Bug Fixes

  • datasetattributes: Fix active attribute assignment (21037fc)

v34.16.0

12 Dec 18:25

Choose a tag to compare

34.16.0 (2025-12-12)

Features

  • ColorMaps: Add grayscale sigmoid colormap based on DICOM standard (e718d13)
  • ColorMaps: Add inverted grayscale colormap preset (e01eae3)
  • ColorMaps: Add inverted-grayscale sigmoid preset (2366535)
  • ColorMaps: support setting aboveRangeColor and belowRangeColor in presets (0e6208f)

v34.15.5

09 Dec 15:27

Choose a tag to compare

34.15.5 (2025-12-09)

Bug Fixes

  • ImageMarchingSquares: expand in ijk and back to world, support 3D, not just x,y (afe5592)
  • ImageMarchingSquares: keep line parts and update only ijk -> world coordinates (39ca21f)
  • ImageMarchingSquares: lint fix - prettier (327921d)
  • ImageMarchingSquares: optmize the code (b965693)
  • ImageMarchingSquares: origin is not required (24c9f29)
  • ImageMarchingSquares: remove unused k (ae52c83)
  • ImageMarchingSquares: use indexToWorld function, rather than separate calculation (87b5d2f)

v34.15.4

03 Dec 13:03

Choose a tag to compare

34.15.4 (2025-12-03)

Bug Fixes

  • InteractiveOrientationWidget: use umd import path (239974b)

v34.15.3

03 Dec 12:54

Choose a tag to compare

34.15.3 (2025-12-03)

Bug Fixes

  • IFCImporter: optimize IFC parsing (b7f9f7b)

v34.15.2

01 Dec 12:51

Choose a tag to compare

34.15.2 (2025-12-01)

Bug Fixes

  • vtkviewnode: fix addMissingNodes with enforceOrder (8767f43), closes #3497

Performance Improvements

  • viewnode: speedup getViewNodeFor (0c3f7cb), closes #3351
  • vtkviewport: speedup getViewPropsWithNestedProps (caace83), closes #3351

v34.15.1

18 Nov 22:43

Choose a tag to compare

34.15.1 (2025-11-18)

Bug Fixes

  • links: clear Cells and Links arrays when polydata is cleared (8ecd009), closes #3361

v34.15.0

07 Nov 16:38

Choose a tag to compare

34.15.0 (2025-11-07)

Bug Fixes

  • correct original default fonts for scalarBar fontSize issue (2ead670), closes #3349
  • fix scalarBarActor.setAxisTextStyle so it respects user fontSize param (af25812), closes #3349
  • OpenGLTexture: fix regression causing RGB DICOM not to display (f55b46a), closes #3344
  • scalarBarActor setAxisTextStyle does not work for fontSize, resolving comments (e960af4), closes #3349

Features

  • allow setting the orientation of scalarBar to horizontal or vertical (400291c), closes #3349
  • linting issue, scalarBar orientation (horizontal/vertical) can be set by user (8840435)
  • scalarBar setOrientation, consistent ordering of options: horiz,vert,auto (cb70d12), closes #3349
  • setOrientation for scalarBar, resolving comments (fb8c718), closes #3349
  • setorientation for scalarbar, ts variable name consistency (30e67dc), closes #3349

v34.14.0

21 Oct 08:52

Choose a tag to compare

34.14.0 (2025-10-21)

Bug Fixes

  • TransformControlsWidget: fix translation and scaling abrupt stop (618c534)

Features

  • TransformControlsWidget: add select in example (b5f6856)