Releases: folio-org/stripes-components
Releases · folio-org/stripes-components
v5.1.1
v5.1.0
- Use
moment.tz()
to display the presentedValue in Datepicker, fixes UIREQ-207. - Update ARIA roles for MCL. STCOM-365
- Add EndOfList component to MCL component. Part of UIDATIMP-105.
- Added asterisk for required form fields. STCOM-469
- Add EndOfList component to MCL component. Part of UIDATIMP-105
- Handle on blur issue for
MultiSelect
when it is part ofredux-form
. See docs. Part of UIDATIMP-56 - Disable variable fonts. Fixes STCOM-461 and STCOM-434
- In
<MultiColumnList>
, use columns' static keys, not translated aliases, for sorting. Refs STSMACOM-93. - Fixed autogenerated ID's in withAccordionSet (STCOM-475)
- Add deprecation warning for objects passed to appIcon. Made it possible to pass an instead. (STCOM-473)
- Fixed bug where
<Selection>
wouldn't update the selected item when a newdataOptions
was passed in. - Added 1% opaque black for even rows in the MCL (UX-276)
- Updated end of list icon on MCL to use color-text-p2 variable (UXPROD-1570)
- Changed
MetaSection
component's PropTypes for internationalization support (UIDATIMP-156)
v5.0.2
v5.0.1
v5.0.0
- Add
inputRef
prop to<TextField>
. Part of STCOM-372. - Deprecate
getInput()
andfocusInput()
methods ofTextField
. Part of STCOM-372. - Add documentation for
<TextField>
. - Add
document
icon - Replace
<SegmentedControl>
with<ButtonGroup>
- Fix broken focus management of
<Selection>
on small screens. Fixes STCOM-433. - Remove
craftLayerUrl()
util - Remove deprecated CSS variables
- Remove deprecated
title
props - Remove deprecated
excludeKeys
prop forexportCsv
- Delete
<TabButton>
- Remove
<IfPermission>
and<IfInterface>
- Remove deprecated icon names
- Delete moved
<EntrySelector>
v4.5.1
v4.5.0
v4.4.0
- Remove
injectIntl()
fork - Simplify
ReduxFormField
usage - Updated Pane/PaneHeader to accept a
actionMenu
-prop. Added deprecation warning for theactionMenuItems
-prop (STCOM-388) - Include
data-total-count
in `'. Available from v4.3.2. - Don't pass
onSelectItem
to components that don't use it. Fixes STCOR-280. Available from 4.3.2. - Introduce
tagName
prop on<Pane>
- Update
<Modal>
propTypes
- Cancel
<Callout>
's timers on unmount.
v4.3.1
v4.3.0
- Make label margins consistent
- Add ability to filter items in EntrySelector. Fixes STCOM-367.
- Resolve issue recursion issue with
trapFocus
with multiple<Layer>
s. STCOM-366. - Clear console noise from
<Selection>
/<SelectList>
. STCOM-369. - Removed title attribute from AppIcon (STCOR-268) and minor line-height fix
- Fixed
<Layout>
'spadding-end-gutter
rule. - Use a CSS class to indicate whether
<EntrySelector>
has any entries. - Added more flexbox classes to
<Layout>
. - Resize icons
- Export
<NavListItem>