Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading