Skip to content

Releases: Kitware/react-vtk-js

v1.5.9

26 Jul 17:06
d132670
Compare
Choose a tag to compare

1.5.9 (2021-07-26)

Bug Fixes

  • Reader: Allow user to pass options to vtk.js (e7c901d)
  • Reader: pass progressCallback to the reader constructor (1e97bbc)
  • View: Allow user to disable all interactions (2db40ec)

v1.5.8

21 Jul 23:46
0ae7ecb
Compare
Choose a tag to compare

1.5.8 (2021-07-21)

Bug Fixes

  • View: Make canvas DPI aware (c01b6d9)

v1.5.7

13 Jul 19:48
010dd4e
Compare
Choose a tag to compare

1.5.7 (2021-07-13)

Bug Fixes

  • core: callbacks should not run post unmount (d091032)

v1.5.6

08 Jul 19:39
014a952
Compare
Choose a tag to compare

1.5.6 (2021-07-08)

Bug Fixes

  • ShareDataSet: Stop data listener on unmount (01ab46e)

v1.5.5

23 Jun 15:29
1506c70
Compare
Choose a tag to compare

1.5.5 (2021-06-23)

Bug Fixes

  • Build: Clean-up package-lock.json (8ed9748)
  • Build: Update package-lock.json again (2134ba9)
  • Build: Update package-lock.json to reflect updates to package.json (675b767)
  • Build: Update usage/example package-lock.json (90f583c)
  • Interaction: Expose focal point as center of rotation option (51009c2)

v1.5.4

17 Jun 20:59
9432796
Compare
Choose a tag to compare

1.5.4 (2021-06-17)

Bug Fixes

  • Interaction: Expose world up vector settings for rotate manipulator (b580ed6)

v1.5.3

17 May 21:20
350a976
Compare
Choose a tag to compare

1.5.3 (2021-05-17)

Bug Fixes

  • Cutter: Add vtkCutter class along with example (6715b5a)

v1.5.2

07 May 19:03
Compare
Choose a tag to compare

1.5.2 (2021-05-07)

Bug Fixes

  • algorithm: fix input initialization order (a456c9e), closes #7
  • vtk.js: Update to 18.0.0 (090af8d)

v1.5.1

16 Apr 17:16
Compare
Choose a tag to compare

1.5.1 (2021-04-16)

Bug Fixes

  • PolyData: handle CellArray size with binary points (08ee767)

v1.5.0

14 Apr 18:08
Compare
Choose a tag to compare

1.5.0 (2021-04-14)

Bug Fixes

  • NoInput: Prevent no-input error (b7f2c13)

Features

  • BinaryArray: Handle TypedArray and binary arrays (2b256ca)