Releases: folio-org/stripes-components
Releases · folio-org/stripes-components
v7.0.1
- Tweak
<Modal>
spacing so the top has better alignment. react-hot-loader
is not provided by the platform.<MultiColumnList>
a11y improvements. Refs UICHKOUT-602.- Tooltips now hides when hitting escape. Refs STCOM-679.
- Changed focus proxy element in
<Popdown>
to adiv[tabIndex="0"]
instead of aninput
. Fixes STCOM-651. - Use
UNSAFE_
prefix for deprecated React methods. We know, we know. Refs STCOM-649. <MultiSelection>
handles small input fields more nicely.<PasswordStrength>
must not set state if unmounted.- Remove spurious
role
attribute from<NoValue>
. - Ensure
<TextField>
and<TextArea>
are always associated with alabel
.
v7.0.0
- Fix issue with
initialStatus
prop on Accordions not working. - Fix bug with impossibility to use mouse to set Associated Service Point for Fee/Fine Owner. Refs UIU-1539.
- Introduce a new filter config property called
operator
. Refs STCOM-662. - Expose
FILTER_GROUP_SEPARATOR
andFILTER_SEPARATOR
for splitting/joing filters. Refs STCOM-670. - a11y improvements for form components and update primary color. Refs STCOM-658.
- Fix aria-labelledby assignment on
<Multiselection>
. Refs UIREQ-437. - Fixed text overflow bug on
<Select>
. Refs UX-341. - Updated
<Timepicker>
to use<Popper>
instead of react-tether. Refs STCOM-381. - Added
centerContent
-prop for<Pane>
. Refs STCOM-618. - Allowed
to
,href
andlabelStrings
props to be passed as functions todefaultRowFormatter
. Refs STDTC-8. - Pane resizing is suppressed when Panes are overlapped. Fixes STCOM-673, STCOM-674.
- Pin
moment
at~2.24.0
. Refs STRIPES-678. - Fix issue in tests with conflicting lists inside repeatable field. Refs UIDATIMP-442
- Increase test coverage to 80% | Dropdown menu. Refs STCOM-667.
- Increase test coverage to 80% | Selection. Refs STCOM-668.
- Added
unregisterAccordion
method to<AccordionSet>
and unregistering of<Accordion>
when unmounted. Refs STSMACOM-267.
v6.1.2
v6.1.1
v6.1.0
v6.0.0
- Add deprecation warning for
hasMargin
prop passed to Card. Margin bottom is added by default now. Styling propmarginBottom0
added to<Card>
to remove the margin bottom if needed. (STCOM-626) - Add
aria-labelledby
functionality to<MultiSelection>
. fixes STCOM-627. - Test coverage for
<FilterGroups>
at > 80%. Refs STCOM-610. - Provide
<NoValue>
to show a-
and handlearia-label
correctly. Fixes STCOM-634. - MCL percentage column widths summing to 100% no longer cause overflow. Fixes STCOM-633.
- Improve accessibility, add attribute
aria-label
tonav
tag. Replace redundant tagnav
withdiv
. Refs UICAL-85. - Test coverage for
<ExportCSV>
at > 80%. Refs STCOM-574. - Introduce
bodyTag
prop on<ConfirmationModal>
. - Added
house
-icon (UX-302) - Remove
<AppIcon>
andSegmentedConrol
components. - Remove deprecated props from ModalFooter (
primaryButton
,secondaryButton
) - Remove
AppIcon
prop usage as an object from<PaneHeader>
. - Move
react-intl
,react-router-dom
to peerDependencies.
v5.9.2
v5.9.1
v5.9.0
- Add keyboard navigation to
<Dropdown>
. fixes STCOR-383 and STCOR-382 - Test coverage for
<Dropdown>
at > 80%. STCOM-609 - Convert
<Dropdown>
to use<Popper>
. STCOM-320. - Export the
<Popper>
component at top level. - Added
<MessageBanner>
component (STCOM-592) - Optionally include translations in
mountWithContext
test helper. - Support
ref
in<Tooltip>
viaforwardRef
. - Validate shape of arguments before accessing them in
<FilterGroups>
. Refs STCOM-623. - Export the
<Spinner>
component, cribbed from stripes-erm-components, at the top level. - Export the
<FormattedUTCDate>
component at the top level; provides time-independent formatting for e.g. birthdays.