Releases: folio-org/stripes-data-transfer-components
Releases · folio-org/stripes-data-transfer-components
v6.2.0
- 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
'smain
tolib/index.js
. Refs STDTC-115. - Bump "@folio/stripes-acq-components" version to v6.0.0
v6.1.1
- Display
Updated by
column in the formatLast name, first name (@user_name)
. Fixes STDTC-109.
Release v6.1.0
6.1.0 (2024-03-18)
- 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
6.0.1 (2023-12-13)
- Formatting a list of jobs without the "progress" field results in an error on the UI. Refs STDTC-100.
v6.0.0
- 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
tov18
. 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
tov6.4.4
. Refs STDTC-95.
v5.4.1
- Bump stripes to 8.0.0 for Orchid/2023-R1. STDTC-79
v5.4.0
- 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
v5.2.1
- Replace babel-eslint with @babel/eslint-parser. Refs STDTC-58
v5.2.0
- 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.