Skip to content

Releases: Kitware/vtk-js

v29.7.0

08 Feb 22:10
Compare
Choose a tag to compare

29.7.0 (2024-02-08)

Bug Fixes

  • import: fix the imports for internals (162ba69)
  • rename: of the contourloop extraction filter (9bd65c6)
  • types: improve various type definitions (0a6222a)

Features

  • filter: Add contour loop extraction filter (5266ce3)

v29.6.0

08 Feb 20:19
Compare
Choose a tag to compare

29.6.0 (2024-02-08)

Bug Fixes

  • colors: Use Uint8ClampedArrays where needed (a8933a0)
  • CssFilters: Rename filters, use "create" instead of "get" (61c6b27)

Features

  • CSSHelper: Add CSS filter utilities (51421db)

v29.5.1

07 Feb 16:48
Compare
Choose a tag to compare

29.5.1 (2024-02-07)

Bug Fixes

  • ImageMapper: use norm16 ext (76a6271)
  • OpenGLTexture: use 32 bit format when needed (4eb4e63)

v29.5.0

06 Feb 20:59
Compare
Choose a tag to compare

29.5.0 (2024-02-06)

Bug Fixes

  • Added emergency test end (92f4e6d)
  • Added limit to array cache (1a8479a)
  • Added limits to test durations (0994cce)
  • Added type defs to PixelSpaceCallbackMapper (86d5315)
  • Fix wrong type defs of PixelSpaceCallbackMapper (d14354b)
  • Implemented requested changes from code review (bafb4b2)
  • Infinite cache for all negative maxCacheSize choices (cd845e0)
  • Move mock data access helper to test folder (c63e700)
  • New implementation with combined promise/array cache (3a14a67)
  • Reduced test data size (9d28378)
  • renderwindow: add guards to Renderwindow.getStatistics (174cff6), closes #2942
  • Reverted change in karma.conf.js (b5703a8)
  • ts: Add typescript specific to widget behavior (50b08a9)
  • webgpu: add floating point to all floats in WGSL shaders to prevent compilation errors" (f5941d9)

Features

  • Created tests for caching functionality in vtkHttpDataSetReader (143ea5b)
  • Implemented suggestsions from code review (8e380b2)

v29.4.6

30 Jan 21:52
Compare
Choose a tag to compare

29.4.6 (2024-01-30)

Bug Fixes

  • cropper handle manipulation (fe4a904)
  • PaintWidget: don't block events if mousedown position has null worldCoords (c791c15)
  • PaintWidget: set painting to false if manipulator, activeState, or getActive are not truthy (c03fd28)
  • PickerManipulator: allow storing null position when no actor is picked (e85302b)
  • SeedWidget: protect against null worldCoords (7264706)

v29.4.5

26 Jan 19:09
Compare
Choose a tag to compare

29.4.5 (2024-01-26)

Bug Fixes

  • handleWheel: mouse scrolling behavior for out-of-focus windows (050019b)
  • PaintWidget: worldCoords can be null (a523323)

v29.4.4

23 Jan 22:08
Compare
Choose a tag to compare

29.4.4 (2024-01-23)

Bug Fixes

  • PaintWidget: blocked event w/o intersection (fc92dcb)

v29.4.3

22 Jan 15:27
Compare
Choose a tag to compare

29.4.3 (2024-01-22)

Bug Fixes

  • contourtriangulator: fix vtkContourTriangulator when points are ordered in odd way (8e08cbb), closes #2990

v29.4.2

15 Jan 12:59
Compare
Choose a tag to compare

29.4.2 (2024-01-15)

Bug Fixes

  • plywriter: fix vtkPLYWriter normals (4945167)

v29.4.1

09 Jan 16:11
Compare
Choose a tag to compare

29.4.1 (2024-01-09)

Bug Fixes

  • ts: Fix typescript of ResliceCursorWidget (e6f025e)