releaseUrl | releaseDate |
---|---|
February 23, 2023 |
- Refactor all packages to have proper dependency structure and bundle size.
- Update dependencies to latest versions.
- Add
aria-labelledby
to radio group for improved screen reader accessibility
- 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.
- 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.
- Clear selected option on
clearValue
- Fix issue where combobox content doesn't open when the input is clicked,
openOnClick
istrue
andblurOnSelect
istrue
- Fix issue where
onPressEnd
was invoke at the wrong time. - Fixed issue where
onPress
was invoked after long press.