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
5 changes: 0 additions & 5 deletions .changeset/accordion-orientation-disabled.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-pens-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-signs-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-books-post.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-knives-say.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-ducks-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-forks-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-geese-bake.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @radui/ui

## 0.2.0

### Minor Changes

- 11a4fe9: new spinner component added
- 140d24d: Renamed the select to combobox primitive and separated themed components for select and combobox
- bdf63a1: Addition of color and radius api support in TextArea and new styling

### Patch Changes

- 008342f: **Accordion**: add root `disabled` to disable every item; thread `data-orientation` through root, item, header, trigger, and content for styling hooks consistent with Radix-style patterns; expand accessibility tests.
- 38503b6: mergeRefs added
- b968b4a: export types for all comps
- a42620d: Fix select and combobox popup behavior by improving portal rendering, restoring macOS-style reopen anchoring for `Select`, and tightening related UI polish in the sandbox and shared component styles.
- 3e892dd: Refactored internal data attribute utilities from hook-style factories to plain functions and updated shared component usage.

## 0.1.10

### Patch Changes
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": "@radui/ui",
"version": "0.1.10",
"version": "0.2.0",
"description": "",
"main": "dist",
"type": "module",
Expand Down
Loading