We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f55fa commit 4b98722Copy full SHA for 4b98722
2 files changed
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# CHANGELOG
2
3
4
+## v2.10.3 (2026-01-28)
5
+
6
+### Bug Fixes
7
8
+- **actor**: Prevent serialization of actors without a mapper
9
+ ([`b116bc9`](https://github.com/Kitware/trame-vtk/commit/b116bc9d56824ffcd21722ffbd312b90be632a1b))
10
11
+Fix bug where oglmapper wass undefined in traverseOpaquePass for an actor whose visibility got
12
+ toggled twice
13
14
15
## v2.10.2 (2026-01-08)
16
17
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trame-vtk"
-version = "2.10.2"
+version = "2.10.3"
description = "VTK widgets for trame"
authors = [{ name = "Kitware Inc." }]
dependencies = ["trame-client>=3.4,<4"]
0 commit comments