Skip to content

Releases: folio-org/stripes-smart-components

v4.1.2

10 Jul 05:06
Compare
Choose a tag to compare
  • Introduce basePath prop to add ability to control the path after search is performed. Part of STSMACOM-378.

v4.1.1

14 Jun 02:13
a5beb5f
Compare
Choose a tag to compare
  • Add new unsaved Custom Fields to accordions state. Fixes STSMACOM-352.
  • Support unique ID for custom fields, required by changes to the response shape. Refs STSMACOM-339.

v4.1.0

09 Jun 01:48
f73df84
Compare
Choose a tag to compare
  • <Notes> onToggle prop is optional.
  • Correctly show custom fields' <MultiSelect> validation message.
  • Vastly increase custom fields test coverage. Refs STSMACOM-331.
  • Correctly prefix translation keys in <IntlHarness> so l10n in tests actually works!
  • <Settings> supports new optional additionalRoutes property, an array of <Route> objects that are included in the <Settings> component's routing for its sub-pane, but which are not displayed in the visible list of settings sections.
  • Use UNSAFE_ prefix for deprecated React methods. We know, we know. Refs STSMACOM-324.
  • Handle 'claimed returned' items in <ChangeDueDate>. Refs UIU-1260.
  • Sort custom fields' input types. Refs STSMACOM-349.

v4.0.0

28 May 18:36
d390b10
Compare
Choose a tag to compare
  • Increment react-intl to v4.5. Refs STRIPES-672.
  • Do not use translations from ui-circulation; that module may not be present.
  • Test clean-up etc related to the babel-7 upgrade. Refs STCOR-381.
  • Correctly prefix translation keys in <IntlHarness> so l10n actually works!

v3.1.1

20 Apr 10:22
d2eaebd
Compare
Choose a tag to compare
  • Support custom getEntity and getEntityTags methods in Tags component. Fixes UIDATIMP-461.

v3.1.0

17 Apr 19:44
cee0f59
Compare
Choose a tag to compare
  • Notes: relocate expand-all accordion label. Refs STSMACOM-313.
  • Custom fields: provide checkbox input type. Refs STSMACOM-314.
  • Custom fields: allow change to accordion label. Refs STSMACOM-275.
  • Handle tags with special characters. Refs STSMACOM-257 STSMACOM-294.
  • Custom fields: accept required permissions props. Refs UIU-1492.

v3.0.0

04 Mar 13:37
c3bd7b3
Compare
Choose a tag to compare
  • Keep search term around after browser refresh. Fixes STSMACOM-271.
  • Added integration point for resultOffset, which supports stripes-components result list "load more" button. Refs STCON-57.
  • Reset resultCount and resultOffset when sorting. Fixes STSMACOM-269.
  • <EditableList>: Disable the actions in existing rows when another item is being created or edited. Refs STCOM-624.
  • Improve accessibility, add attribute aria-label to nav tag in Settings. Refs UICAL-85.
  • Bump <ControlledVocab> fetch limit to 2000. Refs STSMACOM-296.
  • Increase of character limit for notes to 3500. Refs STSMACOM-295.
  • Added support for periods in filter values.
  • Escape quotes and backslashes in the values inserted into CQL queries. Refs UIIN-589.
  • Display effective call number prefix, call number, call number suffix, enumeration, chronology, volume in loans contexts. Refs UIU-1391.
  • Handle (i.e., reject) 'declared lost' items in <ChangeDueDateDialog>. Refs UIU-1207.

v2.12.1

19 Dec 21:01
d770917
Compare
Choose a tag to compare
  • Increase limit for fetching notes. Fixes STSMACOM-272.

v2.12.0

05 Dec 00:02
9f4245f
Compare
Choose a tag to compare
  • Update locallyChangedSearchTerm only when query from resourceQuery matches query param from URL. Refs UUIN-758.
  • Retrieve up to 100k of requested user loans instead of 10 in change due date dialog. Refs UIU-1293.
  • Show notes in alphabetical order. Refs UINOTES-59.
  • Show "unknown count" message instead of "999,999,999". Refs STSMACOM-259.
  • <SearchAndSort> should accept a function to determine some routes. Refs STSMACOM-251.
  • Add <Spinner> to <ChangeDueDateDialog> while loans are loading. Refs UIU-1379.
  • Better error display for <EditableList>. Refs STSMACOM-264.
  • Notes form refactor. Refs STSMACOM-270.

v2.11.0

26 Sep 03:58
8f9b51b
Compare
Choose a tag to compare
  • Better handling of server errors in <ControlledVocab>. STSMACOM-227.