We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f6138 commit 89f97c3Copy full SHA for 89f97c3
2 files changed
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# CHANGELOG
2
3
4
+## v3.8.1 (2025-04-28)
5
+
6
+### Bug Fixes
7
8
+- **model/bind/event**: Fix event and directive processing
9
+ ([`c6f6138`](https://github.com/Kitware/trame-client/commit/c6f6138875201c23382965cf84d0263bea2a406f))
10
11
+- **mouse-event**: Add missing enter/leave
12
+ ([`dadd593`](https://github.com/Kitware/trame-client/commit/dadd593b250bb51b026a84a68ed875cef7b07373))
13
14
15
## v3.8.0 (2025-04-24)
16
17
### Documentation
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "trame-client"
-version = "3.8.0"
+version = "3.8.1"
description = "Internal client of trame"
authors = [
{name = "Kitware Inc."},
0 commit comments