We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541cc84 commit 8082d41Copy full SHA for 8082d41
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# CHANGELOG
2
3
4
+## v2.1.4 (2025-09-18)
5
+
6
+### Bug Fixes
7
8
+- **utils**: Do not import vtk unnecessarily
9
+ ([`f6c164a`](https://github.com/Kitware/trame-rca/commit/f6c164a29c51bde3bae3c1a947f59c47b2216699))
10
11
+- **vtk**: Add OpenGL2 import to ensure correct factory registration with VTK 9.5
12
+ ([`dba8237`](https://github.com/Kitware/trame-rca/commit/dba8237acdcad551bbe294c7690a413bec6e9d04))
13
14
15
## v2.1.3 (2025-06-13)
16
17
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trame-rca"
-version = "2.1.3"
+version = "2.1.4"
description = "Remote Controlled Area widget for trame"
authors = [
{name = "Kitware Inc."},
0 commit comments