You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.
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.