File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v3.12.0 (2026-04-29)
5+
6+ ### Continuous Integration
7+
8+ - ** tests** : Update python version
9+ ([ ` dfa0b05 ` ] ( https://github.com/Kitware/trame-client/commit/dfa0b052b917e6d509f224f0f6e0bb5fe32acef1 ) )
10+
11+ ### Features
12+
13+ - ** Handler** : Add a client script dispatcher widget
14+ ([ ` 8b8aa26 ` ] ( https://github.com/Kitware/trame-client/commit/8b8aa26fcb0c0e840b7067bb49c070ee65c3db92 ) )
15+
16+ This new Handler widget aims to allow library consumers to register JS module files with minimal
17+ boilerplate, and later call functions defined in those registered scripts at runtime in the trame
18+ client. Scripts can be either ES or UMD modules and can be registered from the local filesystem or
19+ remote URL.
20+
21+
422## v3.11.4 (2026-03-24)
523
624### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " trame-client"
3- version = " 3.11.4 "
3+ version = " 3.12.0 "
44description = " Internal client of trame"
55authors = [
66 {name = " Kitware Inc." },
You can’t perform that action at this time.
0 commit comments