Skip to content

Releases: folio-org/stripes-smart-components

v2.10.0

09 Sep 16:45
d92ea53
Compare
Choose a tag to compare
  • Pluralize notes translation string. Refs STSMACOM-241.
  • Prevent multiple clicks on <ControlledVocab>'s New button. STCOM-539
  • Centralize <Notes> tests instead of distributing them across all implementing apps. Refs STSMACOM-241.
  • Move expand/collapse filter-pane button into the filter-pane itself. STSMACOM-233
  • Pass correct prop to <AddressFieldGroup> translation.
  • Suppress Okapi error related to reference constraint violations. ERM-390
  • Allow suppression of sort for some column headers. Refs UIOR-292
  • Use rowUpdater prop for MultiColumnList in EditableList, ControlledVocab, ChangeDueDateDialog. Refs STCOM-363
  • Update interactor for Notes Accordion. Refs STCOM-363

v2.9.0

21 Aug 21:05
651bc46
Compare
Choose a tag to compare
  • Retain search query when returning to search and sort app. Part of STSMACOM-232.
  • Reset results when search field is cleared out manually. Fixes STCOM-549.
  • Add possibility to hide assign button on notes accordion. Refs STSMACOM-236.
  • Filter <Note>s by type. Refs STSMACOM-237.
  • Clearer language throughout <Note> modals. Refs STSMACOM-338, STSMACOM-239, STSMACOM-240.
  • Bump react-final-form version to 6, consistent with other modules.
  • Hide new-record route and button when there is no permission to use it. Refs UIORGS-79.
  • Correctly describe <EntryManager>'s PropTypes to avoid erroneous console warnings.

v2.8.0

24 Jul 18:48
55c29f6
Compare
Choose a tag to compare
  • <SearchAndSort> accepts title to set the results-pane headline. Refs UIOR-298.
  • <EditableList> layout is stable when validation errors are present and prevents validation on cancel. Fixes UIORG-81.
  • <ControlledVocab> accepts optional new actuatorType property. If set to 'refdata', it performs different back-end operations to maintain the vocabulary, as described in API to the Refdata system. Fixes ReShare issue PR-189. Available from v2.7.3.
  • Remove permissions related to the (deprecated and removed) earlier implementation of Notes (STSMACOM-224)
  • <ControlledVocab> displays error message when save fails. Fixes STSMACOM-165.
  • <AddressFieldGroup> i18n. Fixes STSMACOM-170.
  • Reset <SearchField> with an empty string instead of undefined. Fixes UIIN-615.
  • Fix requests count and alert message after loan due date changed. Refs UIU-1070.
  • Pass permissions to setupApplication so tests can configure their own permissions. Fixes STSMACOM-231.
  • Fix <ViewMetaData> so it doesn't blow the stack when creator and updater differ. Fixes STSMACOM-230.

v2.7.2

23 Jul 15:10
381d036
Compare
Choose a tag to compare
  • Fix <ChangeDueDateDialog> flickering during due date change. Refs UIU-1065.

v2.7.1

23 Jul 15:09
3dad1f4
Compare
Choose a tag to compare
  • <Notes/NotesSmartAccordion> now includes permissions check. Refs STSMACOM-223.

v2.7.0

23 Jul 15:09
68f0745
Compare
Choose a tag to compare
  • Lots of <Notes> work. Refs STSMACOM-195, STSMACOM-196.
  • add renderNavigation prop to <SearchAndSort>. Refs UIOR-27.
  • better test instrumentation for <ControlledVocab>. Refs UIORG-163.
  • add parseRow prop to <ControlledVocab> to store complex values. Refs UINV-6.
  • stripes-form v2.6.0
  • Allow for passing queryTemplate as a function to makeQueryFunction. Refs UIU-1068.

v2.6.3

11 May 03:48
2a80942
Compare
Choose a tag to compare
  • Case-insensitive location sort. Fixes STSMACOM-192.
  • Accept props.onCloseNewRecord so clients can do what they choose. Refs UIREQ-244.
  • Pass clientGeneratePk prop into manifest option, supporting server-side modules that supply IDs of new records.
  • <ControlledVocab> accepts optional limitParam prop, for when that parameter is not called limit.
  • Create NoteForm component
  • stripes-form v2.5.0

v2.5.0

28 Apr 10:44
3241d8f
Compare
Choose a tag to compare
  • Turned off sideEffects to enable tree-shaking for production builds. Refs STRIPES-564 and STRIPES-581.
  • Improve display handling of <ControlledVocab> metadata. Refs STSMACOM-181, STSMACOM-182, STSMACOM-183, UIU-873, UIIN-462.
  • Refactor <ViewMetaData> a la <ControlledVocab> to avoid permissions problems and simplify, simplify.

v2.4.0

15 Apr 10:43
63479e5
Compare
Choose a tag to compare
  • Add <SearchAndSortQuery> component - a composable building block for search and sort patterns. See Readme. Completes STSMACOM-179.
  • Increase location fetch limit. Refs STSMACOM-180.
  • Provide IDs for <EntrySelector>'s action menu buttons.

v2.3.0

14 Apr 19:52
c873926
Compare
Choose a tag to compare
  • Increment stripes-core to v3.3.0, and stripes-form to v2.3.0, including React 16.8.