Skip to content

Releases: Kitware/vtk-js

v5.10.5

09 Jan 15:25
b9951d9
Compare
Choose a tag to compare

5.10.5 (2018-01-09)

Bug Fixes

  • XMLReader: Buffer length may not fit the typed array (88979d7)

v5.10.4

08 Jan 19:03
d74c929
Compare
Choose a tag to compare

5.10.4 (2018-01-08)

Bug Fixes

  • Algo: Allow algo to be used with objects that don't have requestData (a5578a5)

v5.10.3

05 Jan 16:25
287cb8b
Compare
Choose a tag to compare

5.10.3 (2018-01-05)

Bug Fixes

  • babel: Update to use babel-preset-env (ef9ce0e)
  • ColorTransferFunction: ESLint Math.pow (27ad205)
  • DataSetAttributes: ESLint (66832b5)
  • ESLint: Add back rules that make sense (87dbfda)
  • ESLint: More code change (3852002)
  • ESLint: test and example (6a73b1e)
  • export: Put back missing export in macro and DataArray/Constants (a03a916)
  • HtmlDataAccessHelper: ESLint reject(new Error(...)) (6cdb127)
  • HttpDataAccessHelper: Fix promise usage (e8b0469)
  • HttpDataSetReader: Fix promise usage (68bb629)
  • ImageData: ESLint (f9bd36c)
  • JSZipDataAccessHelper: Promise usage (35eb158)
  • lintrc: Refine prefer-destructuring rule (4373969)
  • Mapper: ESLint (2c6cd01)
  • Math: ESLint (92793c3)
  • Math: Fix typo (bda8478)
  • MoleculeToRepresentation: ESLint (53661a9)
  • MoleculeToRepresentation: Properly rewrite pow with ** (24f1eec)
  • MTLReader: ESLint (10f0d8a)
  • OBJReader: ESLint (a04e1fe)
  • OpenGLImageMapper: shader modification to create a vec4 (f22edef)
  • PDBReader: ESLint (8ff5c5c)
  • PiecewiseFunction: ESLint (db00936)
  • PointSource: ESLint (f3ca24a)
  • PolyDataMapper: ESLint (feb25a3)
  • PolyDataReader: ESLint (6429efa)
  • prettier: Add usage of prettier for formatting (2a30cb1)
  • Rendering: fix bad data for image mapper (d5eeec0)
  • Rendering: handle layers better (6c4532c)
  • ScalarsToColors: ESLint (16f869c)
  • SelectionNode: ESLint (c2bfb19)
  • SLICSource: ESLint (b234ce5)
  • SphereSource: ESLint (af8e286)
  • STLReader: ESLint (c43ba30)
  • SynchronizableRenderWindow: ESLint (3b18cdf)
  • TextureMapToSphere: Set the right number of points of the output's filter (e9a3945)
  • VolumeMapper: ESLint (0b8fdcc)
  • VolumeProperty: ESLint (3c6e41f)
  • XMLReader: ESLint (6dcdee6)

v5.10.2

03 Jan 16:44
bc5faab
Compare
Choose a tag to compare

<a name"5.10.2">

5.10.2 (2018-01-03)

Bug Fixes

  • Rendering: fix volume visibility (a9c7c7e2)

v5.10.1

03 Jan 00:31
34bf9c6
Compare
Choose a tag to compare

<a name"5.10.1">

5.10.1 (2018-01-03)

Bug Fixes

  • macro: Fix missing semi (7748136f)
  • proxy: Add capability to link properties across proxies (da61f646)

v5.10.0

29 Dec 00:43
68cc84d
Compare
Choose a tag to compare

<a name"5.10.0">

5.10.0 (2017-12-29)

Bug Fixes

  • ArrowSource: Transform normals of cylinder along with points (288d0241)
  • MatrixBuilder: Allow apply() to be chain (ebad3439)
  • algo: Dump an error when adding more inputs than the algorithm expects (f98f4fa4)

Features

  • Sources: Added new source for arrow (b0e286b3)
  • algo: Added API to be able to add more inputs to an algorithm (19de507e)

v5.9.8

23 Dec 21:36
dda5747
Compare
Choose a tag to compare

<a name"5.9.8">

5.9.8 (2017-12-23)

Bug Fixes

v5.9.7

18 Dec 23:07
7acd46c
Compare
Choose a tag to compare

<a name"5.9.7">

5.9.7 (2017-12-18)

Bug Fixes

  • AnnotatedCubeActor:
    • Put font family in quotes (fd163695)
    • Camera default looks down -Z direction (715c944a)
    • Correctly copy default object values (93b85951)
    • Add an AnnotatedCubeActor (0edaebcf)
  • Docs: Add new API docs; add small method to OrientationMarkerWidget (5df3710f)
  • OrientationMarkerWidget:
    • Generalize API surface (b1e09e14)
    • Comment out null default values (f3cc160a)
    • Stop listening to interactor when disabled (6efa3c7a)
    • Constants in other file and update example (07d29684)
    • Add OrientationMarkerWidget (2eb93cca)

v5.9.6

14 Dec 22:37
bf89eaa
Compare
Choose a tag to compare

<a name"5.9.6">

5.9.6 (2017-12-14)

Bug Fixes

  • VolumeMapper: Fix typo setWindow() to setOpenGLRenderWindow() (ea3c10fc)

v5.9.5

13 Dec 19:36
b51cce7
Compare
Choose a tag to compare

<a name"5.9.5">

5.9.5 (2017-12-13)

Bug Fixes

  • XMLReader:
    • rename parseArrayBuffer to extractAppendedData (7917bee4)
    • vti/vtp readers expose parseArrayBuffer() (2b1d11a4)