Skip to content

v13.0.0 Sunflower 2025-R1 GA

Latest
Compare
Choose a tag to compare
@zburke zburke released this 25 Feb 02:21
· 0 commits to master since this release
v13.0.0
bb1d3b0
  • TextArea - move focus to the field after clearing the field by clicking on the x icon. Refs STCOM-1369.
  • Change Repeatable field focus behaviour. Refs STCOM-1341.
  • Fix <Selection> bug with option list closing when scrollbar is used. Refs STCOM-1371.
  • <Selection> - fix bug handling empty string options/values. Refs STCOM-1373.
  • Include Kosovo in the countries list. Refs STCOM-1354.
  • <RepeatableField> - switch to MutationObserver to resolve focus-management issues. Refs STCOM-1372.
  • Bump stripes-react-hotkeys to v3.2.0 for compatibility with findDOMNode() changes. STCOM-1343.
  • Pin currency-codes to v2.1.0 to avoid duplicate entries in v2.2.0. Refs STCOM-1379.
  • Wrap <Selection> in full-width div. Refs STCOM-1332.
  • Assign <Modal>'s exit key handler to Modal's element rather than document. refs STCOM-1382.
  • Wrap <Card>'s render output in <StripesOverlayContext> to facilitate ease with overlay components. Refs STCOM-1384.
  • Clear filter value after an action chosen from MultiSelection menu. Refs STCOM-1385.
  • ExportCSV - fix usage within <Modal>s by rendering the download link to the div#OverlayContainer. Refs STCOM-1387.
  • <MenuSection> should default its heading/label tag to H3 instead of H1. Refs STCOM-1392.
  • <Datepicker> fix for <Calendar> tabIndex when changing the year. Refs STCOM-1395.
  • <Tooltip> should allow for tooltip content to be hovered without closing the tooltip. Refs STCOM-1391.
  • <AdvancedSearchRow> - change aria-label for the input box to enter a search query and the Boolean operator dropdown. Refs STCOM-1195.
  • BREAKING Update @csstools postcss plugins to current versions in sync with @folio/stripes-cli. Refs STCOM-1404.
  • Paneset - deduplicate panes via id prior to registration. Refs STCOM-1386.
  • Calendar - improved color contrast of edge month days, as per WCAG standards. Changed hover bg color of edge/month days. Increased weight of day numbers overall. Refs STCOM-1390.
  • BREAKING Update react-intl to ^7. Refs STCOM-1406.
  • BREAKING remove deprecated props. Refs STCOM-1398.
  • Add marginTop0 prop to the MessageBanner component. Refs STCOM-1408.
  • Popper - hide overlay if popper anchor is scrolled out of the view. Refs STCOM-1386.
  • Switch useRootClose hook to useOClickOutside. Refs STCOM-1339.
  • Removed react-overlays dependency. Refs STCOM-1336.