Skip to content

Releases: Kitware/trame-vtklocal

v0.16.4

30 Jan 01:31

Choose a tag to compare

v0.16.4 (2026-01-30)

Bug Fixes

  • unregister_vtkobject: Fix internal method call (3827f76)

Detailed Changes: v0.16.3...v0.16.4

v0.16.3

28 Jan 16:30

Choose a tag to compare

v0.16.3 (2026-01-28)

Bug Fixes

  • emit_memory: Add property to optionally report memory consumption (01bd843)

Documentation

  • example: Add emit_memory=True prop (7a85d2f)

Testing

  • Add helper methods to test perf (6bb7cfc)

Detailed Changes: v0.16.2...v0.16.3

v0.16.2

27 Jan 00:30

Choose a tag to compare

v0.16.2 (2026-01-27)

Bug Fixes

  • vtk: Update vtk-wasm to support 9.4 to 9.6 (4f428f7)

Continuous Integration

Documentation


Detailed Changes: v0.16.1...v0.16.2

v0.16.1

22 Jan 21:47

Choose a tag to compare

v0.16.1 (2026-01-22)

Bug Fixes

  • packaging: Add missing packaging dependency (d1c9951)

Detailed Changes: v0.16.0...v0.16.1

v0.16.0

02 Jan 02:43

Choose a tag to compare

v0.16.0 (2026-01-02)

Features

  • vtklocal: Add progress event handling during WASM sync (5546dc6)

Detailed Changes: v0.15.4...v0.16.0

v0.15.4

29 Nov 21:38

Choose a tag to compare

v0.15.4 (2025-11-29)

Bug Fixes

  • api: Expose resize & wasmManager (2cc72d6)

Detailed Changes: v0.15.3...v0.15.4

v0.15.3

08 Nov 01:51

Choose a tag to compare

v0.15.3 (2025-11-08)

Bug Fixes

  • camera: Trigger camera event at startup and add render() method (0dee6eb)

Continuous Integration

  • Use playwright in tests (c61c1eb)

Signed-off-by: Patrick Avery patrick.avery@kitware.com

Documentation

  • Use TrameApp class in file_viewer.py (f77ba50)

Detailed Changes: v0.15.2...v0.15.3

v0.15.2

25 Aug 17:10

Choose a tag to compare

v0.15.2 (2025-08-25)

Bug Fixes

  • wasm: Handle different WASM file naming for older versions (f6f8c93)

Documentation

  • BorderWidget: Try vtkBorderWidget (3cf5a41)

Detailed Changes: v0.15.1...v0.15.2

v0.15.1

14 Aug 16:53

Choose a tag to compare

v0.15.1 (2025-08-14)

Bug Fixes

  • css: Import css from vtk-wasm (df8a55f)

Detailed Changes: v0.15.0...v0.15.1

v0.15.0

13 Aug 16:57

Choose a tag to compare

v0.15.0 (2025-08-13)

Chores

  • Remove GitHub workflow for publishing @kitware/trame-vtklocal to npm (e866983)

Continuous Integration

  • Update apt cache before installing osmesa (0545876)

Features

  • Remove js-lib and refactor vue-components to use @kitware/vtk-wasm (06240a7)

  • Deleted js-lib directory including package.json, vite configuration files, and related build scripts.

  • Updated vue-components package.json to include @kitware/vtk-wasm as a dependency.

  • Refactored VtkLocal component to import RemoteSession from @kitware/vtk-wasm.

  • Removed remote.js, standalone.js, viewer.js, wasmLoader.js, style.css from vue-components.

  • Updated viewer.js to remove ExportViewer class and related functionality.


Detailed Changes: v0.14.1...v0.15.0