Releases: Kitware/trame-rca
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
v2.1.2
v2.1.2 (2025-04-24)
Bug Fixes
- widget: Add alias with warning to avoid breaking change (
7dd242e)
Detailed Changes: v2.1.1...v2.1.2
v2.1.1
v2.1.1 (2025-04-23)
Bug Fixes
- VtkWindow: Fix flip and color inversion (
3597106)
- Fix VtkWindow np image reshape which would produce flipped and blue rendering
Detailed Changes: v2.1.0...v2.1.1
v2.1.0
v2.1.0 (2025-04-16)
Bug Fixes
- tests: Adapt test to match the refacto (
e57fb87)
Documentation
- Document abstract class (
b078ff9)
Features
- vanilla-example: Add vanilla example without vtk (
ce9af29)
Detailed Changes: v2.0.2...v2.1.0