Releases: folio-org/stripes-smart-components
Releases · folio-org/stripes-smart-components
v2.2.0
v2.1.0
- Export more SearchAndSort building blocks for use in other projects. Refs UIDATIMP-47.
- Update ARIA-roles in SearchAndSort and EditableList. Fix for STCOM-365
- Add "remove" to
EntryManager
's action menu. Refs UICIRC-108. - Add confirmation modal when removing entries via action menu. Refs UICIRC-109.
- Use columns' static labels, not their translated aliases, for sorting in
<SearchAndSort>
. Fixes STSMACOM-93. - Restore predictable
id
attributes to checkboxes created by<CheckboxFilter>
. Refs UISE-97. - Extract static strings for translation. Fixes STSMACOM-169, STSMACOM-175.
- Only clear resource query when SearchAndSort runs in a plugin mode. Refs ERM-72.
- Modify
ViewMetaData
component to render system user (UIDATIMP-156) - Update user data when props changed in
ViewMetaData
component. Fix for STSMACOM-177
v2.0.2
v2.0.1
v2.0.0
- Lenient label proptypes accept a node in order to receive a
<FormattedMessage>
. Available from v1.12.1. - Provide
contentLabel
to<Layer>
from<EntryManager>
. Available from v1.12.2. - Refactor proxy fetching in
<ProxyManager>
. Fixes STSMACOM-154. Available from v1.12.3. - Fix no results found message. Fixes STSMACOM-155.
- Remove
noOverflow
from<EntrySelector>
list pane. Ref UIU-764. - Label
<UserLink>
as deprecated. Refs STRIPES-577. - Narrow use of
<LoanList>
- Remove
<Notes>
- Remove
<UserLink>
v1.12.0
v1.11.0
- Add clone option to
EntryManager
. Fixes STSMACOM-134. - Add ability to pass custom add menu component to
EntryManager
. Fixes STSMACOM-136. - Use react-intl directly instead of stripes.intl
- Enable tags by default. Part of UITAG-8.
- Add parseInitialValues to entry wrapper. Fixes STSMACOM-137.
ControlledVocab
acceptssortby
to override its default ordering. Refs MODUSERS-98, fixes STSMACOM-139. Available from v1.10.1.- Show details view of the newly created record after duplication. Fixes STSMACOM-140.
- Open details screen after new record is created. Fixes STSMACOM-141.
- Internalize logic of
<UserLink>
into<ControlledVocab>
for efficiency. Fixes STSMACOM-142. Available from v1.10.2. - Remove
<Paneset>
from<Settings>
- Clear query resource on
SearchAndSort
component unmount. Fixes STSMACOM-146. - Replace
formatMessage()
with<FormattedMessage>
in<SearchAndSort>
- Use create-new-button attributes consistently.
- Validate callouts before calling them.
- Consistent id attributes for
<EntryManager>
buttons.