Skip to content

v10.3.0

Compare
Choose a tag to compare
@zburke zburke released this 13 Oct 19:45
· 337 commits to master since this release
9b1bf48
  • Fix 12-hour formatting in dateTimeUtils getLocalizedTimeFormatInfo. Fixes STCOM-1017
  • Add inputRef prop to <Timepicker>. Refs STCOM-1016
  • <MultiDownshift> - highlight first item when searching for options. Fixes STCOM-1015
  • Long titles do not fit in the confirmation modal window header. Refs STCOM-1020
  • Pass modifiers prop to correct component in <MultiSelection>. Fixes STCOM-1013.
  • Add inputRef prop to <Selection>. Refs STCOM-647.
  • <MultiSelection> must handle null filter string. Refs STCOM-1022.
  • Break long words in Callout message. Refs STCOM-1023.
  • Add underline to Button focus indicator. Refs STCOM-1007
  • Fix selection bug where pressing the enter key while no options are available will clear the selected value. fixes STCOM-1024.
  • Fix TextField bug where "focused" state is retained if component is disabled while it's in focus. fixes STCOM-818.
  • Provide ability to disable an Icon Button. Refs STCOM-1028.
  • MultiSelection support for aria-label. Refs STCOM-977.
  • Fix regex matching of search options in <AdvancedSearch>. Fixes STCOM-1031.
  • Export staticFirstWeekDay and staticLangCountryCodes from Datepicker. Refs STCOM-1038.
  • Button: Button link style has a min-height, which can offset it from text. Fixes STCOM-1039.
  • The vertical scroll bar displays at the second pane when it doesn't need. Fixes STCOM-1044.
  • Focus management and accessible labeling of confirmation modals. Confirmation modals announce in a way similart to Javascript alerts. Fixes STCOM-1041.