Skip to content

1.0.0

Choose a tag to compare

@tacxou tacxou released this 16 Dec 17:48
· 11 commits to main since this release

Highlights

  • Centralised renderer logic via composables (useNumericControl, useStringControl, usePasswordControl, useSliderControl, useRadioGroupControl, useBooleanControl, useEnumSuggestionControl, useTextareaControl, useAutocompleteControl, useDateControl) while preserving comments and console traces.
  • Refactored associated components to consume those hooks; the date control keeps its local dayjs setup.
  • Added unit tests for every composable plus extended shared-utility coverage; bun test now reports 53+ passing specs.
  • Resolved TypeScript warnings so bun run build completes cleanly.
  • Simplified CI: Bun-only runtime, branch filters (main, fix*, feat*, feature*), no Node version matrix.
  • Updated documentation with a banner image and clarified the Bun-driven build/publish pipeline.

Links