Releases: Kitware/react-vtk-js
Releases · Kitware/react-vtk-js
v1.5.9
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
1.5.8 (2021-07-21)
Bug Fixes
- View: Make canvas DPI aware (c01b6d9)
v1.5.7
1.5.7 (2021-07-13)
Bug Fixes
- core: callbacks should not run post unmount (d091032)
v1.5.6
1.5.6 (2021-07-08)
Bug Fixes
- ShareDataSet: Stop data listener on unmount (01ab46e)
v1.5.5
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
1.5.4 (2021-06-17)
Bug Fixes
- Interaction: Expose world up vector settings for rotate manipulator (b580ed6)
v1.5.3
1.5.3 (2021-05-17)
Bug Fixes
- Cutter: Add vtkCutter class along with example (6715b5a)
v1.5.2
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
1.5.1 (2021-04-16)
Bug Fixes
- PolyData: handle CellArray size with binary points (08ee767)
v1.5.0
1.5.0 (2021-04-14)
Bug Fixes
- NoInput: Prevent no-input error (b7f2c13)
Features
- BinaryArray: Handle TypedArray and binary arrays (2b256ca)