feat(workspace): make compose and sign views accept document, recipient, and field state via properties and emit field and routing change events

This commit is contained in:
2026-05-05 20:45:05 +00:00
parent 7baff5004c
commit b6b4698028
5 changed files with 67 additions and 12 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-05 - 1.7.0 - feat(workspace)
make compose and sign views accept document, recipient, and field state via properties and emit field and routing change events
- Pass active document, recipients, and fields into workspace compose and sign views instead of relying on demo-only state.
- Emit field-create, field-update, field-delete, fields-change, recipients-change, and routing-change events from the compose workspace.
- Use document metadata for compose titles and page counts so the UI reflects the selected document.
## 2026-05-05 - 1.6.1 - fix(workspace)
pass the active document into sign and audit views