Skip to content

Releases: Kitware/vtk-js

v5.1.5

17 Oct 05:09
Compare
Choose a tag to compare

<a name"5.1.5">

5.1.5 (2017-10-17)

Bug Fixes

  • PolyDataMapper: Fix typo (22a76626)
  • RenderWindowInteractor: Allow MouseMove to be forwarded to other listeners (8a986aab)
  • STLReader: Add reader for binary format (ba38b7fd)

v5.1.4

16 Oct 17:15
Compare
Choose a tag to compare

<a name"5.1.4">

5.1.4 (2017-10-16)

Bug Fixes

  • PiecewiseGaussianWidget: Fix animation issue on touch device (4892d2d7)
  • Rendering: make sure scalar visibility works properly (f48c9a70)

v5.1.3

16 Oct 17:00
Compare
Choose a tag to compare

<a name"5.1.3">

5.1.3 (2017-10-16)

Bug Fixes

  • PiecewiseGaussianWidget: Fix animation issue on touch device (4892d2d7)

v5.1.2

13 Oct 21:55
Compare
Choose a tag to compare

<a name"5.1.2">

5.1.2 (2017-10-13)

Bug Fixes

  • XMLReader: Add support for Binary+ZLib compression format (97e20739)

v5.1.1

11 Oct 23:36
Compare
Choose a tag to compare

<a name"5.1.1">

5.1.1 (2017-10-11)

Bug Fixes

  • ImageData: Ensure call to computeTransforms() at construction (2f20d87e)
  • PiecewiseGaussianWidget: Add animation event (3aca431c)
  • XMLPolyDataReader: Add polydata reader (1904090c)
  • XMLReader: Add generic XML reader (afe2d519)

v5.1.0

11 Oct 15:32
Compare
Choose a tag to compare

<a name"5.1.0">

5.1.0 (2017-10-11)

Bug Fixes

  • InteractorObserver: Call the right view (089192e5)

Features

  • Widget: Add widget + widget representation notions (ff08553e)

v5.0.2

10 Oct 22:37
Compare
Choose a tag to compare

<a name"5.0.2">

5.0.2 (2017-10-10)

Bug Fixes

  • XMLImageDataReader: Add new image data reader (6e2f970f)

v5.0.1

10 Oct 13:53
Compare
Choose a tag to compare

<a name"5.0.1">

5.0.1 (2017-10-10)

Bug Fixes

  • CellPicker: Check the right value if a cell is intersected (a23956d0)
  • widget: Remove debug code from PiecewiseGaussianWidget (63e5de72)

v5.0.0

06 Oct 20:12
Compare
Choose a tag to compare

<a name"5.0.0">

5.0.0 (2017-10-06)

Bug Fixes

  • DataAccessHelper:
  • HttpDataSetReader:
    • add setProgressCallback() method (ebbc7b41)
    • Rename fetchZipFile to fetchBinary with extra options argument (33291d84)

Breaking Changes

  • Refactor fetchText(instance = {}, url, compression, progressCallback) into fetchText(instance = {}, url, options = { compression, progressCallback: fn() })

(8bd77a81)

  • Refactor fetchJSON(instance = {}, url, compression) into fetchJSON(instance = {},
    baseURL, array, options = { compression, progressCallback: fn() })

(83740d7e)

  • Refactor fetchArray(instance = {}, baseURL, array, fetchGzip = false) into
    fetchArray(instance = {}, baseURL, array, options = { compression: 'gz', progressCallback: fn() })

(8e633890)

  • Rename HttpDataSetReader.fetchZipFile(url) to HttpDataSetReader.fetchBinary(url,
    options)

(33291d84)

v4.3.2

06 Oct 18:31
Compare
Choose a tag to compare

<a name"4.3.2">

4.3.2 (2017-10-06)

Bug Fixes

  • PiecewiseFunctionWidget:
    • Renamed to PiecewiseGaussianWidget (101cd89e)
    • Add support for touch (387c117a)