Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.08 KB

pr-538.mdx

File metadata and controls

38 lines (24 loc) · 1.08 KB
releaseUrl releaseDate
February 23, 2023

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 to value because the type prop value VALUE.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 is true and blurOnSelect is true

Pressable 0.3.12

  • Fix issue where onPressEnd was invoke at the wrong time.
  • Fixed issue where onPress was invoked after long press.