feat(ops-view-routes): add priority support and list-based domain editing for routes

This commit is contained in:
2026-04-02 22:55:57 +00:00
parent 8f23600ec1
commit f62bc4a526
4 changed files with 27 additions and 15 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-02 - 12.5.0 - feat(ops-view-routes)
add priority support and list-based domain editing for routes
- Adds a priority field to route create and edit forms so route matching order can be configured.
- Replaces comma-separated domain text input with a list-based domain editor and updates form handling to persist domains as arrays.
## 2026-04-02 - 12.4.0 - feat(routes)
add route edit and delete actions to the ops routes view