-
Onebox v8.8.0
StableRelease / build-and-release (push) Successful in 10m34sreleased this
2026-09-16 11:15:05 +00:00 | 46 commits to main since this release2026-09-16 - 8.8.0
Features
- Move the dashboard to
@design.estate/dees-catalog10.0.0 and@serve.zone/catalog4.0.0 (deps)- No Onebox call site changes: the dashboard uses neither
dees-hintnor the removed
dees-input-searchselect,dees-searchanddees-tooltipmodules, binds no
dees-appui-tabs, and its twodees-input-textfields are untyped text inputs, whose
value stays a string under the widenedstring | number | nullshape. @serve.zone/catalog4.0.0 carries the matching@design.estate/dees-catalog^10.0.0
range. Both have to move together: the sz-* elements import the catalog package directly,
so a version skew would install two copies, and the secondcustomElements.definefor a
dees-*tag throws.- One inherited behaviour change: a
dataActions[].actionFuncthat rejects now shows the
error in adees-toastinstead of vanishing as an unhandled rejection. That affects the
Refresh actions on the gateway domains and gateway DNS record tables, which propagate a
failed fetch. EverymenuOptions[].actionand every otheractionFuncalready catches
and toasts its own failure, so no message is shown twice.
- No Onebox call site changes: the dashboard uses neither
Downloads
- Move the dashboard to