All packages
- Refactor all packages to have proper dependency structure and bundle size.
- Update dependencies to latest versions.
Minor Changes
Radio Group 0.2.0
- Add
aria-labelledby
to radio group for improved screen reader accessibility
Patch Changes
Accordion 0.2.12
- Fix case sensitivity typo in accordion machine where the
setValue
function could not send it's data tovalue
because thetype
prop valueVALUE.SET
was lowercase.
Checkbox 0.2.13
- Fix issue where double clicking outside breaks a new click on checkbox label.
- Fixed issue where input element triggers
onBlur
when clicking the checkbox label.
Combobox 0.2.14
- Clear selected option on
clearValue
- Fix issue where combobox content doesn't open when the input is clicked,
openOnClick
istrue
andblurOnSelect
istrue
Pressable 0.3.12
- Fix issue where
onPressEnd
was invoke at the wrong time. - Fixed issue where
onPress
was invoked after long press.
Edit this page on GitHub