Skip to content

Releases: Kitware/itk-vtk-viewer

v5.0.0

24 Jul 14:05
ddc3892
Compare
Choose a tag to compare

5.0.0 (2018-07-24)

Code Refactoring

  • createViewer: Remove uploadFileHandler option (6ce9cd2)
  • createViewer: Rename viewerConfig argument to viewerStyle (912f7c1)
  • createViewer: Return a public API instead of the raw objects (670c853)

Features

  • createViewer: Add setAnnotationsEnabled (3cad1d7)
  • createViewer: Detect WebGL support (a3221f3)

BREAKING CHANGES

  • createViewer: viewerConfig is now viewerStyle
  • createViewer: uploadFileHandler has been removed. Create a separate button in the surrounding
    user interface.
  • createViewer: Use the public API to manipulate the viewer.

v4.5.3

18 Jul 16:04
dceea47
Compare
Choose a tag to compare

4.5.3 (2018-07-18)

Bug Fixes

  • createMainUI: Do not enable orientation widget in the 2D viewer configuration (297a04e)
  • createViewer: Return transferFunctionWidget (72b52b0)
  • createViewer: Return viewerDOMId, uiContainer (dd921c4)

v4.5.2

06 Jul 19:57
5502775
Compare
Choose a tag to compare

4.5.2 (2018-07-06)

Bug Fixes

  • createViewer: resetCamera after rendering (f38a8a7)
  • ItkVtkViewProxy: Do not call resetOrientation (b052874)
  • ItkVtkViewProxy: getRGBVolumeTransferFunction is now on VolumeProperty (1297544)
  • ItkVtkViewProxy: Guard against duplicate setVisualizationMode (f6155b2)

v4.5.1

14 Jun 03:30
a923c0f
Compare
Choose a tag to compare

4.5.1 (2018-06-14)

Bug Fixes

  • Dependencies: Bump itk.js and vtk.js to latest (796a26e)
  • package-lock.json: Update (b4dca88)

v4.5.0

07 Jun 03:52
3ead894
Compare
Choose a tag to compare

4.5.0 (2018-06-07)

Bug Fixes

  • Dependencies: Bump vtk.js to 6.5.0 (6567034)
  • Dependencies: Bump vtk.js to 6.6.1 (f952db5)

Features

  • Icons: Add interpolation icon (64660fd)

v4.4.6

22 May 00:12
ff96e83
Compare
Choose a tag to compare

4.4.6 (2018-05-22)

Bug Fixes

  • Annotation: Improve probe annotation formatting with a table (c3b91d0)

v4.4.5

01 May 01:11
2d793a0
Compare
Choose a tag to compare

4.4.5 (2018-05-01)

Bug Fixes

  • Dependencies: Bump itk.js to 9.1.0 (c9bdbbf)

v4.4.4

19 Apr 21:36
8e11e1e
Compare
Choose a tag to compare

4.4.4 (2018-04-19)

Bug Fixes

  • createImageUI: Only display color preset selector for scalar images (9bbf496)
  • Dependencies: Bump itk.js to 9.0.0 (5a944af)

v4.4.3

26 Mar 18:44
d959310
Compare
Choose a tag to compare

4.4.3 (2018-03-26)

Bug Fixes

  • userInterface: Use unique element identifiers (7aa52f1)

v4.4.2

26 Mar 17:18
b2334cf
Compare
Choose a tag to compare

4.4.2 (2018-03-26)

Bug Fixes

  • createViewer: Use unique ProxyManager per viewer (08731c6)