Skip to content

Releases: folio-org/stripes-components

v11.0.3

30 Mar 18:17
d3be9fc
Compare
Choose a tag to compare
  • Timepicker considers timezone when parsing value prop. Refs STCOM-1141.

v11.0.2

15 Mar 19:33
811e18c
Compare
Choose a tag to compare
  • 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

21 Feb 23:38
ea98f37
Compare
Choose a tag to compare
  • Add rootClass and fitContent 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

31 Jan 04:12
50ac1f9
Compare
Choose a tag to compare
  • <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 to v8. 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

04 Dec 17:48
Compare
Choose a tag to compare
  • After click submit button disable the confirmation button in Confirmation modal component. Refs STCOM-1058.

v10.2.3

16 Nov 14:08
d343655
Compare
Choose a tag to compare
  • <Paneset> initializes state more thoroughly, avoiding nulls. Refs STCOM-1056.

v10.3.1

16 Nov 11:34
c6a3f91
Compare
Choose a tag to compare
  • The "Are you sure?" modal window doesn't close when pressing on the "ESC" keyboard button. Refs STCOM-1054.
  • <Paneset> initializes state more thoroughly, avoiding nulls. Refs STCOM-1056.

v10.3.0

13 Oct 19:45
9b1bf48
Compare
Choose a tag to compare
  • 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 for aria-label. Refs STCOM-977.
  • Fix regex matching of search options in <AdvancedSearch>. Fixes STCOM-1031.
  • Export staticFirstWeekDay and staticLangCountryCodes from Datepicker. 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

05 Aug 04:19
3381a6d
Compare
Choose a tag to compare
  • 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

26 Jul 14:10
9ca14a0
Compare
Choose a tag to compare
  • Fix 12-hour formatting in dateTimeUtils getLocalizedTimeFormatInfo. Fixes STCOM-1017
  • Long titles do not fit in the confirmation modal window header. Refs STCOM-1020
  • <MultiSelection> must handle null filter string. Refs STCOM-1022.