Skip to content

Releases: folio-org/stripes-components

v5.8.0

26 Sep 03:55
8f50a77
Compare
Choose a tag to compare
  • Add the <Tooltip> component. Refs STCOM-567.
  • Multiple <MultiColumnList> bug fixes.
  • Allow long <KeyValue> values to wrap. Refs UIOR-387.

v5.7.1

12 Sep 00:02
544e239
Compare
Choose a tag to compare
  • Provide more render options within <PaneFooter>. Refs STCOM-571.

v5.7.0

09 Sep 16:42
63bae3c
Compare
Choose a tag to compare
  • Total refactor of rendering of <MultiColumnList>. Refs STCOM-363.

v5.6.0

21 Aug 20:36
9f98a35
Compare
Choose a tag to compare
  • Update font-weights and colors to increase scanability. Refs UX-313, STCOM-563, STCOM-565, STCOM-561.
  • Implement fixed-to-bottom <PaneFooter> component. Refs STCOM-429.
  • Display <Button>s as pills (circular/rounded sides). Refs STCOM-564.
  • Correctly pass refs to <MultiSelection> internal components. Refs STCOM-554.
  • Better <KeyValue> test infrastructure.

v5.5.0

23 Jul 15:12
cadf479
Compare
Choose a tag to compare
  • Allow <RepeatableField>'s add and remove buttons to be disabled. Refs UIOR-294.
  • Extend FilterGroups component to support optional displayName prop for the values object for the intl purposes. Refs UIU-894.
  • Replace Autosizer component with third-party equivalent react-virtualized-auto-sizer. Refs STCOM-543.
  • <ExpandAllButton> now accepts an optional id prop to set on the <Button>.
  • <Icon> may receive custom icons. Refs STCOM-542.
  • Correctly set <Accordion>'s id. Refs STCOM-551.
  • <MetaSection> elegantly handles missing metadata. Refs STCOM-538.
  • <Datepicker> cleanup: better i18n, issues with untouched fields.

v5.4.2

13 Jun 03:03
672a0f7
Compare
Choose a tag to compare
  • Exclude additional currencies. Refs UIU-1076.

v5.4.1

13 Jun 03:03
e583d23
Compare
Choose a tag to compare
  • <AppIcon> is no longer cropped in the presence of a long title.
  • <Checkbox> includes prop-type for innerClass.

v5.4.0

13 Jun 03:04
9649c25
Compare
Choose a tag to compare
  • Use container-width to size panes.
  • Be careful when using container-width to size a pane. Refs UIDATIMP-198.
  • Avoid scrollbar overlap in accordions. Fixes STCOM-530.
  • Filter groups support range queries. Refs UIOR-206.
  • Prevent Mac OS from accumulating the scroll value at its margins. UIDATIMP-200.
  • Prevent closing of modal when clicking the background. Fixes STCOM-460.
  • Implement currency select menu. Refs STSMACOM-205.
  • Added Card component. STCOM-534

v5.3.0

11 May 00:50
47ec464
Compare
Choose a tag to compare
  • Create common WYSIWYG editor. STSMACOM-190
  • Additional props validation in <MultiColumnList>. Fixes STCOM-515.
  • Panes/Panesets defaultWidth supports css-units outside of percent. Fixes STCOM-521.
  • <Paneset> spreads data- attributes to its container, so it no longer needs a wrapper for testing. Fixes STCOM-527, refs UIORG-166.

v5.2.0

11 May 00:50
841d7b6
Compare
Choose a tag to compare
  • Fix <Datepicker> for non-redux-form usage. Fixes STCOM-493
  • Fix issue with <AutoSuggest> not using refs correctly. Fixes STCOM-489
  • Use minimumRowHeight in <MultiColumnList> instead of averageHeight for row rendering/loading. Relates to UIIN-319.
  • Added 'iconStyle'-prop for and added an 'action'-style. STCOM-510.
  • Turned off sideEffects to enable tree-shaking for production builds. Refs STRIPES-564 and STRIPES-581.