fix(workspace): pass the active document into sign and audit views

This commit is contained in:
2026-05-05 19:46:01 +00:00
parent 79ca3a07f1
commit b3a30bfb96
5 changed files with 23 additions and 10 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2026-05-05 - 1.6.1 - fix(workspace)
pass the active document into sign and audit views
- Add activeDocumentId support in the workspace container to resolve the selected document for nested views.
- Update sign and audit components to accept a document property and render dynamic title, sender, page count, breadcrumb, and status data instead of hardcoded values.
## 2026-05-02 - 1.6.0 - feat(workspace)
support configurable inbox documents and emit document-open events