Skip to content

Releases: Kitware/trame-client

v3.13.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 20:49

v3.13.2 (2026-06-10)

Bug Fixes

  • translation: Set state defaults on 'with' exit (24a0dfa)

Detailed Changes: v3.13.1...v3.13.2

v3.13.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 15:07

v3.13.0 (2026-06-09)

Documentation

  • handler: Docker information (707995f)

Features

  • google-colab: Add support for google colab iframe (eaba80b)

Detailed Changes: v3.12.3...v3.13.0

v3.12.3

Choose a tag to compare

@github-actions github-actions released this 26 May 21:21

v3.12.3 (2026-05-26)

Bug Fixes

  • testing: Fix assert_images_match (f7df995)

Fix assertion error in assert_images_match where was asserted that the total number of mismatched pixels between the two images was inferior to a float between 0.0 and 1.0

Chores

Continuous Integration


Detailed Changes: v3.12.2...v3.12.3

v3.12.2

Choose a tag to compare

@github-actions github-actions released this 11 May 16:36

v3.12.2 (2026-05-11)

Bug Fixes

  • user-script: Remove invalid version (94bed56)

Chores

Update pre-commit configuration to align with latest trame standards


Detailed Changes: v3.12.1...v3.12.2

v3.12.1

Choose a tag to compare

@github-actions github-actions released this 29 Apr 22:33

v3.12.1 (2026-04-29)

Bug Fixes

  • ws: Enable ws proxy via MessageChannel (1af1f5d)

Detailed Changes: v3.12.0...v3.12.1

v3.12.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 16:48

v3.12.0 (2026-04-29)

Continuous Integration

  • tests: Update python version (dfa0b05)

Features

  • Handler: Add a client script dispatcher widget (8b8aa26)

This new Handler widget aims to allow library consumers to register JS module files with minimal boilerplate, and later call functions defined in those registered scripts at runtime in the trame client. Scripts can be either ES or UMD modules and can be registered from the local filesystem or remote URL.


Detailed Changes: v3.11.4...v3.12.0

v3.11.4

Choose a tag to compare

@github-actions github-actions released this 24 Mar 00:20

v3.11.4 (2026-03-24)

Bug Fixes

  • decorators: Gracefully Handle File Read Errors (#53, f330811)

Used so files with read errors don't halt execution, instead are handled gracefully and submitted to the server

Chores

  • js: Add type definitions to js-lib (d2512ff)

  • js: Advance @kitware/trame to v1.0.0 (b558e1d)

  • js: Remove vtk.js dependency from js-lib (ba2b813)


Detailed Changes: v3.11.3...v3.11.4

v3.11.3

Choose a tag to compare

@github-actions github-actions released this 19 Feb 22:56

v3.11.3 (2026-02-19)

Bug Fixes

  • exit: Close websocket on exit (e8524b4)

Detailed Changes: v3.11.2...v3.11.3

v3.11.2

Choose a tag to compare

@github-actions github-actions released this 08 Oct 16:09

v3.11.2 (2025-10-08)

Bug Fixes

  • layout: Add template name property in AbstractLayout (#48, 852a461)

Co-authored-by: Justine Antoine justine.antoine@kitware.com


Detailed Changes: v3.11.1...v3.11.2

v3.11.1

Choose a tag to compare

@github-actions github-actions released this 06 Oct 15:14

v3.11.1 (2025-10-06)

Bug Fixes

  • input: Support webkitdirectory (2c084c8)

Add support for webkitdirectory parameter for Input element


Detailed Changes: v3.11.0...v3.11.1