Skip to content

v9.2.0

Compare
Choose a tag to compare
@zburke zburke released this 30 Oct 23:21
· 22 commits to master since this release
v9.2.0
7e735c6
  • 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.