Skip to content

Releases: Kitware/react-vtk-js

v2.0.0-beta.8

06 Jul 18:15
ae5e18a
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

2.0.0-beta.8 (2023-07-06)

Features

  • vtk.js: update vtk.js to 26.9.9 (4b009e5)

v2.0.0-beta.7

08 Jun 15:07
1af4ecf
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

2.0.0-beta.7 (2023-06-08)

Bug Fixes

  • do not show data if dataset is deleted (2e84f19)

v2.0.0-beta.6

24 May 16:04
f877b65
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2023-05-24)

Features

  • onDataAvailable representation callback (0863e96)

v2.0.0-beta.5

18 Apr 19:13
22a4948
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2023-04-18)

Bug Fixes

  • Picking: use react event system (0bc5c85)
  • View: api is not optionally null (f4a063e)

Features

  • Dataset: initial dataset impl (6a1db28)
  • SliceRepresentation: mapper instance prop (9aff778)

v2.0.0-beta.4

06 Apr 16:03
f8a7e62
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2023-04-06)

Bug Fixes

  • useInteractorStyle: get latest value (9722b83)
  • useInteractorStyle: track effect deps (8d700e3)

v2.0.0-beta.3

06 Apr 15:18
57fd95f
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2023-04-06)

Bug Fixes

  • useInteractorStyle: no presets with external styles (674b232)

v2.0.0-beta.2

15 Mar 14:10
0cc3878
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2023-03-15)

Features

v1.18.0

14 Mar 19:55
5ff3d53
Compare
Choose a tag to compare

1.18.0 (2023-03-14)

Features

  • vtk.js: update vtk.js to 26.8.0 (4aa322c)

v2.0.0-beta.1

22 Feb 17:39
8498487
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

22 Feb 17:13
f9d68ab
Compare
Choose a tag to compare
v1.18.0-beta.1 Pre-release
Pre-release

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)