Releases: folio-org/stripes-smart-components
Releases · folio-org/stripes-smart-components
v6.0.1
v6.0.0
- Require back-end permission
users.collection.get
instead of uiui-users.view
for ViewMetaData. Refs STSMACOM-480 - Suggested tags are showing in reverse alpha order. Refs UITAG-37
- Increase returned Note Types per response limit. Refs STSMACOM-449.
- Do not execute search automatically when query index changes. Fixes STSMACOM-350.
<CollapseFilterPaneButton>
must pass a string to<ToolTip>
. Refs STSMACOM-447.- Correctly retrieve related requests when changing a loan's due date. Refs STSMACOM-452.
- Allow configurable escaping in
makeQueryFunction
. Refs STSMACOM-454. - Show
callout
inEntryManager
component. Refs STSMACOM-456. - Increase record limit for tags query in
<Tags>
. Fixes STSMACOM-457. - Return promise from
createRecord
to makesubmitting
works correctly. Fixes STCOM-782. - Improve tags loading experience. Fixes STSMACOM-459.
- Refactor
<ClipCopy>
withuseIntl
to avoid context problems. Refs STCOR-481; Fixes STSMACOM-463. - Extend
SearchAndSort
with the functionality to execute callback on reset search and filter button. Refs STSMACOM-465. - Add closedByDefault prop to
<TagsAccordion>
. Fixes UIIN-308. - AdressView headers are not translated. Fixes UIORGS-220.
- Extend
SearchAndSort
withcustomPaneSub
prop to display additional elements inpaneSub
. Refs STSMACOM-467. - Result list. Align text in the columns in the top. Refs STSMACOM-469.
- Support searching Notes by note title and note details. Refs STSMACOM-466.
- Allow submitting of Assign/Unassign Notes modal form by pressing Enter. Refs STSMACOM-471.
- Fix modal a11y issues in NoteViewPage and NoteForm components. Refs UIEH-1017.
- Refactor redux form context in
<EmbeddedAddressForm>
. Fixes STSMACOM-473. - Use more efficient query clauses. Refs PERF-62.
- Fix axe error with
aria-label
on Assign/Unassign modal. Refs STSMACOM-475. - Fix singular/plural translation strings. Refs STSMACOM-235.
- Fix color contrast issues with Notes Accordion Show/Edit note buttons. Refs STSMACOM-416.
- Increment
@folio/stripes-cli
tov2
. Refs STSMACOM-481. - Fix Edit Custom Field Settings focus issues. Fixes STSMACOM-476, STSMACOM-477.
- Upgrade
<ControlledVocab>
to final form. Refs STSMACOM-482. - Upgrade
<AddressFieldGroup>
to final form. Refs STSMACOM-484. - Allow the selection of remote storage locations. Refs STSMACOM-483.
- Guard appearance of remote-storage field with
hasInterface()
. Refs STSMACOM-486. - Fix default sorting of Notes to sort by Updated Date in ascending order. Fixes STSMACOM-487.
- Depend on
@folio/stripe-util
that is compatible with the shared peerreact-intl
v5
.
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
- Loan Details > Successfully change due date is not read by a screenreader AND also there is a keyboard trap. Refs STSMACOM-376.
- Loan Details > Change due date| Error message is not read by screenreader Refs STSMACOM-375.
- Edit/View Custom Fields UI updates. Refs STSMACOM-355.
- Allow a user to not select any option in a single select custom field Refs UIU-1673.
- Removing aria-labelledby attribute from primary address radio button. Fixes UIU-1641
- Remove asterisk from radio button custom field label. Fixes UIU-1700
- Apply correct styling to the save button on the edit custom fields page. Fixes STSMACOM-368
- Make checkbox custom field correctly reflect form state. Fixes UIU-1690
- Allow loading more than 10 Custom Fields. Refs STSMACOM-370.
- Fix bug with drag and drop for radio button group. Refs STSMACOM-367.
- Fix cannot select a radio button when multiple Custom Field radio button sets are created. Refs STSMACOM-373.
- Display custom fields accordion with a spinner while custom fields data is being loaded.
- Add
label
prop to<NotesSmartAccordion>
andcreateFormTitle
for<NoteForm>
. Part of UIREQ-457. - Introduce
basePath
prop to add ability to control the path after search is performed. Part of STSMACOM-378. - 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.
- Fixes to change due date modal to show correct request data. Addresses STSMACOM-431.
- Fixing tests to use initalState rather than back-end calls for module data.
- Added code to check results of saving tag data and show appropriate toast. Refs STSMACOM-401.
- Increment
react-router
to^5.2
. Refs STRIPES-674. - Add alphabetical sorting of Custom Field options. Refs STSMACOM-379.
- Add changeable content to assigned accordion to NotesView and NotesForm components. Part of UIREQ-467.
- Settings > Edit Custom Fields > change Save button label to Save & close. STSMACOM-380.
- Prevent PUT request for accordion title during drag'n'drop custom field. STSMACOM-382.
- Fix incorrect
Last updated source
in Note View metadata when record was never updated. Fixes STSMACOM-386. - Add
entityTagsPath
toTags
to set custom entity tags path. Refs STSMACOM-385. - Increase record limit for loan policy lookups in
<ChangeDueDateDialog>
. Fixes UIU-1731. - Remove horizontal scrollbar from
ChangeDueDateDialog
. Refs STSMACOM-402. - Use search term when filter is applied via
<SearchAndSort>
. Fixes STSMACOM-365. - Remove Note details length limit. Refs STSMACOM-383.
- Added
headingLevel
for<ViewMetaData>
-component. Refs STSMACOM-400. - Fix reset the sort terms when clicking the 'Reset all' button. Fixes STSMACOM-194.
- Extended Note title max length to 255. Refs STSMACOM-335.
- Show Note details in Notes Accordion. Refs STSMACOM-353.
- Set record limit for libraries in
<LocationLookup>
. Fixes UIOR-591. - Increase record limit for open request lookups in
<ChangeDueDateDialog>
. Fixes STSMACOM-404. - Use search term when filter is applied via
<SearchAndSortQuery>
. Fixes STSMACOM-407. - Remove 'no data' message displayed when saving the item. Fixes STSMACOM-384.
- Fix Custom Fields multiselect Label field not read as required. Fixes STSMACOM-363.
- Make Notes list column headings sortable. Refs STSMACOM-328.
- Refactor from
bigtest/mirage
tomiragejs
. - Fix Custom Fields Edit page has multiple elements with the same ID. Fixes STSMACOM-410.
- Add
listFormLabel
prop toControlledVocab
to set header ofEditableList
. Refs STSMACOM-408. - Show correct number of characters in NoteList details. Refs STSMACOM-411.
- Handle
react-router-dom
deprecation warnings. Refs STSMACOM-421. - Handle 'Aged to lost' items in
<ChangeDueDateDialog>
. Refs UIU-1495. - Fixed
Show more
button in<NotesList>
expanding every note. Refs STSMACOM-419. - Fix bug in
<ChangeDueDateDialog>
that saved an unwanted actionComment. Fixes STSMACOM-432. - Increment
react-intl
tov5
. Refs STSMACOM-433. - Refactor PasswordValidationField to use
final-form
instead ofredux-form
. Refs STSMACOM-389. - Increase PasswordValidationField test coverage to 80%. Refs STSMACOM-424.
- Fix
ClipCopy
success message NotesList
- Suppress Edit link when user lacks edit permissions. Refs STSMACOM-430.- Added
headerProps
property toNotesSmartAccordion
andNotesAccordion
. Refs STSMACOM-439. - Execute
<ChangeDueDateDialog>
PUT requests in sequence. Refs UIU-1789. - Add accessibility tests for Custom Fields. Refs STSMACOM-435.
- Fix bug in
<ChangeDueDateDialog>
that did not allow data to be updated. Fixes STSMACOM-441. - Move inter-stripes deps to peers. Refs STSMACOM-442.
- Move
moment
topeerDependencies
. Ref STSMACOM-443.