Skip to content

Commit

Permalink
chore(ui): release ui v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Nov 11, 2024
1 parent 37a9c03 commit 6cb30b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@

## UI

### v1.0.4 (2024-11-11)

- Only check arguments for non-empty argument inputs.
- Remove Charm in favor of Vide for global UI state, decreasing package size.

### v1.0.3 (2024-11-01)

- Fix yield error when retrieving text bounds.
- Fix command names always being lowercase in command suggestions.

### v1.0.2 (2024-09-29)

- Surround suggestions in quotes if the argument being typed begins with a quote.
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rbxts/centurion-ui",
"description": "Terminal UI for the Centurion command framework",
"version": "1.0.3",
"version": "1.0.4",
"author": "paradoxuum",
"license": "MIT",
"main": "out/init.lua",
Expand Down

0 comments on commit 6cb30b9

Please sign in to comment.