Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:28
85a5380

0.1.0 (2026-08-19)

⚠ BREAKING CHANGES

  • tabs: The prefix was renamed from --tab to --tabs
  • radio-group: The prefix was renamed from --radio to --radio-group

Features

  • combobox: rewrite entire component & add virtual support (#251) (7d2e99e)
  • css-vars: add script to generate docs for css vars (c351bfd)
  • input-number: add input number component (9bbdbed)
  • pagination: add flag to show total results text (#317) (460fb1b)
  • pagination: add page size selector (#261) (a75e962)
  • tabs: add alignment prop to control tab list positioning (#277) (b6d64ed)
  • tabs: add tabBarLeftContent/tabBarRightContent extra content slots (#274) (06abf33)
  • ui: add css vars on definition files (369f575)

Bug Fixes

  • command: ensure all props are under css var & placeholder with correct color (#344) (20abcb8)
  • data-table: broken type for icon component (b75a65e)
  • pr-comments: address PR comments (cb32cae)
  • pre-release: couple fixes in the UI (#356) (fbbbe88)
  • select: exit animation causing bug (b71b769)
  • skeleton: missing export (830d1b6)
  • switch: add isloading prop (#272) (00b82f7)
  • tabs: center prefix/suffix icons in tab triggers (#290) (22c4dc3)

Documentation

  • breadcrumb-simple: add dedicated mdx docs for BreadcrumbSimple (#282) (#291) (587a756)
  • ComboboxSimple: add dedicated mdx docs for ComboboxSimple (#292) (aecaaba)
  • dialog: add dedicated mdx docs for AlertDialog, ConfirmDialog, DialogWrapper (#298) (c4ea30f)
  • drawer: docs for drawer (#301) (312ca87)
  • dropdown-menu-simple: add dedicated mdx docs for DropdownMenuSimple (#293) (ede9cc8)
  • pagination: add dedicated mdx docs and refactor Storybook stories (#295) (a50c722)
  • popover: adding docs for PopoverSimple (#278) (818d8c0)
  • select: adding docs for SelectSimple (#279) (24f0d19)
  • storybook: split stories into Primitive and Composed Components (#266) (ed539e8)
  • tabs: add dedicated mdx docs for TabsSimple (#296) (85dd105)
  • toggle-group-simple: adding docs for ToggleGroupSimple (#280) (96fde38)
  • tooltip: add dedicated mdx docs for TooltipSimple (#281) (7459221)
  • visual-testing: update the visual testing doc (#355) (455e2a9)

Miscellaneous Chores

  • dependabot: reduce spam of prs & add cooldown (a4a5fc3)
  • deps-dev: bump @typescript/native-preview (2db550f)
  • deps-dev: bump the development-dependencies group across 1 directory with 28 updates (#313) (6faef91)
  • deps-dev: bump vitest from 4.0.18 to 4.1.0 (4858c84)
  • deps: bump actions/checkout from 6 to 7 (f26fde5)
  • deps: bump deps to fix audit (#349) (49c295c)
  • deps: bump googleapis/release-please-action from 4 to 5 (#310) (6d8712b)
  • deps: bump pnpm/action-setup from 4 to 6 (#309) (b9d2a7d)
  • deps: bump the production-dependencies group across 1 directory with 18 updates (3f4a31f)
  • deps: bump the production-dependencies group across 1 directory with 21 updates (4499a16)
  • deps: bump undici to fix audit (#318) (7a37aeb)
  • eslint: drop unused package (45f1a03)
  • release: add docs to explain how release works (#347) (1e26234)
  • remove unused react-use to drop vulnerable js-cookie (#307) (1064330)
  • tailwind-biome: remove tailwind and biome (24bdfd1)
  • update tmp package to version 0.2.7 and add version constraint in package.json (#308) (45f950e)
  • update vitest (#300) (3be2e13)

Code Refactoring

  • alert-dialog: ensure alert dialog vars can be overriden (f14fffc)
  • avatar: add more css vars to allow overrides (f4d87f8)
  • button: ensure internal vars are explicit declared (8e03ea4)
  • input-number: ignore issue with autoFocus (0017e15)
  • radio-group: ensure vars has prefix of the component (d41815c)
  • skeleton: fix lint (9fb027a)
  • tabs: rename prefix to tabs to match folder (cac681d)

Continuous Integration

  • chromatic: try fix the issue with turbosnap not being enabled/computed (#345) (937c20a)
  • chromatic: update workflow to reduce snapshot count (9a80d0c)
  • test-ui: run type-check (59cf794)
  • tokens-check: ensure it only runs for changes of css (99b82c8)
  • visual-testing: ensure push new commits didn't trigger visual testing twice (c8b3f9f)