From 1213d7ed089f8dab43c2bec2d795a77ffc5f8ea1 Mon Sep 17 00:00:00 2001 From: vutuanlinh2k2 Date: Thu, 16 Jul 2026 13:52:02 +0700 Subject: [PATCH 1/2] chore(release): 0.84.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 220de9a..f93924d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tangle-network/sandbox-ui", - "version": "0.83.0", + "version": "0.84.0", "description": "Unified UI component library for Tangle Sandbox \u2014 primitives, chat, dashboard, terminal, editor, and workspace components", "repository": { "type": "git", From 8bb0b5631b2ef72a5d5b54216321f7d1eb8f4da4 Mon Sep 17 00:00:00 2001 From: vutuanlinh2k2 Date: Thu, 16 Jul 2026 13:56:41 +0700 Subject: [PATCH 2/2] docs(changelog): add 0.84.0 entry for the composer attach-button reorder --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcaa107..84f5ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.84.0 + +### Chat + +- **`AgentComposer` leads its bottom row with the attach buttons.** The paperclip (and folder) buttons sat after the `flex-1` control strip, so they landed mid-row between the model picker and the send button. Attachment is the composer's primary left-side affordance, so the row now runs attach · folder · controls · trailing · send — the attach buttons come first and the control strip keeps its `flex-1` growth, so `trailing` + send stay pinned to the far right. Pure reorder: no change to the attach handlers, drag-and-drop overlay, or clipboard-paste ingress. + ## 0.81.0 ### Workflows