Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 06:58
· 17 commits to main since this release

πŸŽ‰ New features

  • Add DropdownButton component.
  • Add all shadcn-solid components.
  • Add barrel exports.
  • Add checkbox onBlur.
  • Add form field components.
  • Add handling for false in cn util.
  • Change textarea to use textarea element directly.
  • Export tabler icons.
  • Feat: use makeFieldComponent in CheckboxInput.
  • Remove unnecessary components.
  • Use makeFieldComponent in NumberInput.
  • Use makeFieldComponent in SelectInput.
  • Use makeFieldComponent in SwitchInput.
  • Use makeFieldComponent in TextInput and TextAreaInput.
  • Use own clsx implementation.

πŸ› Bug fixes

  • Change entrypoint to tsx.
  • Pass value prop correctly to text inputs.
  • Show label in select input.

πŸ› οΈοΈ Internal changes

  • Add embla-carousel-solid; bump typescript.
  • Add github actions files for release and lint/build checks.
  • Add path alias ~.
  • Add root configs.
  • Add tailwind config.
  • Define pnpm as package manager in package.json.
  • Export tailwind config.
  • File renames.
  • Format with prettier.
  • Import cleanup.
  • Install required deps.
  • Remove unused DropdownButton component.
  • Rename license file.
  • Set npm publish access to public.
  • Wip organize imports.

Big thanks to @lars-berger for contributing to this release πŸ’›