Skip to content

Releases: folio-org/stripes-components

v5.1.2

20 Mar 19:14
41bd2e4
Compare
Choose a tag to compare
  • <AccordionSet> consideres closedByDefault prop when setting up initial state for child accordions. Fixes STCOM-480.
  • Check for ref existence within MultiSelection before calling focus(). fixes STCOM-485.

v5.1.1

15 Mar 18:04
1100af3
Compare
Choose a tag to compare
  • Consider timezone in Datepicker for values containing a time offset. fixes STCOM-484.

v5.1.0

15 Mar 18:04
df56a1a
Compare
Choose a tag to compare
  • 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 of redux-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 new dataOptions 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

17 Jan 20:47
72f5f0a
Compare
Choose a tag to compare
  • Upgrade memoize-one

v5.0.1

16 Jan 15:58
0de12c4
Compare
Choose a tag to compare
  • Bump stripes-core peer dependency

v5.0.0

15 Jan 20:11
ca5e0d5
Compare
Choose a tag to compare
  • Add inputRef prop to <TextField>. Part of STCOM-372.
  • Deprecate getInput() and focusInput() methods of TextField. 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 for exportCsv
  • Delete <TabButton>
  • Remove <IfPermission> and <IfInterface>
  • Remove deprecated icon names
  • Delete moved <EntrySelector>

v4.5.1: Merge pull request #755 from folio-org/stcom-372-textfield-expose-ref…

19 Dec 21:17
fa4f916
Compare
Choose a tag to compare

Provide an inputRef prop on <TextField> that will accept a ref and pass it straight through to the <TextField> component. Deprecate <TextField>'s methods getInput() and focusInput() in favor of using the inputRef prop directly.

v4.5.0

29 Nov 16:53
77ecd17
Compare
Choose a tag to compare
  • Deprecate <EntrySelector>
  • Introduce showUserLink prop on <MetaSection>
  • Deprecate <IfInterface> and <IfPermission>, STCOM-357
  • Extend InfoPopover with new props (UIDATIMP-5).

v4.4.0

19 Nov 21:26
94dd8f5
Compare
Choose a tag to compare
  • Remove injectIntl() fork
  • Simplify ReduxFormField usage
  • Updated Pane/PaneHeader to accept a actionMenu-prop. Added deprecation warning for the actionMenuItems-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

01 Nov 21:21
f91546c
Compare
Choose a tag to compare
  • color chokes on rgb/rgba; use hex values instead.
  • Validate presence of props.onClick() before calling it.
  • Allow node prop types for labels and validation messages