0.5.0 (2024-05-02)
Features
- button: reflect aria-checked, aria-selected and role (8e11d3e)
- chip-group: add optional label to the chip group (03cc159)
- dropdown: close dropdown with a click outside the element or with pressing escape (#146) (8b07146)
- export type declaration files and add type checking (#155) (781ff9a)
- input: add step attribute that will be reflected to the native input element (59aa303)
- scroll-top: implement scroll-top component (07c670c)
- theme: define custom properties for all font styles and curves (#142) (fadafde)
- visually-hidden: implement a utility component to visually hide content (98143c6)
Bug Fixes
- chip: prefix custom event according to the event naming guidelines (4d3709c)
- chip: truncate text instead of wrapping inside the chip (03cc159)
- chip: use correct aria attribute to represent the state of the chip (4d3709c)
- input: avoid empty strings to be converted to the value zero (59aa303)
- pagination: add a visually hidden label for the page input field (98143c6)
- pagination: define visually hidden labels for the buttons (201464b)