Skip to content

Releases: Kitware/vtk-js

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)

v34.13.2

14 Oct 23:15

Choose a tag to compare

34.13.2 (2025-10-14)

Bug Fixes

  • ViewStream: handle unmount during image decode (aa40e64)

v34.13.1

01 Oct 16:53

Choose a tag to compare

34.13.1 (2025-10-01)

Bug Fixes

  • Mapper: add BigInt support in Mapper and Mapper2D (b34f2c7)

v34.13.0

28 Sep 09:43

Choose a tag to compare

34.13.0 (2025-09-28)

Features

  • CleanPolyData: add vtkCleanPolyData (1b45543)

v34.12.0

19 Sep 20:06

Choose a tag to compare

34.12.0 (2025-09-19)

Bug Fixes

  • manipulator: cancel animation when ending interaction (52f32c9), closes #3286 #3323
  • TransformControlsWidget: address reviews (7c53e49)

Features

  • TransformControlsWidget: add new widget (33dd7f4)

v34.11.3

18 Sep 06:17

Choose a tag to compare

34.11.3 (2025-09-18)

Bug Fixes

  • interactorstylemprslice: fix getSliceRange when input image has orientation matrix (2d38c85)
  • volumemapper: fix rendering when no property is provided onto volume (be41863)

v34.11.2

17 Sep 12:00

Choose a tag to compare

34.11.2 (2025-09-17)

Bug Fixes

  • ImageData: More accurate update events for transforms (7500dbe)
  • typings: correct type for vtkViewport.getViewport() (8882d4d)
  • typings: return type of vtkViewport.getViewportByReference() and jsdoc of getViewport() (4c28e79)

v34.11.1

29 Aug 16:45

Choose a tag to compare

34.11.1 (2025-08-29)

Bug Fixes

  • dataobject: add initialize() to clear vtkDataSet (7188a57)
  • prop3d: fix vtkProp3D bounds (e6f589b)
  • vtkpolydata: vtkPolyData MTime consists of point and cell MTimes (e47ea64)

Performance Improvements

  • filter: reuse previous output in requestData (42800b6), closes #3303