Releases: folio-org/stripes-components
Releases · folio-org/stripes-components
v9.2.1
v9.2.0
<IconLabel>
Avoid passingaria-label
to a<span>
, an a11y violation. Refs STCOM-834.<CommandList>
should not warn about overriding system key bindings. Refs STCOM-836.<Selection>
no longer always shows aprops.tether
deprecation warning. Refs STCOM-838.<Paneset>
should not callsetState
after unmounting. Refs STCOM-833.- Add
buttonLabel
to<ErrorModal>
. Refs STCOM-841. - Add
prev-next
pagination option to MCL. Refs STCOM-829 - Add support for sparse arrays to MCL. Refs STCOM-829
- Add
ItemToView
functionality so that item-based scroll positions can be marked by modules. Resolves STCOM-830. - Formally export
exportToCsv
. Refs STCOM-843. - Copy features and bugfixes from the
stripes-util
dupe ofexportToCsv
. Refs STCOM-844. <MultiColumnList>
validate container-ref before calling functions on it to avoid NPEs.
v9.1.0
- Fix Accordion content is displayed below other accordions when using scrollbar. Fixes STCOM-812.
- Add languageOptionsES for the laguage facet. Refs UISEES-29.
- Fix Pane behavior on window resize/3rd pane/nested paneset resize. Fixes STCOM-808.
- Add the
<ErrorModal>
component. Refs STCOM-794. - Add
check-in
icon. Refs UX-427. - Add
check-out
icon. Refs UX-428. - Fix incorrect date from
<Datepicker>
when usingYYYY-MM-DD
formatting and hidden input. Fixes STCOM-822. - Set
max-width
ontextarea
elements, not just on their wrappers. Refs STCOM-824.
v9.0.0
- Make Select tooltip-ready (inputRef, aria-labelledby). Refs UITEN-119
- Fix focusing SearchField when loading - make it readOnly. Refs STCOM-762
- Refactor
Timepicker
away fromcomponentWillReceiveProps
lifecycle hook. Refs STCOM-275 - Handle DST in
Timepicker
tests. - Add
isDisabled
property toCheckboxInteractor
. Refs STCOM-777. - Implement info callout. Refs STCOM-776.
- Implement warning callout. Refs STCOM-809.
- Set modalRoot position to absolute to allow for modals to stack. Refs STCOM-771.
- Provide
useDateFormatter
anduseTimeFormatter
hooks. Refs STCOM-775. Datepicker
calendar weekday rendering bug. Fixes STRIPES-709.- Fix Dropdown moving focus when external state changes. Fixes STCOM-778.
- Add Storybook example for . Refs STCOM-424.
- Fix alignment of head labels in RepeatableField. Refs STCOM-787.
- Extend
Button
interactor withisDisabled
field. Refs STCOM-792. - Add
columnIdPrefix
prop to MCL. fixes STCOM-767. - After the browser window is minimized the pane is not adjusted so the content on the righthand side is cut. Refs STCOM-783.
- Add
aria-label
attribute to modal root of<Modal>
component. Refs UIEH-1017. - Add
ariaLabel
prop to<ConfirmationModal>
. Refs UIEH-1017. - Correctly set
max-height
in expanded<Accordion>
s. Refs STCOM-796. - Add
className
prop to<Accordion>
. Refs UIEH-926. - Settings > Panes are off. Refs STCOM-795.
- Fix overflow in
sr-only
elements. Refs STCOM-801. <ErrorBoundary>
accepts a callback to receive the arguments tocomponentDidCatch
. Refs STCOM-753.- Increment
@folio/stripes-cli
tov2
. Refs STCOM-806.
v8.0.2
v8.0.1
v8.0.0
- Fix focusing SearchField when loading - make it readOnly. Refs STCOM-762
- Disable
SearchField
interactions ifloading
is true - Avoid
ARIA attributes must conform to valid values
error on AutoSuggest field. Refs STCOM-720. - Export currency options as a hook. Addition to STCOM-614.
- Provide
<CountrySelection>
. Fixes STCOM-291. - Localize currency names in
<CurrencySelect>
. Fixes STCOM-614. - Fix MultiSelect carat not aligned when there is not enough space.
- Updated
<Accordion>
a11y attributes and roles. Fixes STCOM-697. - ARIA role must be appropriate for the element (Selection). Fixes STCOM-702.
- Add to
aria-label
descriptive text for filter headings. Refs STCOM-703. - Display
<NoValue />
in KeyValue if value is undefined or empty string. New FOLIO UX guidelines. Refs STCOM-758 - Increment
react-router
to^5.2
. - Upgraded
react-overlays
dependency to the latest version. Refs STCOM-650. - Add a utility list of language names & helper functions. Refs UIIN-829.
- Added
<TextLink>
-component. Refs STCOM-699. - Extend
ConfirmationModal
interactor. STCOM-710. - Added
lightning
icon. Refs UX-377. - Fix layout of inputed MultiColumnList in Accordion. Refs STCOM-719.
- Added focus-within styles for
<Pane>
. Refs STCOM-477. - Extend
getCellClass
callback withrowData
andcolumn
name parameters. IntroducedgetHeaderCellClass
callback prop to extend styling on the header cells. Refs STCOM-718 - Remove FilterPane component. Refs STCOM-688.
- Increase test coverage to 80% | Editor. Refs STCOM-660.
- Increase test coverage to 80% | FilterPaneSearch. Refs STCOM-689.
- Datepicker refactor: numerous fixes in accessibility, internationalization, usability. Addresses STCOM-325, STCOM-606, STCOM-684, STCOM-640, STCOM-577, STCOM-315, STCOM-653, STCOM-639, STCOM-470, STCOM-641.
- Support AutoSuggest field in react-final-form. Refs STCOM-725
- Extend
Pane
interactor withheader
field. STCOM-727. - Fix missing label for MultiSelection hidden value input element. Refs STCOM-726.
- Fix
<SearchField>
component cannot be disabled. Refs STCOM-730. - Fix
<Select>
component ignoringrequired
property. Refs STCOM-742. - Added
aria-hidden
attribute to<Asterisk>
to prevent screen readers from reading it. Refs STCOM-741. - Fix aria-labelledby prop on
<MultiSelection>
and added docs/example of usage with external label (STCOM-733) - MultiColumnList
columnWidth
prop's keys will accept an object withmin
andmax
keys that can vary the size of the column based on necessity. Refs STCOM-631 - Fix a bug causing language name translation to crash if input is invalid. Fixes STCOM-745.
- Provide
<FormattedDate>
and<FormattedTime>
to handle dates without properly formatted timezones. Refs STCOM-659. - refactor SingleSelect away from componentWillReceiveProps. Refs STCOM-709.
- Add
autoFocus
property to<MultiSelection>
. Refs UIEH-959. - refactor SRStatus away from componentWillReceiveProps. Refs STCOM-708.
- Added
headerProps
property toFilterAccordionHeader
andDefaultAccordionHeader
. Refs STCOM-760. - Move
moment
topeerDependencies
. Refs STCOM-761. - Change default
<FilterGroups>
operator from=
to==
. Refs STCOM-492.