From 130d4a2c9b1ab3c8efd5a5ab3dd9b148bbe60d4c Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 Jul 2026 19:06:51 -0400 Subject: [PATCH] Release 1.6.0: host modal standardization (#190) --- CHANGELOG.md | 9 +++++++++ nodejs/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d024eb3..a8365bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ correspond to git tags (`vX.Y.Z`) and `nodejs/package.json`'s `version`. ## [Unreleased] +## [1.6.0] - 2026-07-28 + +### Added +- **Host modal: footer with created/updated-by/on metadata, linkable `/hosts/{host}` URL** — migrated onto the shared `app.modal` component (`@simpleworkjs/frontend` 0.2.6), continuing the entity-modal standardization started in sso-manager-node. Kept the existing 6-tab layout (General/TLS & Wildcard/Traffic/Headers/Access/Authentication) unchanged. + +### Fixed +- **The Let's-Encrypt challenge-type/wildcard-matching visibility logic could stop reacting to the hostname field after the first Add/Edit** — its `keyup` handler was bound once directly against a selector captured at page load; now delegated so it survives the modal being rebuilt on every open. +- **The SSO allow-list autocomplete (users/groups) could go empty starting on the second Add/Edit** — its backing ``s are rebuilt fresh on every modal open now, so the suggestions are refetched each time too. + ## [1.5.3] - 2026-07-28 ### Fixed diff --git a/nodejs/package.json b/nodejs/package.json index d92ea6d..266ccea 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "proxy-api", - "version": "1.5.3", + "version": "1.6.0", "author": [ { "name": "William Mantly",