Skip to content

Releases: Kitware/vtk-js

v31.2.0

01 Aug 17:56
Compare
Choose a tag to compare

31.2.0 (2024-08-01)

Bug Fixes

  • CoincidentTopologyHelper: simplified types (00032d9)
  • make use of the vtkImageOutline for the projection blend mode (430d5ed)
  • Mapper: coincident setters support obj param (a1e7f4b)
  • Mapper: resolveCoincidentTopology is not bool (8e87893)

Features

  • macro: object setter supports param list (00a1104)
  • rendering: Add MIP_LABELMAP_BLEND to BlendMode (5252f9d)

v31.1.0

31 Jul 12:35
Compare
Choose a tag to compare

31.1.0 (2024-07-31)

Bug Fixes

  • RCW: Fix scaling of lines and improve example (ca3e1a8)

Features

  • LineHandleRepresentation: Add hole width property (d1efcee)

v31.0.5

30 Jul 18:18
Compare
Choose a tag to compare

31.0.5 (2024-07-30)

Bug Fixes

  • OBJReader: Add support for negative indices (8b20331)

v31.0.4

30 Jul 11:50
Compare
Choose a tag to compare

31.0.4 (2024-07-30)

Bug Fixes

v31.0.3

23 Jul 14:08
Compare
Choose a tag to compare

31.0.3 (2024-07-23)

Bug Fixes

  • LineWidget: onModified memory leak (1301776)

v31.0.2

17 Jul 12:42
Compare
Choose a tag to compare

31.0.2 (2024-07-17)

Bug Fixes

  • sharedRenderWindow: Fix rendering when picking with hardware selector (3ddf8aa)

v31.0.1

10 Jul 13:18
Compare
Choose a tag to compare

31.0.1 (2024-07-10)

Bug Fixes

v31.0.0

04 Jul 11:38
Compare
Choose a tag to compare

31.0.0 (2024-07-04)

Bug Fixes

  • GenericRenderWindow: remove event listeners (7c7ac0b)
  • picking: write to depth buffer for translucent pass when picking (792ae36), closes #2800

BREAKING CHANGES

  • picking: Applications relying on picked propID would see a difference in the IDs returned by
    the hardware selector.

v30.10.0

25 Jun 18:24
Compare
Choose a tag to compare

30.10.0 (2024-06-25)

Bug Fixes

  • sharingResources: Fix register and unregister of graphics resources (beb35bb)

Features

  • shareRw: Add garbage collection to shared graphics resources (9905080)

v30.9.3

24 Jun 22:27
Compare
Choose a tag to compare

30.9.3 (2024-06-24)

Bug Fixes

  • Property: get/setShading doesn't exist (5f0ce1d)