Skip to content

Releases: Kitware/vtk-js

v32.12.1

17 Mar 16:38
Compare
Choose a tag to compare

32.12.1 (2025-03-17)

Bug Fixes

  • AbstractPicker: model.pickFromList type is boolean (5193998)

v32.12.0

14 Mar 17:57
Compare
Choose a tag to compare

32.12.0 (2025-03-14)

Features

  • OpenGL/Texture: update sub-image extents (0f13c25)

v32.11.0

13 Mar 13:36
Compare
Choose a tag to compare

32.11.0 (2025-03-13)

Bug Fixes

  • dataarray: clone ranges in DataArray.deepCopy (572c38d)
  • DataArray: fix typescript getRanges arg type (0973512)
  • DataArray: PR review fixes (1cb7040)
  • DataArray: update getRanges (1618a20)
  • webxr: remove controllers rays when stopping XR (307ce44)

Features

  • add ranges to create3DFilterableFromRaw (79a15c7)
  • DataArray: copy ranges in DataArray.deepCopy (0c948b0)

Performance Improvements

  • pre-set range of ImageMapper scalars to improve performance (7d4c58f)

Reverts

  • DataArray: revert unneeded change (8c75878)

v33.0.0-beta.3

27 Feb 17:05
7b411e8
Compare
Choose a tag to compare
v33.0.0-beta.3 Pre-release
Pre-release

33.0.0-beta.3 (2025-02-27)

Bug Fixes

  • anglewidget: add bounds to AngleWidget (83f04ac)
  • avoid norm16 for textures with linear filtering (3c01212)
  • CanvasView: allow setting canvas element (3c562c5)
  • DataArray: warn on default data type (ba39aae)
  • GLTFImporter: add support for multiple primitives (34d5078)
  • GLTFImporter: fix GLTF Draco normals (96a2643), closes #3192
  • GLTFImporter: fix the environment texture path (9ab3172)
  • IFCImporter: fix normals (b208ebb), closes #3189
  • ImageMapper: blend against black, not cyan (8c73b70)
  • ImageMapper: handle SlicingMode.NONE (2e4c5e4)
  • ImageMapper: label outlines with I/J slicing (cde9a92)
  • ImageMapper: unstable resource reference (46424dc)
  • ImageProperty: add types of label outline funcs (1043314)
  • imagereslicemapper: be less sensitive for "snapping" to nearest orthogonal axis (c962c49)
  • PointPicker: Fixed pointId would be overwritten with multiple actors (18d3a94)
  • RenderWindowInteractor: export interface IPosition (1ca5ba1)
  • shapewidget: improve ShapeWidget example (2d7ce0f)
  • shapewidget: support non axis-aligned slices (88e7b2b)
  • STLReader: apply new requested changes in removeDuplicateVertices (64ab9b7)
  • STLReader: apply requested changes in removeDuplicateVertices (f666163)
  • STLReader: disable removeDuplicateVertices by default (722db8a)
  • URLExtract: use builtin parser (a276d0b)
  • vtkclipclosedsurface: fix initialization of a bidimensional array (a31fa48)
  • vtkXMLPolyDataWriter Support Save FieldData (89758ed)

Features

  • GLTFImporter: add vtkGLTFImporter (0c3933d)
  • IFCImporter: add vtkIFCImporter (1f92f84), closes #3156
  • stlreader: add removeDuplicateVertices method to vtkSTLReader (aa72845)
  • TGAReader: add vtkTGAReader (644df60), closes #3155
  • thresholdpoints: add vtkThresholdPoints filter (8f40fc7)
  • TIFFReader: add vtkTIFFReader (051d540), closes #3169

v32.10.0

25 Feb 00:37
Compare
Choose a tag to compare

32.10.0 (2025-02-25)

Bug Fixes

  • STLReader: apply new requested changes in removeDuplicateVertices (64ab9b7)
  • STLReader: apply requested changes in removeDuplicateVertices (f666163)
  • STLReader: disable removeDuplicateVertices by default (722db8a)

Features

  • stlreader: add removeDuplicateVertices method to vtkSTLReader (aa72845)

v32.9.1

23 Jan 21:46
Compare
Choose a tag to compare

32.9.1 (2025-01-23)

Bug Fixes

  • URLExtract: use builtin parser (a276d0b)

v32.9.0

02 Jan 21:43
Compare
Choose a tag to compare

32.9.0 (2025-01-02)

Bug Fixes

  • avoid norm16 for textures with linear filtering (3c01212)
  • CanvasView: allow setting canvas element (3c562c5)
  • GLTFImporter: fix GLTF Draco normals (96a2643), closes #3192
  • IFCImporter: fix normals (b208ebb), closes #3189
  • vtkclipclosedsurface: fix initialization of a bidimensional array (a31fa48)

Features

  • thresholdpoints: add vtkThresholdPoints filter (8f40fc7)

v32.8.1

13 Dec 07:43
Compare
Choose a tag to compare

32.8.1 (2024-12-13)

Bug Fixes

  • vtkXMLPolyDataWriter Support Save FieldData (89758ed)

v32.8.0

05 Dec 16:29
Compare
Choose a tag to compare

32.8.0 (2024-12-05)

Bug Fixes

  • anglewidget: add bounds to AngleWidget (83f04ac)
  • DataArray: warn on default data type (ba39aae)
  • shapewidget: improve ShapeWidget example (2d7ce0f)
  • shapewidget: support non axis-aligned slices (88e7b2b)

Features

v32.7.2

26 Nov 22:30
Compare
Choose a tag to compare

32.7.2 (2024-11-26)

Bug Fixes

  • GLTFImporter: add support for multiple primitives (34d5078)