Releases: folio-org/stripes-smart-components
Releases · folio-org/stripes-smart-components
v9.2.6
v9.2.5
v9.2.4
- 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>
uselodash.isEmpty
to check for emptystate.status
in re-initialization checks on component update. Fixes STSMACOM-876.
v9.2.3
v9.2.2
v9.2.1
v9.2.0
- Use
react-quill
compatible withreact
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 indiv[role=alert]
for screenreader announcement. Refs STSMACOM-842. - Add an optional
isCursorAtEnd
property forSearchField
. PassresetSelectedItem
toonDismissDetail
. 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 inStripesConnectedSource
. Refs STSMACOM-846. - Add
requiredFields
prop toDateRangeFilter
to support open-ended date ranges. STSMACOM-838. - Provide
startLabel
andendLabel
props in<DateRangeFilter>
to enable unique accessible labeling. STSMACOM-848. - Add
showSortIndicator
prop toSearchAndSort
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 ofvalidateDateRange
. STSMACOM-853. - Bump up
actions/upload-artifact@v2
toactions/upload-artifact@v4
. Refs STSMACOM-854. DateRangeFilter
- add the optionalhideCalendarButton
property to hide the calendar icon button; add error message for invalid YYYY format. Refs STSMACOM-855.- Display
System
user when there is noupdatedByUserId
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.