Changelog

Published versions of @radui/ui. Minor and patch sections follow SemVer. Source: CHANGELOG.md in the repository.

Release

v0.4.0

npm
Minor Changes
  • 2708fb327 components as officially released as preview, including Checkbox, Radio, Select, Combobox, DropdownMenu, and others.
  • 5c8ec74Context Menu (bugs fixes,placement fixes, scroll , variant and size prop)
Patch Changes
  • 3accf7bslider vertical inverted fix
  • 5b55d3cRefresh ToggleGroup and Toolbar styles to match the segmented neutral treatment (shared borders, gray fills, internal dividers). Fix Toolbar link/button layout after all: unset by restoring inline-flex row alignment. Expand Link and Toolbar Storybook examples for icons (leading, trailing, icon-only) and correct WithIcon column alignment with items-start.
  • 69e0c14onValueCommit prop for slider

Release

v0.3.0

npm
Minor Changes
  • d2c5395migration from querySelector to refs for roving focus, tree and slider
Patch Changes
  • 4db8aa7ui revamp for multiple comps

Release

v0.2.1

npm
Patch Changes
  • 9a28addAlign AlertDialog styling with theme tokens.

Release

v0.2.0

npm
Minor Changes
  • 11a4fe9new spinner component added
  • 140d24dRenamed the select to combobox primitive and separated themed components for select and combobox
  • bdf63a1Addition of color and radius api support in TextArea and new styling
Patch Changes
  • 008342fAccordion: 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.
  • 38503b6mergeRefs added
  • b968b4aexport types for all comps
  • a42620dFix 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.

Release

v0.1.10

npm
Patch Changes
  • f162d4cImprove readability of borders and text colors