Releases: folio-org/stripes-components
Releases · folio-org/stripes-components
v12.1.1
v12.1.0
- Add
hasMatchSelection
to<AdvancedSearch>
to hide/show search match selection dropdown. Refs STCOM-1211. - Add z-index of 1 to callout out to have it always render on top of sibling elements. Fixes STCOM-1217.
- Make
<SearchField>
support input and textarea as an input field. Refs STCOM-1220. - Add support for new match option
containsAll
in<AdvancedSearch>
. Refs STCOM-1223. - Ensure CSS visibility of datepicker's year input number spinner. Refs STCOM-1225.
- Include pagination height in MCL container height calculation. Refs STCOM-1224.
- Added
indexRef
andinputRef
props to<SearchField>
. Refs STCOM-1231. - Adjusted print styles of panes so that the last pane will print. Refs STCOM-1228, STCOM-1229.
- Accessibility Issues - stripes components. Refs STCOM-1222.
- Enable spinner on Datepicker year input. Refs STCOM-1225.
- TextLink - underline showing up on nested spans with 'display: inline-flex'. Refs STCOM-1226.
- Use the default search option instead of an unsupported one in Advanced search. Refs STCOM-1242.
- Added support for clear icon in
<TextArea>
. Refs STCOM-1240. - Bug fix for Accordion content z-index rendering. Refs STCOM-1238.
- Format aria attributes in
<Icon>
. Refs STCOM-1165. - Upgrade
stylelint
and fix errors. Refs STCOM-1087. - Show action buttons in correct color. Refs STCOM-1256.
- Accessibility | Repeatable Field Component. Refs STCOM-766.
- Apply highest z-index to focused
<Accordion>
withinAccordionSet
. Refs STCOM-1257. - Upgrade storybook to v7. Refs STCOM-1176.
- Fix bug with MCL not re-enabling paging buttons after more data was loaded. Refs STCOM-1262.
- Accessible grouping for filter group checkboxes via
role="group"
. Refs STCOM-1192. - Fix
<FilterAccordionHeader>
does not have correctaria-label
whenlabel
prop type is string. Fixes STCOM-1271. - Add
number-generator
icon. Refs STCOM-1269. - Accordions retain their z-index after being blurred, and assume the highest z-index when focus enters them. Refs STCOM-1238.
v12.0.5
v12.0.4
v12.0.3
- Add z-index of 1 to callout out to have it always render on top of sibling elements. Fixes STCOM-1217.
- Ensure CSS visibility of datepicker's year input number spinner. Refs STCOM-1225.
- Include pagination height in MCL container height calculation. Refs STCOM-1224.
- Adjusted print styles of panes so that the last pane will print. Refs STCOM-1228, STCOM-1229.
v12.0.2
v12.0.1
v12.0.0
- Add
rootClass
andfitContent
props to<TextArea>
. Refs STCOM-1101. - Fix bug with Timepicker formatting user input too quickly/aggressively. Refs STCOM-1103.
- Fix big with Timepicker timedropdown spinners not respecting their appropriate ranges. Refs STCOM-1104.
- Fix Timepicker dropdown not spinning values when the value is empty/undefined. Refs STCOM-1118.
- Timepicker conforms to redux-form's expected blur behavior. Refs STCOM-1119.
- Add optgroup example of
Select
component in storybook. Refs STCOM-1121. - Fix Convert24hr function of timepicker to fix 'invalid date' message when timedropdown is used. Refs STCOM-1120.
- Fix MCL Columnheaders' focus styling. Refs STCOM-1105.
- Fix keyboard interaction with MCL Columnheaders - Enter and Spacebar can now be used to 'click' them. Refs STCOM-680.
- The Datepicker works correctly with an invalid date. Refs STCOM-1110.
- Implement timeZone support in
<Timepicker/>
default output formatter. Refs STCOM-1128. - Internalize the react-flexbox-grid dependency. Refs STCOM-1127.
- Set TextLink color to white on selected MCL rows. Refs STCOM-1122.
- Timepicker considers timezone when parsing value prop. Refs STCOM-1141.
- PaneContent div should be position: relative to hide overflow from absolutely positioned contents. Refs STCOM-1148.
- Adjust styles for overlay controls rendered in MCL rows. Refs STCOM-1149, UIRS-100.
- Provide onChange and ariaLabel prop to TextArea component. Refs STCOM-1154.
- Omit
webpack
dependency; it is not used directly and is supplied indirectly via@folio/stripes-cli
. Refs STCOM-1153. - Add styling for search fields to remove the
x
cancel icon that went away when we upgradednormalize.css
. Refs STCOM-1157. - Remove Accordion's problematic internal aria-label (it already has aria-labelledby for adequate labeling). Refs STCOM-1129.
- Compile translations. Refs STCOM-1162.
- Return filled rows and query from
useAdvancedSearch
hook. Fixes STCOM-1156. - Remove
dom-helpers
dependency. Resolves STCOM-1170. - Center MCL prev-next pagination to scrollParent. Resolves STCOM-1158.
- Add style to
<TextLink>
to account for interactionStyles':active
style. Refs STCOM-1159. - Upgrade
postcss-calc
from v8 to v9.0.1. Refs STCOM-1174. - Upgrade
react-transition-group
from 2.9.0 to 4.4.5. Refs STCOM-1175. - Expand options of MetaSection component. Refs STCOM-1171.
- Provide the searchableOptions prop to the SearchField component to use it as children for options in the Select component. Refs STCOM-1183.
- Provide the
getFieldUniqueKey
prop to define akey
for the list items in the<RepeatableField>
component. Refs STCOM-1186. - Bugfix for
<MultiSelection>
- onRemove should support remove button clicks and list de-selection as it does backspace. Refs STCOM-1106. - BREAKING bump
react
tov18
. Refs STCOM-1179. - Add
graph
icon. Refs STCOM-1187. <AccordionSet/>
bugfix - fix for Accordions reverting to their initial open/close state when outer component is updated. Fixes STCOM-1188.- Unpin
moment
from2.24
; STRIPES-678 resolved long ago. Resolves CVE-2022-24785. - Always display spinner buttons on
input[type="number"]
. Resolves STCOM-1185. - Add
pagingOffset
prop to<MultiColumnList/>
. Resoves STCOM-1189. - Adjust scroll position to the top for non-sparse array. Resolves STCOM-1196.
- BREAKING bump
react-intl
tov6.4.4
. Refs STCOM-1198. - Add
current
forselectList
andcontainer
refs due to removal of dom-helpers dependency. Refs STCOM-1199. - Fix focus of first row and prevent multiple focus calls in MCLRenderer. Fixes STCOM-1202.
- Move prev/next pagination outside of MCL's scrollable div. Refs STCOM-1115.
- Reset the
loading
state for the sparse array inMCLRenderer
, not just the non-sparse. Fixes STCOM-1203. - Bump
@svgr/webpack
from7.0.0
to8.1.0
. - Update/unbreak
expandAllSections
andcollapseAllSections
keyboard shortcuts to work with updated<AccordionStatus>
code. Fixes STCOM-1207. - Correctly handle multiple
<Callout>
elements when they are manipulated quickly. Refs STCOM-1209. - Make Advanced search query boxes expandable. Fixes STCOM-1205.
- Fix state mutation in
<AccordionSet>
. AddonRegisterAccordion
andonUnregisterAccordion
props. Refs STCOM-1210. - Italian locale: provide correct value for
NL
country code. Refs STCOM-1216