Releases: folio-org/stripes-components
Releases · folio-org/stripes-components
v11.0.2
- Implement timeZone support in
<Timepicker/>
default output formatter. Refs STCOM-1128. - 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.
- The ides of March gonna be just fine this year.
v11.0.1
- 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.
- Fix
convertTo24hr
function of timepicker to fix 'invalid date' message when timedropdown is used. Refs STCOM-1120.
v11.0.0
<Paneset>
initializes state more thoroughly, avoiding nulls. Refs STCOM-1056.- After click submit button disable the confirmation button in Confirmation modal component. Refs STCOM-1058
- FOLIO Login screen missing scrollbar - removed global styling for body overflow. Refs STCOM-1059.
- Correctly configure SonarCloud to find coverage reports. Refs STCOM-1064.
- Add 'centered' property to the 'RadioButton' component. Refs STCOM-1065.
- Prevent Popover from leaking escape keypress events. Refs STCOM-1061.
- BREAKING: Remove properties and components labeled as "deprecated". Refs STCOM-1067.
- Enable dependabot. Refs STCOM-1068, FOLIO-3664.
- Fix link in focused MCL row not working. Fixes STCOM-1066.
- Loosen prop-types for
<TextLink>
. Refs STCOM-1076. - Replace tyop in
<Accordion>
's test-id. Refs STCOM-1079. - BREAKING: Upgrade
react-redux
tov8
. Refs STCOM-1080. - Fix bug with MCL columnwidths not updating with width hint API. Refs STCOM-1090.
- Add line break at newline characters. Refs STCOM-1097.
v10.3.3
- After click submit button disable the confirmation button in Confirmation modal component. Refs STCOM-1058.
v10.2.3
v10.3.1
v10.3.0
- Fix 12-hour formatting in
dateTimeUtils
getLocalizedTimeFormatInfo
. Fixes STCOM-1017 - Add
inputRef
prop to<Timepicker>
. Refs STCOM-1016 <MultiDownshift>
- highlight first item when searching for options. Fixes STCOM-1015- Long titles do not fit in the confirmation modal window header. Refs STCOM-1020
- Pass
modifiers
prop to correct component in<MultiSelection>
. Fixes STCOM-1013. - Add
inputRef
prop to<Selection>
. Refs STCOM-647. <MultiSelection>
must handle null filter string. Refs STCOM-1022.- Break long words in Callout message. Refs STCOM-1023.
- Add underline to Button focus indicator. Refs STCOM-1007
- Fix selection bug where pressing the enter key while no options are available will clear the selected value. fixes STCOM-1024.
- Fix TextField bug where "focused" state is retained if component is disabled while it's in focus. fixes STCOM-818.
- Provide ability to disable an Icon Button. Refs STCOM-1028.
MultiSelection
support foraria-label
. Refs STCOM-977.- Fix regex matching of search options in
<AdvancedSearch>
. Fixes STCOM-1031. - Export
staticFirstWeekDay
andstaticLangCountryCodes
fromDatepicker
. Refs STCOM-1038. - Button: Button link style has a min-height, which can offset it from text. Fixes STCOM-1039.
- The vertical scroll bar displays at the second pane when it doesn't need. Fixes STCOM-1044.
- Focus management and accessible labeling of confirmation modals. Confirmation modals announce in a way similart to Javascript alerts. Fixes STCOM-1041.
v10.2.2
- Browse contributors > Second pane should not show a horizontal scrollbar. Fixes STCOM-1011.
<MultiDownshift>
- highlight first item when searching for options. Fixes STCOM-1015- Pass
modifiers
prop to correct component in<MultiSelection>
. Fixes STCOM-1013. - Fix regex matching of search options in
<AdvancedSearch>
. Fixes STCOM-1031.
v10.2.1
v10.2.0
- 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.
- Prevent caching of pane layouts (resizeable widths) when panes do not have a provided stable
id
prop. fixes STCOM-932. - AccordionSet has incorrect aria attribute. Refs STCOM-937.
- NoValue component doesn't have role. Refs STCOM-936.
- Correctly apply
aria-haspopup
andaria-expanded
to IconButton. Refs STCOM 941. - Open Loans List: Elements must only use allowed ARIA attributes. Refs STCOM-948.
- Appropriately apply labels within
<AutoSuggest>
component. Refs STCOM-939. - Correct Arabic and Japanese
font-family
typos. Refs STCOM-950. - Provide
<NoValue>
interactor. Refs STCOM-949. - Export to CSV not handling diacritics. Fixes STCOM-951.
- Correctly label focus-trap control in
<Timepicker>
. Refs STCOM-945. - Add rendered text to the control of
<Selection>
. Refs STCOM-942. - Avoid
setState
calls in unmounted components. Refs STCOM-952. - Break long words in headings based on zooming 200%. Refs STCOM-835.
- Improve splitting search query into rows in . Fixes STCOM-955.
- Fix cropping of nested panesets. Fixes STCOM-953.
- Lock-off
postcss-custom-properties
to 12.1.4. Fixes STCOM-956. - eHoldings app: Package Detail Record> Usage & analysis accordion > Apply pagination to Titles list. Refs STCOM-966.
- Fix Accessibility problems for "MultiSelection" component. STCOM-967.
- Add
marginBottom0
prop to<Timepicker>
. Refs STCOM-968 - Update
autoprefixer
to maintain compat withpostcss
. Refs STCOM-963. - Fix prop types of
<IconButton>
. Fixes STCOM-972. - Add Cancel icon. Refs STCOM-976.
- Export
<Calendar>
component as standalone. Refs STCOM-850 - Export all exports from
<FilterGroups>
. Refs STCOM-980. - Add background-color to
<Select>
options for FF UA styles. Fixes STCOM-974. - Set Monday as first day of the week for
es-419
. Refs STCOM-985. - The schedule time does not accept PM value. Fixes STCOM-986.
- 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.
- Button: 'Link' style should behave as expected. Fixes STCOM-938.
- Resized nested paneset containing elements. Fixes STCOM-989.
- Hours format on Timepicker consistent to locale. Fixes STCOM-947.
- Extend proptypes for avoiding console errors. Fixes STCOM-994.
- Added
pagingCanGoNext
andpagingCanGoPrevious
props to<MultiColumnList>
. Refs STCOM-995. - Break long words in (checkbox) labels. Fixes STCOM-990.
- Remove paginationBoundaries prop from MCLRenderer and PrevNextPaginationRow components. Refs STCOM-999.
- Paneset logic handles container widths of 0. Refs STCOM-1004.
- properly provide popper placements. Fixes STCOM-979.
- Additional functionality needed for metadata display when user record is deleted. Refs STCOM-882.
- Add the ability to pass a className to the rows container in the
<MultiColumnList>
. Refs STCOM-1009. - MultiSelection - fix exception when using special characters in search string. Fixes STCOM-1010.