feat(elements): add reusable context menu element for recipient role selection

This commit is contained in:
2026-05-02 19:10:06 +00:00
parent 87940efdef
commit fd53bc3db8
6 changed files with 272 additions and 11 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-02 - 1.5.0 - feat(elements)
add reusable context menu element for recipient role selection
- introduces a new sdig-contextmenu web component with configurable actions, selection state, and viewport-aware positioning
- exports the new context menu from the shared elements index
- refactors workspace compose to use the reusable context menu for recipient role changes while preserving signer role safeguards
## 2026-05-02 - 1.4.0 - feat(workspace-compose)
add recipient routing roles and drag-and-drop routing management