Releases: Kitware/react-vtk-js
Releases · Kitware/react-vtk-js
v2.0.0-beta.8
v2.0.0-beta.7
v2.0.0-beta.6
v2.0.0-beta.5
v2.0.0-beta.4
2.0.0-beta.4 (2023-04-06)
Bug Fixes
v2.0.0-beta.3
v2.0.0-beta.2
v1.18.0
v2.0.0-beta.1
2.0.0-beta.1 (2023-02-22)
chore
- update rollup and other packages (29d65bf)
BREAKING CHANGES
- this commit will release a breaking change, which was
not properly done in a prior commit. See BREAKING_CHANGES.md for info.
v1.18.0-beta.1
1.18.0-beta.1 (2023-02-22)
Bug Fixes
- Algorithm: update viewer on algo update (0bd1637)
- DataArray: register array before model update (71e4cea)
- do not bundle vtk.js (ab47f69)
- InteractorStyle: setStyle must be memoized (4fb11dd)
- Picking: getCanvas fix (dabebc6)
- Picking: remove onSelect and split pick func (e887c9d)
- PolyData: recompute bounds (4108827)
- Renderer: call correct resetCamera (676d273)
- Renderer: no need to call setDraw (c673123)
- RenderWindow: queue a render after resize (8020f1f)
- RenderWindow: remove setDraw calls for now (3b31f20)
- RenderWindow: setState race conditions (501e6ec)
- SliceRepresentation: copy-paste error (598be45)
- ts/View: set camera props in correct order (a373b8f)
- ts: add default props to previous props (73ca10c)
- update IView and move types to file (be2b0a9)
- useCamera: filter out any null props (169c5e4)
- useInteractorStyle: improve registration (9ba919f)
- useInteractorStyle: set style immediately (f4b4d69)
- useProp: skip warning (cdabc9d)
- View: add getViewContainer to view API (3f1034e)
- View: avoid always-null api (3adb234)
Features
- add Geometry2DRepresentation (d570bb6)
- add ImageData and SliceRepresentation (9a91034)
- add more vtk.js types (26f1139)
- CellData: add component (20d92b8)
- expose fine-grained components (e37255c)
- FieldData: add component (7825ddd)
- IRepresentation: expose actor and mapper (596456e)
- MultiViewRoot: initial implementation (405b5a4)
- ParentedView: handle custom interactor style (af7462a)
- Picking: add Picking implementation (02f6d7b)
- Reader: port over this component (29c44c3)
- remove interactor style if the same (8175cf4)
- ShareDataSet: initial implementation (1fde03c)
- ts/View: add camera props (ccf7552)
- ts/View: add interactor style (e2c0f04)
- ts: working PolyDataWithData example (e4a2f3e)
- View: autoCenterOfRotation (c22805f)
- View: expose container on API (b5d9e8c)
- View: move interactor style up to View (ee76d85)
- View: View handles center of rotation (9735f16)
- working react 18 upgrades (non-strict) (addf39c)