Releases: glzr-io/components
Releases Β· glzr-io/components
v1.2.0
π 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
π 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
π Bug fixes
- Remove export of
@tabler/icons-solidjs
.
Big thanks to @lars-berger for contributing to this release π
v1.0.1
π οΈοΈ Internal changes
- Update
solid-js
to 1.9.3.
Big thanks to @lars-berger for contributing to this release π
v1.0.0
π New features
- Add
DropdownButton
component. - Add all shadcn-solid components.
- Add barrel exports.
- Add checkbox
onBlur
. - Add form field components.
- Add handling for
false
incn
util. - Change textarea to use
textarea
element directly. - Export tabler icons.
- Feat: use
makeFieldComponent
inCheckboxInput
. - Remove unnecessary components.
- Use
makeFieldComponent
inNumberInput
. - Use
makeFieldComponent
inSelectInput
. - Use
makeFieldComponent
inSwitchInput
. - Use
makeFieldComponent
inTextInput
andTextAreaInput
. - 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
; bumptypescript
. - 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 π