Skip to content

v5.0.0-alpha.22

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 May 02:01
· 7 commits to alpha since this release

5.0.0-alpha.22 (2023-05-28)

Bug Fixes

  • ComboBoxField: use string over key for value types (be0c34a)
  • docs: add forced rerender of uncontrolled form components for a form's onReset (753b53f), closes #59
  • Icon: aria-label not propagating down to the DOM attributes (14aacfa)
  • NumberField: use larger click areas for increment/decrement buttons (0f42e9b)
  • polymorphics incompatible with components with as props (4536326), closes #83
  • ProgressBar: incompatibility with React Aria upgrade (9502118)
  • RadioIcon: className causes built-in styles to be dropped (80bde26)
  • SelectField: disabled state not propagated down to the Interactive (37665be)
  • state not correctly passed down for checkbox and radio sets (7d30870), closes #50
  • SwitchIcon: className causes built-in styles to be dropped (02ffb50)

Features

  • add LazyLoaded component from UI 4 (061c69e)
  • add SplitButton component (26379ff)
  • add more flexible MenuButton component to replace old Menu (67dd24d)