feat(route-ui): add VPN details and conditional card actions to route cards

This commit is contained in:
2026-04-02 21:16:01 +00:00
parent 35ffde9253
commit cf247117d4
4 changed files with 162 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-02 - 2.11.0 - feat(route-ui)
add VPN details and conditional card actions to route cards
- Extend route card data and rendering to display VPN access mode and allowed client tags.
- Add optional Edit and Delete action buttons that emit route-edit and route-delete events.
- Allow the route list view to control action visibility per route via a showActionsFilter callback.
- Include VPN as a visible route feature indicator in the card summary.
## 2026-04-02 - 2.10.0 - feat(docs)
document newly available catalog components and updated build configuration details