Skip to content

Releases: folio-org/stripes-smart-components

v7.3.0

13 Oct 19:47
fbf7d38
Compare
Choose a tag to compare
  • Search term isn't persisted in SearchAndSort. Refs STSMACOM-671.
  • Search/Filter pane is not in a collapsed state. Refs STSMACOM-677.
  • Mark initialValues as immutable in <LocationForm>. Fixes STSMACOM-679.
  • Fix <SearchAndSort> query doesn't reset when clicking back in browser. Fixes STSMACOM-676.
  • Copy query into search field when navigating back and forth. Fixes STSMACOM-681.
  • Add isCountHidden prop to SearchAndSort component. Refs STSMACOM-683.
  • Add an optional onSubmitSearch callback function to extend the form submission functionality. Fixes STSMACOM-682.
  • Accept validateSearchOnSubmit prop to prevent invalid searches. Refs STSMACOM-684.
  • Support notes interface version 3.0. Refs STSMACOM-686.
  • Extend NotePopupModal. Refs STSMACOM-688.
  • Pop-up Note > Display MetaSection component. Refs STSMACOM-694
  • Fix prop type for regExpForQuery prop in <SearchAndSort>. Fixes STSMACOM-689.
  • Add a new browsePoint parameter that will store the browse offset when clicking on the <Previous link or the Next> link. Fixes STSMACOM-697.
  • Cannot translate {type} placeholder in ControlledVocab. Fixes STSMACOM-453.
  • leverage yarn.lock. Refs STSMACOM-696.
  • Refactor AddressList to avoid deprecated lifecycle methods. Refs STSMACOM-625.
  • Implement status reinitialization for EditableListForm component. Refs STSMACOM-699.
  • Fix SearchAndSortQuery bug - clear filters requires two clicks. Refs STSMACOM-700.
  • Mark addressType as required. Fixes STSMACOM-705.
  • Add props to ControlledVocab components. Refs STSMACOM-704.

v7.2.3

16 Aug 03:28
Compare
Choose a tag to compare
  • Fix <SearchAndSort> query doesn't reset when clicking back in the browser. Fixes STSMACOM-676.
  • Copy query into search field when navigating back and forth. Fixes STSMACOM-681.
  • Add an optional onSubmitSearch callback function to extend the form submission functionality. Fixes STSMACOM-682.
  • Accept validateSearchOnSubmit prop to prevent invalid searches. Refs STSMACOM-684.
  • Fix prop type for regExpForQuery prop in <SearchAndSort>. Fixes STSMACOM-689.
  • Add a new browsePoint parameter that will store the browse offset when clicking on the <Previous link or the Next> link. Fixes STSMACOM-697.

v7.2.2

05 Aug 04:20
f49c2c7
Compare
Choose a tag to compare
  • Search/Filter pane is not in a collapsed state. Refs STSMACOM-677.
  • If two patrons in a row have pop-up notes, all should appear. Refs STSMACOM-672.

v7.2.1

26 Jul 14:12
0e5a5a5
Compare
Choose a tag to compare
  • Mark initialValues as immutable in <LocationForm>. Fixes STSMACOM-679.
  • Add isCountHidden prop to SearchAndSort component. Refs STSMACOM-683.

v7.2.0

