Skip to content

Releases: Kitware/itk-vtk-viewer

v4.4.1

26 Mar 02:36
68bb078
Compare
Choose a tag to compare

4.4.1 (2018-03-26)

Bug Fixes

  • userInterface: Use unique CSS class identifiers (09f0c85)

v4.4.0

21 Mar 15:37
c224194
Compare
Choose a tag to compare

4.4.0 (2018-03-21)

Features

  • MouseWheelTouch: Improve normalization via vtk.js bump (9f9676f)

v4.3.0

19 Mar 01:17
2b82325
Compare
Choose a tag to compare

4.3.0 (2018-03-19)

Bug Fixes

  • createViewer: Update API call to setOrientationAxesVisibility (e7533e0)

Features

  • itkVtkViewProxy: control window/level, opacity with mouse drag (9236a30)
  • proxyManagerConfiguration: use custom interactor style (cd0423d)

v4.2.1

06 Mar 23:30
42d247e
Compare
Choose a tag to compare

4.2.1 (2018-03-06)

Bug Fixes

  • DragAndDrop: Alert the user when ready files, and reload (8a31053)

v4.1.1

06 Feb 19:34
d961d0f
Compare
Choose a tag to compare

<a name"4.1.1">

4.1.1 (2018-02-06)

Bug Fixes

  • API: Visibilty -> Visibility (caa66a9f)

v4.1.0

06 Feb 17:26
f603b20
Compare
Choose a tag to compare

<a name"4.1.0">

4.1.0 (2018-02-06)

Bug Fixes

  • UI:
    • Do not show orientation widget when viewing 2D images (8e14e22b)
    • Remove widgets to add additional Gaussians in 2D mode (eb81313f)
    • Fix viewing 2D images (833fb6bb)
    • Switch the order of the volume rendering controls and the slice controls (40d91712)
    • Present Z slider when z plane view mode is selected (19c7126b)
    • Do not display volume rendering widgets when in plane modes (00894628)
  • Upload: Use async / await to process new files in the upload button (e5663d25)

Features

  • LookupTable: Dynamically adjust the lookup table based on the transfer function widget opacit (b1ce8a74)
  • Slices: Slices share the same lookup table as the volume rendering (01329cee)
  • UI:
    • Add button to enable / disable the orientation widget and corner annotation (8a2ed27b)
    • Add corner annotation (f22b1c14)
    • Add slice index sliders (82d1f483)
    • Improve shadow button padding (ca6d8856)
    • Highlight selected view mode (63cd9e89)
    • Use opacity toggling instead of toggle widgets (34050846)
    • Add interface to view planes in the volume rendering mode (06902d5c)
    • Start ItkVtkViewProxy (0f3fb522)
    • Add view mode icons (16896b5d)
    • Use a better shadow button icon (b7f97801)
    • Add shadow, sample distance, and gradient opacity controls (b337c149)
    • Add screenshot button (f91cf8e4)
    • Put main toggle separate from the rest of the UI (4f91229b)
    • Add button to upload new input data (6fddd894)
    • Use flexbox for the UI (e4918da3)
    • Add standard menu toogle icon (0df5e3f4)

v4.0.0

29 Jan 19:37
29107a7
Compare
Choose a tag to compare

<a name"4.0.0">

4.0.0 (2018-01-29)

Features

  • Viewer: Use ViewProxy and ProxyManager to create 3D view (50a4ead1)

Breaking Changes

  • createLocalFileReader is now createViewerFromLocalFiles. createViewer is now
    createViewerFromUrl.

(a766bf5a)

v3.1.1

25 Jan 14:24
6a64122
Compare
Choose a tag to compare

<a name"3.1.1">

3.1.1 (2018-01-25)

Bug Fixes

  • ServiceWorker: Add missing workbox-sw.prod.v2.1.2.js. (cf5d7ca9)

v3.1.0

25 Jan 03:58
d0c0a3d
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2018-01-25)

Features

  • Dependencies: Update vtk.js to 5.15.2 (a6235e87)

v3.0.0

25 Jan 03:06
a08eaaa
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2018-01-25)

Features

  • processFiles: Add DICOM series support (58d3d275)

Breaking Changes

  • processFile is now processFiles and it accepts an Array of File's or FileList.

(58d3d275)