Skip to content

v8.0.0

Compare
Choose a tag to compare
@zburke zburke released this 06 Oct 20:15
· 831 commits to master since this release
7443a32
  • Fix focusing SearchField when loading - make it readOnly. Refs STCOM-762
  • Disable SearchField interactions if loading is true
  • Avoid ARIA attributes must conform to valid values error on AutoSuggest field. Refs STCOM-720.
  • Export currency options as a hook. Addition to STCOM-614.
  • Provide <CountrySelection>. Fixes STCOM-291.
  • Localize currency names in <CurrencySelect>. Fixes STCOM-614.
  • Fix MultiSelect carat not aligned when there is not enough space.
  • Updated <Accordion> a11y attributes and roles. Fixes STCOM-697.
  • ARIA role must be appropriate for the element (Selection). Fixes STCOM-702.
  • Add to aria-label descriptive text for filter headings. Refs STCOM-703.
  • Display <NoValue /> in KeyValue if value is undefined or empty string. New FOLIO UX guidelines. Refs STCOM-758
  • Increment react-router to ^5.2.
  • Upgraded react-overlays dependency to the latest version. Refs STCOM-650.
  • Add a utility list of language names & helper functions. Refs UIIN-829.
  • Added <TextLink>-component. Refs STCOM-699.
  • Extend ConfirmationModal interactor. STCOM-710.
  • Added lightning icon. Refs UX-377.
  • Fix layout of inputed MultiColumnList in Accordion. Refs STCOM-719.
  • Added focus-within styles for <Pane>. Refs STCOM-477.
  • Extend getCellClass callback with rowData and column name parameters. Introduced getHeaderCellClass callback prop to extend styling on the header cells. Refs STCOM-718
  • Remove FilterPane component. Refs STCOM-688.
  • Increase test coverage to 80% | Editor. Refs STCOM-660.
  • Increase test coverage to 80% | FilterPaneSearch. Refs STCOM-689.
  • Datepicker refactor: numerous fixes in accessibility, internationalization, usability. Addresses STCOM-325, STCOM-606, STCOM-684, STCOM-640, STCOM-577, STCOM-315, STCOM-653, STCOM-639, STCOM-470, STCOM-641.
  • Support AutoSuggest field in react-final-form. Refs STCOM-725
  • Extend Pane interactor with header field. STCOM-727.
  • Fix missing label for MultiSelection hidden value input element. Refs STCOM-726.
  • Fix <SearchField> component cannot be disabled. Refs STCOM-730.
  • Fix <Select> component ignoring required property. Refs STCOM-742.
  • Added aria-hidden attribute to <Asterisk> to prevent screen readers from reading it. Refs STCOM-741.
  • Fix aria-labelledby prop on <MultiSelection> and added docs/example of usage with external label (STCOM-733)
  • MultiColumnList columnWidth prop's keys will accept an object with min and max keys that can vary the size of the column based on necessity. Refs STCOM-631
  • Fix a bug causing language name translation to crash if input is invalid. Fixes STCOM-745.
  • Provide <FormattedDate> and <FormattedTime> to handle dates without properly formatted timezones. Refs STCOM-659.
  • refactor SingleSelect away from componentWillReceiveProps. Refs STCOM-709.
  • Add autoFocus property to <MultiSelection>. Refs UIEH-959.
  • refactor SRStatus away from componentWillReceiveProps. Refs STCOM-708.
  • Added headerProps property to FilterAccordionHeader and DefaultAccordionHeader. Refs STCOM-760.
  • Move moment to peerDependencies. Refs STCOM-761.
  • Change default <FilterGroups> operator from = to ==. Refs STCOM-492.