Skip to content

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

v5.1.0

03 Mar 13:44
02f5d91
Compare
Choose a tag to compare
  • Log sort on Data Import landing page not working properly. STDTC-52
  • Add disable prop in FileUploader. STDTC-51
  • Move ViewAllLogsFilters component from data-import. STDTC-19

v5.0.1

04 Nov 09:51
Compare
Choose a tag to compare
  • Fix "Load more" button in SearchAndSortPane. STDTC-48

v5.0.0

07 Oct 08:00
868e996
Compare
Choose a tag to compare
  • Upgrade to latest react-dropzone. STDTC-40
  • increment stripes to v7. Refs STDTC-42.
  • Add the ability to filter by name for SearchAndSortPane component. Refs STDTC-46

v4.1.0

10 Jun 10:25
f73b6ac
Compare
Choose a tag to compare
  • Add searchInputRef prop to the SearchForm component. UIDATIMP-898.
  • Add firstMenu prop to the SearchAndSortPane component. UIDATIMP-913.
  • Update translations

v4.0.0

11 Mar 13:59
03d8c15
Compare
Choose a tag to compare
  • Export test utils in order to reuse them in data-export for writing tests with jest/react-testing-library. UIDEXP-179.
  • Reuse <JobsListAccordion> component from stripes-data-transfer-components rep. UIDATIMP-574.
  • Update interactors related to the <InfoPopover> implementation to fix tests. UIDEXP-190.
  • Add Source Record Storage type. UIDEXP-178.
  • Setup jest/react-testing-library and cover EndOfItem and Progress components and util methods with tests. STDTC-18.
  • Get rid of default notLoadedMessage value for SearchResults component. UIDATIMP-581.
  • Extend <SearchForm> component with additional props. UIDATIMP-582.
  • Rewrite DataFetcher using functional component notation. STDTC-34.
  • Update getHookExecutionResult in order for it to be able to return function. UIDEXP-143.
  • Move pretender to dev dependencies. UIDEXP-186.
  • Change focus when user clicks on Data import app. UIDATIMP-775.
  • Export getHookExecutionResult for BigTest tests and adjust it for BigTest and jest to work with translations. UIDEXP-213.
  • Enable Progress with 'none' type. UIF-237.
  • Refactor onNeedMore function for SearchResults component. UIDATIMP-763.
  • Update stripes to v6.0.0. STDTC-35.
  • Extend Harnses test setup component with react-query and stripes providers. UIDEXP-224.
  • Update stripes-cli to v2.0.0. STDTC-38.
  • Update translations

v3.0.2

13 Nov 18:29
Compare
Choose a tag to compare
  • Extend <Preloader> component with additional props. UIDATIMP-580.
  • Handle missing job progress field. STDTC-21.
  • Update translation

v3.0.0

15 Oct 11:08
a59a05c
Compare
Choose a tag to compare
  • Update list formatters and list properties generators to fix rows accessibility. UIDEXP-117.
  • Update export and imports to make them consistent using named approach. STDTC-3.
  • Remove @bigtest/mirage and mirage config files. STDTC-14.
  • Update FullScreenView component to support renderHeader prop. UIDATIMP-535.
  • Update stripes to v5.0.0 and react-router-dom to 5.2.0. Enforce named export usage in eslint. Remove actsAs from stripes config. STDTC-13.
  • Update FullScreenView component to support noValidate prop. STDTC-16.
  • Add OverlayView component and extend JobLogs API. UIDEXP-18.
  • Extend SortAndSearchPane to accept excludedSortColumns and shouldSetInitialSortOnMount prop. UIDEXP-142.
  • Update react-intl to v5.7.0. STDTC-15.
  • Fix date and time display in Safari. UIDEXP-175.
  • Update translations

v2.0.1

09 Jul 12:51
Compare
Choose a tag to compare
  • Fix error screen display in case of missed user information in job executions. UIDEXP-107.
  • Update properties in ProfilesPopoverInteractor and export ProfilesLabelInteractors. UIDEXP-53.
  • Add job name display in job logs and executions. UIDEXP-116.
  • Extend SettingsLabel with the ability to provide arbitrary label content. UIDEXP-86.
  • Extend FullScreenView to accept actionMenu prop. Sync up eslint config with data-export and replace deprecated type with actAs in package.json. UIDEXP-84.
  • Update translations

v2.0.0

12 Jun 16:42
49e94c0
Compare
Choose a tag to compare
  • Implement SearchForm component. UIDEXP-51.
  • Add ProfilesLabel and SettingsLabel components for second settings pane. UIDEXP-39.
  • Add mapping profiles pane component to display static data. UIDEXP-41.
  • Handle "form elements must have labels" accessibility problem for the file uploader form. STDTC-7.
  • Update jobs list structure according to the accessibility requirements. UIDEXP-49.
  • Create reusable SearchResults view component. STDTC-8.
  • Create reusable SearchAndSortPane component. STDTC-9.
  • Move FullScreenFormComponent from ui-data-import project. UIDEXP-96.
  • Add icon for job profiles. UIDEXP-79.
  • Update to Stripes v4. STDTC-10.
  • Export test utils and extend FOLIO record types list. UIDEXP-46.
  • Implement JobProfiles list component. UIDEXP-80.
  • Update formatter for MappingProfiles list items. UIDEXP-57.
  • Export PreloaderInteractor. UIDEXP-82.
  • Update record column in jobs logs list for failed status. UIDEXP-97.
  • Export ProgressInteractor and update job execution prop types. UIDEXP-38.
  • Extend SearchAndSortPane and JobProfiles with new props in order to adjust it for choose job profile page. Extend and export test utils for building resources and mutator. UIDEXP-87.
  • Add FullScreenView component. Change SearchAndSortPane rowProp href with to. UIDEXP-50.
  • Update translations

v1.0.1

02 Apr 11:36
Compare
Choose a tag to compare
  • Update stripes-smart-components to v3.0.0 to avoid errors. UIDEXP-37.
  • Remove totalRecords value from defaultJobLogsColumnWidths settings for the jobs logs list. Adjust sortNumbers function to work correctly with empty values. Refs UIDEXP-58.