Releases: folio-org/stripes-smart-components
Releases · folio-org/stripes-smart-components
v2.10.0
- Pluralize notes translation string. Refs STSMACOM-241.
- Prevent multiple clicks on
<ControlledVocab>
'sNew
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 forMultiColumnList
inEditableList, ControlledVocab, ChangeDueDateDialog
. Refs STCOM-363 - Update interactor for
Notes Accordion
. Refs STCOM-363
v2.9.0
- 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
<SearchAndSort>
acceptstitle
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 newactuatorType
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
tosetupApplication
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
v2.7.1
v2.7.0
- 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
- 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 optionallimitParam
prop, for when that parameter is not calledlimit
.- Create
NoteForm
component - stripes-form v2.5.0
v2.5.0
- 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.