Skip to content

Releases: glzr-io/components

v1.2.0

05 Mar 11:53
Compare
Choose a tag to compare

πŸŽ‰ New features

  • Add Breadcrumbs component.
  • Add toaster export.
  • Add breadcrump component.
  • Add chip input.
  • Add disabled handling for form inputs.
  • Add disabled states for other input components.
  • Add separate file input component.
  • Double enter fix to chip input and style improvements.
  • Reduce card padding.
  • Reduce card shadow and roundedness.
  • Style improvements to chip input.

πŸ› Bug fixes

  • Allow jsx and strings to be shown in <Breadcrumbs> entries.

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

v1.1.0

09 Dec 10:18
Compare
Choose a tag to compare

πŸŽ‰ New features

  • Move increment/decrement triggers on number field to the right-side.

πŸ› Bug fixes

  • Add placeholder and correct input events to number input.
  • Number input doesn't send NaN values.

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

v1.0.2

26 Oct 19:05
Compare
Choose a tag to compare

πŸ› Bug fixes

  • Remove export of @tabler/icons-solidjs.

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

v1.0.1

26 Oct 18:58
Compare
Choose a tag to compare

πŸ› οΈοΈ Internal changes

  • Update solid-js to 1.9.3.

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

v1.0.0

18 Oct 06:58
Compare
Choose a tag to compare

πŸŽ‰ 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 πŸ’›