Releases: Kitware/trame-rca
v2.4.1
v2.4.1 (2026-04-06)
Bug Fixes
- event: Throttling of events (
f5f2408)
Detailed Changes: v2.4.0...v2.4.1
v2.4.0
v2.4.0 (2026-03-30)
Features
- multiRenderer: Add support single render view with many renderer (
828cc7d)
Detailed Changes: v2.3.1...v2.4.0
v2.3.1
v2.3.1 (2026-03-20)
Bug Fixes
- dep: Make avif pillow package optional (
a5566d8)
Detailed Changes: v2.3.0...v2.3.1
v2.3.0
v2.2.3
v2.2.3 (2025-12-13)
Bug Fixes
- events: Prevent VTK.js from eating keyboard events (
7fec97a)
See Kitware/vtk-js#3239 preventDefault() must be removed because it was preventing the render window HTML element from getting the focus on mouse click. draggable="false" must be added otherwise mouse drags attempt to "drag" the rendered
Issue could be reproduced by adding the following in a trame-rca VTK example: with layout.toolbar: v3.VTextField(v_model="test",)
Detailed Changes: v2.2.2...v2.2.3
v2.2.2
v2.2.2 (2025-10-29)
Bug Fixes
- leak: Allow user to properly unregister handler and free memory (
b32d664)
Detailed Changes: v2.2.1...v2.2.2
v2.2.1
v2.2.1 (2025-10-14)
Bug Fixes
- Use root server controller to call rc_area_register (
4d535e7)
Detailed Changes: v2.2.0...v2.2.1
v2.2.0
v2.2.0 (2025-09-18)
Features
-
events: Add event throttle (
7c7268b) -
Add event throttle and compression to handle unresponsive server
during interaction.
Detailed Changes: v2.1.4...v2.2.0
v2.1.4
v2.1.4 (2025-09-18)
Bug Fixes
-
utils: Do not import vtk unnecessarily (
f6c164a) -
vtk: Add OpenGL2 import to ensure correct factory registration with VTK 9.5 (
dba8237)
Detailed Changes: v2.1.3...v2.1.4
v2.1.3
v2.1.3 (2025-06-13)
Bug Fixes
-
VtkWindow: Fix performances during image flip (
3284978) -
Remove array allocation during image flip
Detailed Changes: v2.1.2...v2.1.3