Releases: folio-org/stripes-components
Releases · folio-org/stripes-components
v10.1.5
v10.1.4
- 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
v10.1.2
v10.1.1
v10.1.0
- 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 oncapture
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 - usingmocha
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
v10.0.2
v10.0.1
v10.0.0
- 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) givenbackendDateStandard
to format values. Refs STCOM-860.<SingleSelect>
add newloading
andloadingMessage
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
orreact-overlays
v4
. Refs STCOM-880.