diff --git a/changelog.md b/changelog.md index 240fb7c..65bf4d3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-04-02 - 12.2.1 - fix(web-ui) +align dees-table props and action handlers in security profile and network target views + +- replace deprecated table heading prop with heading1 and heading2 in both admin views +- rename table action callbacks from action to actionFunc for create, refresh, edit, and delete actions + ## 2026-04-02 - 12.2.0 - feat(config) add reusable security profiles and network targets with route reference resolution diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3ae6944..9cfa197 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '12.2.0', + version: '12.2.1', description: 'A multifaceted routing service handling mail and SMS delivery functions.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 3ae6944..9cfa197 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '12.2.0', + version: '12.2.1', description: 'A multifaceted routing service handling mail and SMS delivery functions.' } diff --git a/ts_web/elements/ops-view-networktargets.ts b/ts_web/elements/ops-view-networktargets.ts index 94eaec4..5f214b3 100644 --- a/ts_web/elements/ops-view-networktargets.ts +++ b/ts_web/elements/ops-view-networktargets.ts @@ -67,7 +67,8 @@ export class OpsViewNetworkTargets extends DeesElement {