Releases: Kitware/trame-client
v3.12.3
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
v3.12.2 (2026-05-11)
Bug Fixes
- user-script: Remove invalid version (
94bed56)
Chores
- Update pre-commit (
76eba1d)
Update pre-commit configuration to align with latest trame standards
Detailed Changes: v3.12.1...v3.12.2
v3.12.1
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
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
v3.11.4 (2026-03-24)
Bug Fixes
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
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
v3.11.2 (2025-10-08)
Bug Fixes
Co-authored-by: Justine Antoine justine.antoine@kitware.com
Detailed Changes: v3.11.1...v3.11.2
v3.11.1
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
v3.11.0
v3.11.0 (2025-10-02)
Features
- connect_parent: Add flag to disable auto widget connection (
5ef388f)
Detailed Changes: v3.10.4...v3.11.0
v3.10.4
v3.10.4 (2025-09-23)
Bug Fixes
- Change selenium requirement to playwright (
1870469)
Signed-off-by: Patrick Avery patrick.avery@kitware.com
Detailed Changes: v3.10.3...v3.10.4