Skip to content

v10.3.0

Compare
Choose a tag to compare
@balzss balzss released this 03 Oct 13:45
· 123 commits to master since this release

10.3.0 (2024-10-03)

Bug Fixes

  • console: remove PURE annotation from console to fix warnings in Vite/Rollup (48e78bb)
  • shared-types,ui-table: fix color contrast for table sorting icons (b5a60bf)
  • ui-pagination: fix pagination with numberinput when onBlur it calls onPage change every time, even where there are no changes (38e75c4)
  • ui-progress,ui-range-input: use just the native HTML elements instead of ARIA tags (f0fa72c)
  • ui-radio-input: fixing the issue of TalkBack reading the radio grop options incorrectly (ff2618e)
  • ui-simple-select: ensure input value updates correctly when options change (4dc7cb2)
  • ui-text-input: icon in SimpleSelect is vertically centered (13790d1)

Features

  • ui-calendar,ui-date-input: update DateInput2 api, add placeholder hint (ee9dfab)
  • ui-menu: add renderLabelInfo to Menu (2bc8554)