Skip to content

Releases: Kitware/vtk-js

v5.8.0

08 Dec 14:22
d4e30bc
Compare
Choose a tag to compare

<a name"5.8.0">

5.8.0 (2017-12-08)

Features

  • TextureMapToSphere: Add the vtkTextureMapToSphere filter (5cd16263)

v5.7.7

07 Dec 21:42
66ed348
Compare
Choose a tag to compare

<a name"5.7.7">

5.7.7 (2017-12-07)

Bug Fixes

  • IO: Move extractBinary to IO/Core/BinaryHelper (ebaa5a7b)
  • XMLReader:
    • Fix reading appended and zlib formats (cb3ce322)
    • Support reading zlib compressed appended format (2a8f3b68)
    • Add appended vtp parsing support (ee79adc0)
    • Basic handling of (U)Int64 arrays (7198e09e)
    • Use TypedArray view rather than slice (76c30747)
    • Add vti appended data format support (397f022c)

v5.7.6

05 Dec 23:56
f40b3c1
Compare
Choose a tag to compare

<a name"5.7.6">

5.7.6 (2017-12-05)

Bug Fixes

  • CornerAnnotation: Add corner annotation (ce56d9c6)
  • GenericRenderWindow: Add convenient render window with relocation capabilities (c5c108d2)
  • RenderWindowWithControlBar: RenderWindow with associated toolbar (e60d0f98)
  • Slider: Add Slider UI element (611422bb)

v5.7.5

01 Dec 23:40
be3ef81
Compare
Choose a tag to compare

<a name"5.7.5">

5.7.5 (2017-12-01)

Bug Fixes

  • Manipulators: Add support for alt modifier (57e7ae52)

v5.7.4

01 Dec 19:15
a0400d4
Compare
Choose a tag to compare

<a name"5.7.4">

5.7.4 (2017-12-01)

Bug Fixes

  • ConcentricCylinderSource: Add missing getCellFields() method (d7acde06)

v5.7.3

01 Dec 18:09
304e95f
Compare
Choose a tag to compare

<a name"5.7.3">

5.7.3 (2017-12-01)

Bug Fixes

  • ConcentricCylinderSource: Add support for masking layers (0027bb56)

v5.7.2

01 Dec 15:56
1036ca6
Compare
Choose a tag to compare

<a name"5.7.2">

5.7.2 (2017-12-01)

Bug Fixes

  • Rendering: tighter glyph bounds (8901d138)

v5.7.1

30 Nov 16:32
f58cf3a
Compare
Choose a tag to compare

<a name"5.7.1">

5.7.1 (2017-11-30)

Bug Fixes

  • Rendering:
    • fix two issues with glyph scaling (784b2926)
    • pixel space callback issues (b0b4d0fb)

v5.7.0

29 Nov 20:15
f29da44
Compare
Choose a tag to compare

<a name"5.7.0">

5.7.0 (2017-11-29)

Bug Fixes

  • Widgets: Fix some bad calls and add missing function's calls (16c6dfe8)

Features

  • Box: Add missing methods to add bounds (fb208877)
  • LineWidget: Implementation of vtkLineWidget (1e1e57b7)

v5.6.5

29 Nov 18:05
a4c1ba7
Compare
Choose a tag to compare

<a name"5.6.5">

5.6.5 (2017-11-29)

Bug Fixes

  • Glyph3DMapper:
    • Fix scaling by component (b49f8dce)
    • Fix typo in function name (4ed54af6)
    • Properly expose constants to class namespace (7838ae5d)