Releases: Kitware/trame
v3.12.0
v3.11.0
v3.10.2
v3.10.2 (2025-06-06)
Bug Fixes
- assets: Expose download_file_from_google_drive (
351d13b)
Continuous Integration
- Try to fix rtd (
bd48e8b)
Documentation
-
Update basic example with new TrameApp (
3a7f8f2) -
Update cone docker app image (
36be943) -
Update plotly and docker (
12291ec) -
Upgrade sample code on website (
615c85f) -
jupyter: Update example with TrameApp (
8b4cf3a) -
website: Add activity section and update news (
1361bbc)
Detailed Changes: v3.10.1...v3.10.2
v3.10.1
v3.10.1 (2025-05-28)
Bug Fixes
- vtk: Return import error (
73b9a34)
Detailed Changes: v3.10.0...v3.10.1
v3.10.0
v3.10.0 (2025-05-28)
Features
- vtk: Add tool for displaying rendering capabilities (
e644c0f)
Detailed Changes: v3.9.1...v3.10.0
v3.9.1
v3.9.1 (2025-05-27)
Bug Fixes
- common: Update dep version on trame-common (
f72ea0e)
Chores
- deps-dev: Bump vite from 4.5.11 to 4.5.13 in /docs/vitepress (
f2f2a04)
Bumps vite from 4.5.11 to 4.5.13.
updated-dependencies:
- dependency-name: vite dependency-version: 4.5.13
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
- deps-dev: Bump vite from 4.5.13 to 4.5.14 in /docs/vitepress (
a7d19b8)
Bumps vite from 4.5.13 to 4.5.14.
updated-dependencies:
- dependency-name: vite dependency-version: 4.5.14
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
- docker: Add option to configure launcher timeout (
9dd07cc)
Continuous Integration
Documentation
-
Add trame-alerts in known available widgets (
9fd77df) -
Update website (
eca8cb7) -
html: Precise the usage of parentheses for expressions (
081dbe9) -
wasm: Add example (
8afb47b) -
wasm: Add example (
e39eb87) -
wasm: Add example (
b60b429) -
wasm: Add example (
9fee106) -
wasm: Add example (
6646477)
Detailed Changes: v3.9.0...v3.9.1
v3.9.0
v3.9.0 (2025-04-25)
Bug Fixes
Code Style
Documentation
-
discussion: Add example 707 (
a684a5b) -
examples: Fix image path in readmes (
37a9e38) -
examples: Images (
0c154b2) -
examples: Images (
9c7618b) -
examples: Images (
0bc5c30) -
examples: Images (
26c69da) -
examples: Images (
daed428) -
examples: Reformat using ruff and sorting import (
74b0276)
Features
- common: Leverage trame-common for utility class/function (
61b60a9)
New Features: - Add dependency to trame-common for providing generic classes that can be relevant across trame packages. This includes assets handling, execution helper (throttle, async task), decorators and abstract classes for building components or apps. - Expose new TrameApp and TrameComponent classes from trame.app to simplify the creation of trame pieces when using inheritance instead of the @TrameApp() decorator.
Deprecation and cleanup - trame.app.dev should be deprecated/removed but for now we just remove a method that has been broken for quite some time. In general that package is fairly advanced and internal. It should not be needed by 99.99% of folks. - trame.app.jupyter has been removed since the Jupyter integration is directly part of the layouts and that package should not be used anymore.
Testing
- Update endlines (
834fab6)
Detailed Changes: v3.8.2...v3.9.0
v3.8.2
v3.8.2 (2025-04-10)
Bug Fixes
- yaml: Add missing dependency for tools.widget (
5d0e0c7)
Build System
-
Install
gosufromtianon/gosuimage instead of ap (dc12610) -
ci: Build Python 3.12 images on top of Ubuntu 24.04 (
1c0f557)
Chores
- deps-dev: Bump vite from 4.5.9 to 4.5.11 in /docs/vitepress (
cee0585)
Bumps vite from 4.5.9 to 4.5.11.
updated-dependencies:
- dependency-name: vite dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Documentation
-
Update community.md (
095f86f) -
citing: Add citing information (
18368d3) -
examples: Ruff + add deep reactive (
6b1a595) -
launcher: Update instructions to make the launcher example works (
6d67d21) -
parsli: Add parsli to the community page (
3c815e2)
Detailed Changes: v3.8.1...v3.8.2
v3.8.1
v3.8.1 (2025-03-08)
Bug Fixes
- tools: Fix indent for widget generation (
e9ed78b)
Continuous Integration
Documentation
-
drilldown: Add Drill Down to community page (
0845e47) -
example: Load style for missing font (
7ec0e6f) -
examples: Fix vue3 vuetify datatable example (
4ff6b19)
Detailed Changes: v3.8.0...v3.8.1
v3.8.0
v3.8.0 (2025-02-04)
Chores
- deps-dev: Bump vite from 4.5.3 to 4.5.9 in /docs/vitepress (
b34a4b2)
Bumps vite from 4.5.3 to 4.5.9.
updated-dependencies:
- dependency-name: vite dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Continuous Integration
Documentation
-
ai: Add chat bot (
f0c1989) -
docker: Update base image (
1528091) -
guide: Update 'Forcing state exchange' section (
5ec0c85) -
multi-view: Trigger 2 render (
445c7b8)
Features
-
TrameApp: Avoid intermediate class (
1af1fd8) -
TrameApp: Support decorated class inheritance (
7e7b9ff)
Detailed Changes: v3.7.6...v3.8.0