Skip to content

Releases: folio-org/stripes-components

v10.1.5

07 Jun 11:10
767a7a6
Compare
Choose a tag to compare
  • Set Monday as first day of the week for es-419. Refs STCOM-985.
  • Migrate Node JS to active LTS, v16. Refs STCOM-996.
  • Include recent zh-TW translations. Refs STCOM-1003.

v10.1.4

01 Jun 16:26
bc3e577
Compare
Choose a tag to compare
  • Handle panesets containing only percentage-based panes differently. Fixes STCOM-983
  • In mixed px and non-px panesets, resize caches only for px-based widths. Fixes STCOM-982
  • Resize non-cached paneset layouts on window resize. Fixes STCOM-984.
  • Check for window resize in calcWidths. Refs STCOM-987.
  • resize-nested paneset containers. Refs STCOM-988.
  • Resized nested paneset containing elements. Fixes STCOM-989.

v10.1.3

05 Apr 22:54
b909c7c
Compare
Choose a tag to compare
  • Prevent caching of pane layouts (resizeable widths) when panes do not have a provided stable id prop. fixes STCOM-932.
  • Fix cropping of nested panesets. Fixes STCOM-953
  • Pin webpack to `~5.68.1. Fixes STCOM-964.

v10.1.2

29 Mar 04:09
be03e25
Compare
Choose a tag to compare
  • Prevent onMount from being passed to rendered HTML element in <Pane>. fixes STCOM-931.
  • Include percentage-based layout widths in proportional resizing. fixes STCOM-927.

v10.1.1

29 Mar 04:08
b78ff71
Compare
Choose a tag to compare
  • Export to CSV not handling diacritics. Fixes STCOM-951.
  • Advanced search does not work when editing Advanced Search box. Refs STCOM-934.
  • Improve splitting search query into rows in <AdvancedSearch>. Fixes STCOM-955.

v10.1.0

18 Feb 04:43
f3682f5
Compare
Choose a tag to compare
  • Export utilities for apps to display keyboard shortcuts in a modal.Refs STCOM-865.
  • upgraded popover tests to use new interactors. part of STCOM-880.
  • removing skipped tests for TextField, Radiobutton, Select. Fixes STCOM-880.
  • Re-fix issue with misaligned dates/weekdays in Datepicker Calendar. Add regression tests for fix. Refs STCOM-849.
  • Add new textLeft className to <Layout> component. Refs STCOM-897.
  • Check that content inside <Accordion> was clicked and set focus flag. Refs STCOM-895.
  • Add an event handler for accordion opening/closing at users' direct request. Refs STCOM-820.
  • Remove default tabIndex from Icon (cause of nested interactive axe errors), treated aria-labelledby appropriately in IconButton. Fixes STCOM-883
  • Make useClickOutside click handler work on capture event phase. Refs STCOM-895.
  • Interactors should not use dynamic CSS variable names. Refs STCOM-902.
  • Create a Conflict Detection banner. Refs STCOM-889.
  • Scroll MCL to top when a shorter list of content is received. Refs STCOM-907
  • Fix issue with radioButton 'button' not responding to clicks. Fixes STCOM-910.
  • Upgrade postcss to v8. Refs STCOM-892.
  • Add a new valueFormatter prop to <MultiSelection>. Refs STCOM-911.
  • remove @bigtest/mocha dependency - using mocha instead. Refs STCOM-907.
  • Do not pass aria-invalid to any <button> elements. Refs STCOM-915.
  • PrevNext buttons return incorrect index. Fixes STCOM-909.
  • Add new text-start, text-end classNames to <Layout> component. Refs STCOM-898.
  • Add <AdvancedSearch> component. Refs STCOM-919.
  • Strange arrow appears in select (multiple=true) boxes over scrollbar. Refs STCOM-925.
  • Add onMount prop to the Pane component. Refs STCOM-928

v10.0.3

22 Nov 20:16
659f39d
Compare
Choose a tag to compare
  • Make useClickOutside click handler work on capture event phase. Refs STCOM-895.

v10.0.2

15 Nov 21:32
eb013f2
Compare
Choose a tag to compare
  • Check that content inside <Accordion> was clicked and set focus flag. Refs STCOM-895.
  • text alignment of accordion headers. Refs STCOM-893.

v10.0.1

25 Oct 20:18
26d971b
Compare
Choose a tag to compare
  • Reapply fix issue with misaligned dates/weekdays in Datepicker Calendar. Refs STCOM-849

v10.0.0

28 Sep 02:24
f36c27f
Compare
Choose a tag to compare
  • Add link icon. Refs STCOM-852.
  • <MultiColumnList> add ability to focus component if content data is empty. Refs STCOM-851.
  • Expose getLocaleDateFormat Datepicker util. Refs STCOM-854.
  • Fix issue with misaligned dates/weekdays in Datepicker Calendar. Refs STCOM-849
  • <Datepicker> must correctly handle RFC-2822 dates. Refs STCOM-861.
  • <Datepicker> always provides Arabic numerals (0-9) given backendDateStandard to format values. Refs STCOM-860.
  • <SingleSelect> add new loading and loadingMessage props to display while loading options. Refs STCOM-858.
  • Applied maxheight to <DropdownMenu>. Fixes STCOM-848
  • Fix <Datepicker> inputRef prop not working. Refs STCOM-869
  • Scope the focusable row to the scroll container. Refs STCOM-870
  • Fix issue when staff slips generate an extra blank page. Refs STCOM-872
  • Use existing Bigtest Interactors from stripes-testing instead of local bigtest interactors. Refs STCOM-862
  • React 17. STCOM-797.
  • Closing <Popover>, <InfoPopover> should send focus back to the trigger. Fixes STCOM-867.
  • Update react-overlays to v4. Refs STCOM-877.
  • Disable several unit tests that either don't like react 17 or react-overlays v4. Refs STCOM-880.