Skip to content

Releases: folio-org/stripes-smart-components

v9.2.6

10 Dec 13:01
v9.2.6
2ca71e5
Compare
Choose a tag to compare
  • Use <IfAnyPermission> and stripes.hasAnyPerm to check for Notes assign/unassign perm. Fixes STSMACOM-875.
  • DateRangeFilter - set the wrongDatesOrder to false when the field value changes. Fixes STSMACOM-880.

v9.2.5

05 Dec 17:16
v9.2.5
524926c
Compare
Choose a tag to compare
  • Fetch updaters in <ViewMetaData> on props.metadata changes. Fixes STSMACOM-878.
  • Use this.resources in StripesConnectedSource instead of accessing props directly. Fixes STSMACOM-879.

v9.2.4

03 Dec 10:38
v9.2.4
90ac7bd
Compare
Choose a tag to compare
  • Check for active status of <Settings> navigation links independently from the applied href and query string. Query string should only be applied to active link. Refs STSMACOM-837.
  • <EditableListForm> use lodash.isEmpty to check for empty state.status in re-initialization checks on component update. Fixes STSMACOM-876.

v9.2.3

15 Nov 17:42
6856dd1
Compare
Choose a tag to compare
  • Reset qindex once the search field is empty. Fixes STSMACOM-872.

v9.2.2

31 Oct 19:00
v9.2.2
92a9f73
Compare
Choose a tag to compare
  • Remove unnecessary aria-rowindex in ItemView and ItemEdit components. Fixes STSMACOM-871.

v9.2.1

30 Oct 23:22
v9.2.1
1f8018f
Compare
Choose a tag to compare
  • Add the endDateInputRef prop to DateRangeFilter to access the end date element. Refs STSMACOM-859.
  • Upgrade notes to v4.0. Refs STSMACOM-861.

v9.2.0

30 Oct 23:21
v9.2.0
7e735c6
Compare
Choose a tag to compare
  • Use react-quill compatible with react v18. Refs STSMACOM-821.
  • <ControlledVocab> - pass override headers to PUT method, new prop to hide "New" button. Refs STSMACOM-825.
  • Implement new <ProfilePicture> component. Refs STSMACOM-817.
  • Extend ViewMetadata component to accept a child render function for custom rendering. Refs STSMACOM-828.
  • Improve AdvancedSearch parsing algorithm to keep repeated spaces in queries. Fixes STSMACOM-837.
  • Support Optimistic Locking in Tags. Refs STSMACOM-839.
  • Supply boolean value to enabled option of useQuery. STSMACOM-778.
  • Wrap <DateRangeFilter>'s validation message in div[role=alert] for screenreader announcement. Refs STSMACOM-842.
  • Add an optional isCursorAtEnd property for SearchField. Pass resetSelectedItem to onDismissDetail. STSMACOM-841.
  • Add check for the error status when error occurs during adding tag. STSMACOM-844.
  • Add optional isRequestUrlExceededLimit property to <SearchAndSort> to return a specific error message in StripesConnectedSource. Refs STSMACOM-846.
  • Add requiredFields prop to DateRangeFilter to support open-ended date ranges. STSMACOM-838.
  • Provide startLabel and endLabel props in <DateRangeFilter> to enable unique accessible labeling. STSMACOM-848.
  • Add showSortIndicator prop to SearchAndSort to display sort indicator next to the column names. STSMACOM-849.
  • Trim value to validate required field in the ControlledVocab component. STSMACOM-850.
  • Return a specific 400 error message in StripesConnectedSource. STSMACOM-851.
  • Return a specific error message in StripesConnectedSource. STSMACOM-851.
  • Changed translation keys in LocationLookup to stripes-components. STSMACOM-852.
  • DateRangeFilter - pass requiredFields argument to all calls of validateDateRange. STSMACOM-853.
  • Bump up actions/upload-artifact@v2 to actions/upload-artifact@v4. Refs STSMACOM-854.
  • DateRangeFilter - add the optional hideCalendarButton property to hide the calendar icon button; add error message for invalid YYYY format. Refs STSMACOM-855.
  • Display System user when there is no updatedByUserId field in metadata. Refs STSMACOM-858.
  • Fix <DateRangeFilter> only shows an error in one of failed inputs. Fixes STSMACOM-857.
  • Omit (don't disable) "+ New" button in <EditableList> when user lacks permission. Refs STSMACOM-836.
  • Avoid deprecated defaultProps for functional components. Refs STSMACOM-835.

v9.1.3

06 May 10:48
e0b3ab2
Compare
Choose a tag to compare
  • <AdvancedSearch> Improve algorithm of splitting query string into rows. Refs STSMACOM-831.

v9.1.2

02 May 16:29
6a055c5
Compare
Choose a tag to compare
  • <SearchAndSort> - re-position Advanced search button when search panel does not have enough space. Refs STSMACOM-830.

v9.0.3

24 Apr 18:51
3cb3a61
Compare
Choose a tag to compare
  • Safely render user-provided markup in <NotesView> and <NotesList> components. Fixes STSMACOM-816.