Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/vitepress/news.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Mai 27, 2026
[Trame client 3.12](https://github.com/Kitware/trame-client/releases/tag/v3.12.0) features a Handler widget to easily register and run JavaScript modules files on the client side with minimal boilerplate. See the examples [here](https://github.com/Kitware/trame-client/tree/master/examples/handler)

## February 10, 2026

[Trame GWC](https://github.com/Kitware/trame-gwc/releases/tag/v0.2.0) now supports vue3 client following the migration of the Girder Web Components to Vue3.

## Mai 28, 2025

[Version 3.10](https://kitware.github.io/trame/guide/versions/features.html#version-3-10) of trame has been released. This version add a new tool for providing information on the rendering backend used by VTK. The tool documentation is available [here](https://trame.readthedocs.io/en/latest/tools.vtk.html), but in a nutshell, this is going to be very useful when debugging cloud deployment for remote rendering setup for either VTK or ParaView.
Expand All @@ -25,6 +29,10 @@ Trame vuetify has been updated to include [Andromeda 3.8](https://vuetifyjs.com/

[Version 3.8](https://kitware.github.io/trame/guide/versions/features.html#version-3-8) of trame has been released. This mainly fixes the `@TrameApp()` decorator so it can be used throw inheritance.

## January 23, 2025

[Trame GWC](https://github.com/Kitware/trame-gwc/releases/tag/v0.1.0) has been released, extending trame widgets with Girder Web Components to simplify connecting to and interacting with Girder databases. These widgets are only available with the vue2 client.

## October 29, 2024

With the release of __vtk__ 9.4, we have some really cool news for the __python__ community.
Expand Down
Loading