From 9f7463f0d0b80dfb087d784a6a05980968fabc02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:18:42 +0000 Subject: [PATCH 1/3] 2.14.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8458f4c67..1959646a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cylc-ui", - "version": "2.14.0-0", + "version": "2.14.0", "private": true, "license": "GPL-3.0-only", "type": "module", From c5f93f4661fddecd91cb827de4bc6a13b9220327 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:18:46 +0000 Subject: [PATCH 2/3] Prepare release 2.14.0 Workflow: Release stage 1 - create release PR, run: 41 --- CHANGES.md | 10 ++++++++++ changes.d/2386.fix.md | 1 - changes.d/2507.fix.md | 1 - changes.d/2519.fix.md | 1 - 4 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 changes.d/2386.fix.md delete mode 100644 changes.d/2507.fix.md delete mode 100644 changes.d/2519.fix.md diff --git a/CHANGES.md b/CHANGES.md index e901809f0..7bdb296ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,16 @@ $ towncrier create ..md --content "Short description" +## cylc-ui-2.14.0 (Released 2026-05-06) + +### 🔧 Fixes + +[#2386](https://github.com/cylc/cylc-ui/pull/2386) - Fixed occasional empty cycle point bug in the tree view. + +[#2507](https://github.com/cylc/cylc-ui/pull/2507) - Tree view: ensured task icon modifiers (e.g. held, retrying) also show on their parent families and cycle icons. + +[#2519](https://github.com/cylc/cylc-ui/pull/2519) - Fix an issue in the "info" view where task outputs which contain hyphens were missing from completion expressions. + ## cylc-ui-2.13.0 (Released 2026-02-24) ### 🚀 Enhancements diff --git a/changes.d/2386.fix.md b/changes.d/2386.fix.md deleted file mode 100644 index 8e82df27e..000000000 --- a/changes.d/2386.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed occasional empty cycle point bug in the tree view. diff --git a/changes.d/2507.fix.md b/changes.d/2507.fix.md deleted file mode 100644 index a39a26e9d..000000000 --- a/changes.d/2507.fix.md +++ /dev/null @@ -1 +0,0 @@ -Tree view: ensured task icon modifiers (e.g. held, retrying) also show on their parent families and cycle icons. diff --git a/changes.d/2519.fix.md b/changes.d/2519.fix.md deleted file mode 100644 index 766b4da58..000000000 --- a/changes.d/2519.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix an issue in the "info" view where task outputs which contain hyphens were missing from completion expressions. From 27044946d26813239a9dc7e9555e7df3b0273685 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Wed, 6 May 2026 16:06:16 +0100 Subject: [PATCH 3/3] Revert "Merge pull request #2540 from ChrisPaulBennett/expand-button" This reverts commit c8dd712ae09ba0682707c31f4464c3df5fe74937, reversing changes made to dcf8aaa3747b406f6e0b0a1ec07115bb2076c65b. --- src/components/cylc/Toolbar.vue | 11 +++++------ src/components/cylc/workspace/Toolbar.vue | 11 +++++------ src/layouts/Default.vue | 7 ++++--- .../components/cylc/workspace/toolbar.vue.spec.js | 9 ++++----- 4 files changed, 18 insertions(+), 20 deletions(-) diff --git a/src/components/cylc/Toolbar.vue b/src/components/cylc/Toolbar.vue index 5a13ffad7..92e79d127 100644 --- a/src/components/cylc/Toolbar.vue +++ b/src/components/cylc/Toolbar.vue @@ -23,6 +23,7 @@ component. Note: this is not used for the workflow view, see