Skip to content

v7.0.0

Compare
Choose a tag to compare
@zburke zburke released this 28 Sep 19:41
· 487 commits to master since this release
0d69cad
  • Fix filtering in <LocationSelection>, Fixes STSMACOM-523.
  • Add default value for validate prop in <EditableListForm>. Fixes STSMACOM-525.
  • Disable save button for <NoteForm> when form were no changes. Fixes STSMACOM-522.
  • View Notes Record: List indentations are not retained. Fixes STSMACOM-527.
  • Use selectedIndex when locallyChangedQueryIndex is not present during search. Fixes STSMACOM-526.
  • Always show <ViewCustomFieldsRecord>, even if no custom-fields are present. Refs STSMACOM-470.
  • Sort institutions, campuses and libraries in alphabetical order. Fixes STSMACOM-530.
  • Make sure custom-fields fetch has returned before evaluating its result-size. Refs STSMACOM-531.
  • Add validation for custom fields whitespace values. Refs BF-182.
  • Fix edit a user record with a custom field. Refs STSMACOM-535.
  • <DateRangeFilter>: use <Datepicker> for fields. Refs STSMACOM-493.
  • Make <DateRangeFilter>submit on Enter key. Refs STSMACOM-494.
  • Add focusRef prop to <DateRangeFilter> pointing to the last focused field. Refs STSMACOM-536.
  • Add useSetRefOnFocus hook to support focusRef functionality. Refs STSMACOM-536.
  • React 17. Refs STSMACOM-474.
  • Disable several unit tests that don't like react 17. Refs STSMACOM-541.