Skip to content

Releases: Kitware/itk-vtk-viewer

v14.9.0

18 Aug 22:41
6d2883d
Compare
Choose a tag to compare

14.9.0 (2022-08-18)

Bug Fixes

  • applyColorRange: imjoy test has uninitialized imageActorContext (7e6257a)
  • colorBounds: update transfer function editor on color bounds change (3a47d3d)
  • TransferFunctionEditor: bump version for setPoints update bug (3dff79e)

Features

  • transferFunctionEditor: 2D points span range (77f42b7)
  • transferFunctionEditor: add viewer.setImagePiecewiseFunctionPoints (3108b4c)
  • transferFunctionEditor: external package integrated (89dbb96)
  • transferFunctionEditor: move integration code from package to repo (14084f0)
  • transferFunctionEditor: range manipulators operate on points (e8c884c)

v14.8.0

11 Aug 18:55
13a948a
Compare
Choose a tag to compare

14.8.0 (2022-08-11)

Bug Fixes

  • console.log: Delete console.log (cbd0b7f)
  • createViewer: Update jsdelivr URLs for mui and pydata-sphinx (cfdffaf)

Features

  • choose-UI: Add capabilities for changing UI (a52a1ca)
  • choose-UI: Includes ui argument to setImage and setPointSets (9495006)
  • choose-ui: Remove console.log and name argument from setImage (17c7258)
  • choose-ui: Remove console.log and setUI function (52683ed)
  • choose-UI: Simplify imJpuPluginAPI (293d244)
  • config: remove config as parameter and add setUI (d5b3712)
  • create-viewer: Add UI options to createViewer (25abb49)

v14.7.0

11 Aug 18:39
9ae8047
Compare
Choose a tag to compare

14.7.0 (2022-08-11)

Bug Fixes

  • croppingPlanes: add gl-matrix dependancy, rename internalUtils.js (8cb94e7)
  • MultiscaleSpatialImage: remove vtk.js imports by copying code (acf886a)
  • Slice Outlines: call modified on slice actors on new image (29673ae)

Features

  • MultiscaleSpatialImage: load subset of image scales by crop planes (30d169f)
  • resetCamera: reset camera fits croppingPlanes bounds (f9c39d1)
  • slicePlanes: step size matches scale image spacing, consistent (de13968)

v14.6.0

11 Aug 16:44
688c0f3
Compare
Choose a tag to compare

14.6.0 (2022-08-11)

Features

  • imjoyplugin: add a registerEventListener function (0b85bb6)
  • screenshot signal: emit a signal with the screenshot when one is generated (64d830f)

v14.5.0

02 Aug 00:45
b4aa577
Compare
Choose a tag to compare

14.5.0 (2022-08-02)

Features

  • imjoyplugin: add support for setting label images (32c72a2)

v14.4.0

29 Jul 01:43
19c10b4
Compare
Choose a tag to compare

14.4.0 (2022-07-29)

Bug Fixes

  • croppingPlanes: bounding box when image has rotated direction (678a5a4)
  • croppingPlanes: crop 2D slices correctly (47b82b5)
  • fuseImages: actualy reuse existing array (ee45346)
  • fuseImages: dont transfer active image TypedArray to worker (3f163f1)
  • scaleSelector: color should be inverted when applyImagesContrastSensitiveStyle (74eb8c2)
  • updateVisualizedComponents: turn on component when clicked (03ed5b3)

Features

  • croppingPlanes: plane slice handles on volume, bigger handles (21766a4)
  • scaleSelector: option to Framerate-pick in dropdown (f05e454)

v14.3.0

22 Jul 04:34
407515b
Compare
Choose a tag to compare

14.3.0 (2022-07-22)

Bug Fixes

  • ndarraytoitkimage: support boolean arrays. Cast to uint8 (a3233d5), closes #519

Features

  • imjoypluginapi: add setLabelImage and getLabelImage functions to the ImJoy Plugin API (c8edfb9)
  • viewer api: add setLabelImage and getLabelImage functions to the API (4ca7726)

v14.2.1

08 Jul 19:26
c83039c
Compare
Choose a tag to compare

14.2.1 (2022-07-08)

Bug Fixes

  • scaleSelector: error when uiMachineOptions missing scaleSelector (19066d7), closes #516
  • scaleSelect: sync root itk-viewer-icons version with referenceUI (0bdbf17)

v14.2.0

08 Jul 03:30
494fd23
Compare
Choose a tag to compare

14.2.0 (2022-07-08)

Bug Fixes

  • jsDelivr: Remove files from the packaged distribution to get under limit (2fb6bc6), closes #514

Features

  • multiscale images: add dropdown to select rendered image scale (dc1934b)
  • multiscale images: add viewer.setImageScale(resolutionScale) to API (8c011b5)
  • multiscale images: scale selector hides when 1 scale (72d1dfc)
  • scaleSelector: change blend mode icon (0c9aaa4)
  • scaleSelector: move UI to componentSelector row (a8674a0)

v14.1.0

03 Jul 20:42
1a5b525
Compare
Choose a tag to compare

14.1.0 (2022-07-03)

Bug Fixes

  • croppingPlanes: support less than 6 planes via API (0c61808)

Features

  • applyRenderedImage: Apply cropping planes to image slices (362299d)
  • applyRenderedImage: Update cropping widget parameters (416f868)
  • createMainRenderer: Register cropping widget (2da33cc)
  • createMainUIMachine: Add cropping planes buttons (316a27a)
  • croppingPlanes: add tests for viewer API (132a44c)
  • croppingPlanes: Apply cropping planes to the volume (9a48e34)
  • croppingPlanes: crop geometries (936bd85)
  • croppingPlanes: crop point sets (3a9aa13)
  • croppingPlanes: keyboard shortcuts, default off (f7f3664)
  • croppingPlanes: larger handles, slice cropping works (8732969)
  • ItkVtkViewProxy: Register cropping widget (a337211)
  • toggleCroppingPlanes: Change cropping planes when widget enabled (43463b2)