Skip to content

Releases: Kitware/trame-rca

v2.4.1

06 Apr 23:37

Choose a tag to compare

v2.4.1 (2026-04-06)

Bug Fixes

  • event: Throttling of events (f5f2408)

Detailed Changes: v2.4.0...v2.4.1

v2.4.0

30 Mar 17:23

Choose a tag to compare

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

20 Mar 22:59

Choose a tag to compare

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

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