• v8.8.0 448d258281

    Onebox v8.8.0
    Release / build-and-release (push) Successful in 10m34s
    Stable

    jkunz released this 2026-09-16 11:15:05 +00:00 | 46 commits to main since this release

    2026-09-16 - 8.8.0

    Features

    • Move the dashboard to @design.estate/dees-catalog 10.0.0 and @serve.zone/catalog 4.0.0 (deps)
      • No Onebox call site changes: the dashboard uses neither dees-hint nor the removed
        dees-input-searchselect, dees-search and dees-tooltip modules, binds no
        dees-appui-tabs, and its two dees-input-text fields are untyped text inputs, whose
        value stays a string under the widened string | number | null shape.
      • @serve.zone/catalog 4.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 second customElements.define for a
        dees-* tag throws.
      • One inherited behaviour change: a dataActions[].actionFunc that rejects now shows the
        error in a dees-toast instead 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. Every menuOptions[].action and every other actionFunc already catches
        and toasts its own failure, so no message is shown twice.
    Downloads