Skip to content

Releases: Kitware/trame-rca

v2.3.0

12 Feb 23:21

Choose a tag to compare

v2.3.0 (2026-02-12)

Bug Fixes

  • import: Fix import file name (236d3e0)

Documentation

  • example: Use max pixel count (699bdb8)

Features

  • max_pixel_count: Allow to max pixel count (3df8fac)

  • monitor: Add monitoring and resize throttling (136e141)


Detailed Changes: v2.2.3...v2.3.0

v2.2.3

13 Dec 22:19

Choose a tag to compare

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

29 Oct 22:05

Choose a tag to compare

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

14 Oct 08:13

Choose a tag to compare

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

18 Sep 20:20

Choose a tag to compare

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

18 Sep 07:33

Choose a tag to compare

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

13 Jun 14:59

Choose a tag to compare

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

24 Apr 19:14

Choose a tag to compare

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

23 Apr 07:56

Choose a tag to compare

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

16 Apr 08:08

Choose a tag to compare

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