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-labelledbyto radio group for improved screen reader accessibility
Patch Changes
Accordion 0.2.12
- Fix case sensitivity typo in accordion machine where the
setValuefunction could not send it's data tovaluebecause thetypeprop valueVALUE.SETwas lowercase.
Checkbox 0.2.13
- Fix issue where double clicking outside breaks a new click on checkbox label.
- Fixed issue where input element triggers
onBlurwhen 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,
openOnClickistrueandblurOnSelectistrue
Pressable 0.3.12
- Fix issue where
onPressEndwas invoke at the wrong time. - Fixed issue where
onPresswas invoked after long press.
Edit this page on GitHub