Changelog

Latest updates to the Twistail UI library.

v0.11.0 (2025/03/30)

Contributors: @riipandi


v0.10.0 (2025/03/30)

  • New component: ProgressBar component.
  • Updated fumadocs to v5.2.0.

Contributors: @riipandi


v0.9.0 (2025/03/29)

  • New component: BarList component.

Contributors: @riipandi


v0.8.2 (2025/03/28)

  • Changes: use hideArrow props instead of showArrow on Tooltip component.
  • Minor fixes on documentation command navigation.

Contributors: @riipandi


v0.8.1 (2025/03/28)

  • Fix Tracker component to hide arrow.
  • Changes: use hideArrow props instead of showArrow on Tracker component.

Contributors: @riipandi


v0.8.0 (2025/03/28)

  • New component: Tracker component (adopted from Tremor).

Contributors: @riipandi


v0.7.0 (2025/03/27)

  • New component: Datetime Picker component.
  • Changes: Input component use containerClassName instead of className
  • Fixes: improved styling for Calendar component.

Contributors: @riipandi

Credits:


v0.6.0 (2025/03/27)

Contributors: @riipandi


v0.5.5 (2025/03/27)

  • Changes: auto resize Textarea height based on content.

Contributors: @riipandi

Credits: shadcnui-expansions


v0.5.4 (2025/03/27)

Contributors: @riipandi


v0.5.3 (2025/03/27)

  • Changes: split Sidebar component files.
  • Move sidebar width variables to CSS variables.
  • Move sidebar cookies parameters to SidebarProvider props.

Contributors: @riipandi


v0.5.2 (2025/03/26)

  • Changes: add compact variant to Dialog component.
  • Changes: add DialogDivider variant to Dialog component.
  • Changes: add compact variant to Alert Dialog component.
  • Changes: add DialogDivider variant to Alert Dialog component.

Contributors: @riipandi


v0.5.1 (2025/03/26)

  • Refactor Card component composition.
<Card>
  <CardHeader>
    <CardTitle />
    <CardDescription />
  </CardHeader>
  <CardDivider />
  <CardContent />
  <CardDivider />
  <CardFooter />
</Card>

Contributors: @riipandi


v0.5.0 (2025/03/26)

Contributors: @riipandi


v0.4.0 (2025/03/26)

Contributors: @riipandi


v0.3.0 (2025/03/25)

  • New component: Calendar component.
  • Changes: add hideChevrons props to Listbox component.
  • Changes: remove clx from Kbd component.

Contributors: @riipandi


v0.2.1 (2025/03/24)

  • Fix missing export form Form component in twistail-react

Contributors: @riipandi


v0.2.0 (2025/03/24)

  • Add Form component (preview).
  • Docs: reorginize component stories (storybook).
  • Docs: change imports based on component name.

Attention

Form component is still in preview. It may change in the future.

Contributors: @riipandi


v0.1.2 (2025/03/22)

  • Add info variant to Badge component.
  • Set default variant to Badge component to neutral.

Contributors: @riipandi


v0.1.1 (2025/03/22)

Minor updates: exporting ToasterProps from Toast component.

Contributors: @riipandi


v0.1.0 (2025/03/21)

This is the initial release of the Twistail UI library. It includes the following components:

  • Accordion (based on Tremor)
  • AlertDialog (based on shadcn/ui)
  • AspectRatio (based on shadcn/ui)
  • Avatar (based on shadcn/ui)
  • Badge (based on Tremor)
  • Button (based on Tremor)
  • Breadcrumb (based on shadcn/ui)
  • Callout (based on Tremor)
  • Card (based on Tremor)
  • Checkbox (based on Tremor)
  • Collapsible (based on shadcn/ui)
  • Combobox (based on shadcn/ui)
  • Command (based on shadcn/ui)
  • ContextMenu (based on shadcn/ui)
  • Dialog (based on Tremor)
  • Divider (based on Tremor)
  • Drawer (based on Tremor and shadcn/ui)
  • DropdownMenu (based on Tremor)
  • Heading (adapted from Catalyst)
  • HoverCard (based on shadcn/ui)
  • Input (based on Tremor)
  • InputPin (based on Tremor)
  • Kbd (based on Wedges)
  • Label (based on Tremor)
  • Listbox (based on Tremor)
  • Menubar (based on shadcn/ui)
  • MultiSelect (based on sersavan/shadcn-multi-select-component)
  • Navigation Menu (based on shadcn/ui)
  • Pagination (based on shadcn/ui)
  • Popover (based on Tremor)
  • RadioCardGroup (based on Tremor)
  • Radiogroup (based on Tremor)
  • ScrollArea (based on shadcn/ui)
  • Select (based on Tremor)
  • Sidebar (based on shadcn/ui)
  • Skeleton (based on shadcn/ui)
  • Slider (based on Tremor)
  • Switch (based on Tremor)
  • Table (based on Tremor)
  • TabNavigation (based on Tremor)
  • Tabs (based on Tremor)
  • Text (adapted from Catalyst)
  • Textarea (based on Tremor)
  • Toast (based on shadcn/ui Sonner)
  • Toggle (based on Tremor)
  • Tooltip (based on Tremor and shadcn/ui)
Edit on GitHub

Last updated on