Releases: Kitware/vtk-js
Releases · Kitware/vtk-js
v5.15.2
5.15.2 (2018-01-24)
Bug Fixes
- AbstractRepresentationProxy: prevent infinit loop (98a9de1)
- GeometryRepresentationProxy: Expose more property (a7b50fa)
- PolyDataMapper: Fix issue with method call (ff82aeb)
- PolyDataMapper: Formatting (9879641)
v5.15.1
5.15.1 (2018-01-24)
Bug Fixes
- AnnotatedCubeActor: Code cleanup (f288dd8)
- RenderWindowInteractor: Handle event outside window when dragging (aded454)
- Slider: Handle event outside window when dragging (e217c2a)
v5.15.0
5.15.0 (2018-01-24)
Bug Fixes
- AnnotatedCubeActor: Support face rotations (01a0fa1)
- MoleculeRepresentationProxy: Add molecule representation proxy (bb4af82)
- MoleculeToRepresentation: Expose more properties (4b1ca3b)
- PDBReader: add parseText method (0abf528)
- TubeFilter: Compute number of points and normals based on capping (f13ca5a)
Features
- TubeFilter: Added TCoords support to tube filter (2f283ed)
- TubeFilter: Initial implementation of tube filter (ce3f2a9)
v5.14.0
5.14.0 (2018-01-24)
Bug Fixes
- ImageMapper: Fix missing modified() (f1b162c)
- LookupTableProxy: Add proxy to manage LoookupTable with preset (9de6aaa)
- macro: add force flag when binding link (3e99be4)
- Manipulators: Use Float64 to fix precision issue (ad3cf41)
- OrientationMarkerWidget: add missing modified() (0807884)
- PiecewiseFunctionProxy: Add proxy to manage PiecewiseFunction with gaussians (0211a9a)
- PiecewiseGaussianWidget: Update bg color map when mtime different (4a5020b)
- Proxy: Allow dataset to be removed (5632d4a)
- Rendering: maybe fix image mapper (81e88a0)
- SliceRepresentationProxy: Fix initialization issue (cac70cf)
- SliceRepresentationProxy: Simplify API (befa1f4)
Features
- ProxyManager: Bring proxy infrastructure to vtk.js (d52782b)
v5.13.4
5.13.4 (2018-01-23)
Bug Fixes
- Rendering: tighten up the shader rebuild code (d362585)
v5.13.3
5.13.3 (2018-01-22)
Bug Fixes
- Renderer: Update gl viewport on zbuffer pass (873f1e9)
v5.13.2
5.13.2 (2018-01-19)
Bug Fixes
- RangeManipulator: allow querying current value with get callback (5988867)
v5.13.1
5.13.1 (2018-01-19)
Bug Fixes
- OrientationMarkerWidget: Regression in widget corner specification (1e5e877)
v5.13.0
5.13.0 (2018-01-18)
Features
- RangeManipulator: add generic range manipulator (8ddc850)
v5.12.2
5.12.2 (2018-01-18)
Bug Fixes
- OrientationMarkerWidget: Listen to the view modified event (50896db)
- OrientationMarkerWidget: Shrink widget if window size is smaller (920865a)
- OrientationMarkerWidget: Use bounded square viewport (72684c5)
- OrientationMarkerWidget: Use vtkErrorMacro over console.error (4db373b)