25 Jul 21:29
70acee5
Compare
Choose a tag to compare
  • EditableList: actions column title should be capitalized and translated. Refs STSMACOM-519.
  • Add aria-label for checkboxes in component. Refs STSMACOM-636.
  • Additional bump to <LocationModal> location query limits to 5000. Fixes STSMACOM-629.
  • Tests must not inspect <NoValue>'s rendered state. Refs STSMACOM-638.
  • Do not push to history if the url didn't change in <SearchAndSortQuery>. Fixes STSMACOM-637.
  • Correctly specify sortby to the manifest for <ControlledVocab>. Fixes STSMACOM-639.
  • Fix issue when applying a date range filter clears other filters. Fixes STSMACOM-640.
  • Users pop -up note has slight overwrite in "Details:". Fixes STSMACOM-642.
  • Notes Accordion is Not Closed After Deleting a Note. Refs STSMACOM-645.
  • Retrieve up to 5k campuses in <LocationModal>, like other location-y things. Refs STSMACOM-647.
  • Add pane id's to ControlledVocab and Settings Smart components. Refs STSMACOM-652.
  • Fix Accessibility problems for "Tag" component. Refs STSMACOM-448.
  • Un-pin axe-core from 4.3.3. Refs STSMACOM-546.
  • Search results with a single hit should automatically open the detail view. Fixes STSMACOM-661.
  • Add persist prop to to persist selection into subsequent sessions. Fixes STSMACOM-662.
  • Update CI image to NodeJS 16. Refs STSMACOM-664.
  • Add pagingCanGoNext and pagingCanGoPrevious props to SearchAndSort component. Refs STSMACOM-665.
  • ControlledVocab - optimistic locking. Refs STSMACOM-668.
  • All notes on a user record set to pop up should pop up, not just the first. Refs STSMACOM-667.
  • Enable nonInteractiveHeaders prop to be passed to MCL via SearchAndSort component. Refs STSMACOM-669.
  • Unable to scroll to action buttons in <EditableListForm> on small screens. Refs STSMACOM-670.
  • If two patrons in a row have pop-up notes, all should appear. Refs STSMACOM-672.

v7.1.4

15 Apr 11:28
2b1eb0d
Compare
Choose a tag to compare
  • Add pane id's to ControlledVocab and Settings Smart components. Refs STSMACOM-652.

v7.1.3

12 Apr 17:54
9ff03fa
Compare
Choose a tag to compare
  • Retrieve up to 5k campuses in <LocationModal>, like other location-y things. Refs STSMACOM-647.

v7.1.2

29 Mar 04:09
1428950
Compare
Choose a tag to compare
  • Tests must not inspect <NoValue>'s rendered state. Refs STSMACOM-638.
  • Additional bump to <LocationModal> location query limits to 5000. Fixes STSMACOM-629.
  • Users pop-up note has slight overwrite. Refs STSMACOM-642.

v7.1.1

24 Mar 16:23
17496e4
Compare
Choose a tag to compare
  • Fix issue when applying a date range filter clears other filters. Fixes STSMACOM-640.

v7.1.0

22 Feb 16:51
453747b
Compare
Choose a tag to compare
  • Add disabled prop for <LocationLookup> component.
  • Config Manager | Apply baseline keyboard shortcuts. Refs STSMACOM-544.
  • Lock to axe-core 4.3.3; 4.3.4 causes test failures in CI/CD.
  • Use correct css-loader syntax. Refs STSMACOM-545.
  • Apply baseline keyboard shortcuts for controlled vocabulary. Refs STSMACOM-548.
  • Add id attribute to Note elements that are used in e2e tests. Refs STSMACOM-606.
  • Use <PersistedPaneset> in <SearchAndSort>. Refs STSMACOM-613.
  • Update internal state in SASQ when sort changes. Fixes STSMACOM-614.
  • Add preferred name to the Proxy Modal. Fixes STSMACOM-615.
  • Lint
  • Introduce useCustomFields hook. Refs STSMACOM-622.
  • Add paneTitleRef prop to the Settings component. Refs STSMACOM-623.
  • Fix issue with EditableList crashing when a new item is added. Fixes STSMACOM-549.
  • Change focus on ConfigManager mount. Refs STSMACOM-631.
  • Accessibility: Document has multiple static elements with the same ID attribute. Refs STSMACOM-630.
  • Settings : Move focus to second pane. Refs STSMACOM-628
  • Bump <LocationModal> location query limits to 5000. Fixes STSMACOM-629.
  • Refactor from react-intl-safe-html to react-intl. Refs STSMACOM-513.
  • Notes - Pop-up note is available in notes accordion after deleting. Refs STSMACOM-627.