Skip to content

Commit 58083f4

Browse files
author
semantic-release
committed
3.12.0
Automatically generated by python-semantic-release
1 parent 55f18a1 commit 58083f4

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-client"
3-
version = "3.11.4"
3+
version = "3.12.0"
44
description = "Internal client of trame"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)