Skip to content

Releases: folio-org/stripes-data-transfer-components

v6.2.0

31 Oct 09:20
780f431
Compare
Choose a tag to compare
  • Add User look-up filter for existing jobs to Logs page. Refs STDTC-97.
  • React v19: refactor away from default props for functional components. Refs STDTC-113
  • React v19: refactor away from unmountComponentAtNode. Refs STDTC-112
  • React v19: refactor away from ReactDOM.render. Refs STDTC-111
  • Add showSortIndicator prop to JobLogs component. Refs STDTC-116.
  • Point package.json's main to lib/index.js. Refs STDTC-115.
  • Bump "@folio/stripes-acq-components" version to v6.0.0

v6.1.1

19 Apr 19:47
Compare
Choose a tag to compare
  • Display Updated by column in the format Last name, first name (@user_name). Fixes STDTC-109.

Release v6.1.0

18 Mar 12:51
9697a71
Compare
Choose a tag to compare

6.1.0 (2024-03-18)

Full Changelog

  • Add onfilter function to ViewAllLogsFilter. Refs STDTC-99.
  • Fix a crash when viewing Authority DELETE job profile details. Refs STDTC-102.

Release v6.0.1

13 Dec 13:58
Compare
Choose a tag to compare

6.0.1 (2023-12-13)

Full Changelog

  • Formatting a list of jobs without the "progress" field results in an error on the UI. Refs STDTC-100.

v6.0.0

12 Oct 12:44
a0329e0
Compare
Choose a tag to compare
  • Avoid private paths in stripes-core imports. Fixes STDTC-81.
  • Format numbers in "totalRecords" columns. STDTC-77
  • Fix tests due to changes in react-virtualized-auto-sizer. STDTC-83
  • Add additional props to SearchAndSortPane. Refs STDTC-85.
  • Endless "job-profiles" requests when select job profile to run data export. Refs STDTC-86.
  • Allow to sort logs by "totalRecords" column. Refs STDTC-88.
  • Rename to ended running filter and add new filter started running in ViewAllLogsFilters. Refs STDTC-91.
  • Replace all caps in Filter option. Refs STDTC-90.
  • BREAKING Update react to v18. Refs STDTC-92.
  • Update Node.js to v18 in GitHub Actions. Refs STDTC-93.
  • Add User filter to Logs page. Refs STDTC-94.
  • BREAKING bump react-intl to v6.4.4. Refs STDTC-95.

v5.4.1

16 Mar 06:18
Compare
Choose a tag to compare
  • Bump stripes to 8.0.0 for Orchid/2023-R1. STDTC-79

v5.4.0

22 Feb 12:57
7fe5ed4
Compare
Choose a tag to compare
  • Data Export App - View all logs page - left pane. Refs UIDEXP-64.
  • Silence react-intl warnings in test harness. Refs STDTC-71.
  • Fix logic in range filter in ViewAllLogsFilters. Fix STDTC-70.
  • Bump SDTC version to v5.4.0. Refs STDTC-74
  • leverage cookie-based authentication in all API requests. Refs STDTC-73
  • Move ListTemplate component from ui-data-import to stripes-data-transfer-components. Refs STDTC-69.
  • Fix Accessibility in FileUploader component. Refs STDTC-75.
  • Move pretender to dev-deps. Refs STDTC-76.

v5.3.0

21 Oct 10:04
Compare
Choose a tag to compare
  • Update translations

v5.2.1

22 Jul 12:20
a1ba3aa
Compare
Choose a tag to compare
  • Replace babel-eslint with @babel/eslint-parser. Refs STDTC-58

v5.2.0

08 Jul 10:14
Compare
Choose a tag to compare
  • The "Something went wrong" message and the "Return to Data export settings" button are displayed in the "Settings" application page after clicking on the "Mapping profile" item. STDTC-56
  • Provide strings from react-intl where necessary. Refs STDTC-60.
  • Compile translations. Refs STDTC-59.
  • When implemented with pagination, component doesn't display results for the first page. STDTC-61.
  • Fix accessibility problem of "nested controls" for FileUploader and enable mclProps for JobLogs component. STDTC-64.