Releases: folio-org/stripes-data-transfer-components
Releases · folio-org/stripes-data-transfer-components
v5.1.0
- 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
- Fix "Load more" button in SearchAndSortPane. STDTC-48
v5.0.0
- 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
- Add
searchInputRef
prop to theSearchForm
component. UIDATIMP-898. - Add
firstMenu
prop to theSearchAndSortPane
component. UIDATIMP-913. - Update translations
v4.0.0
- Export test utils in order to reuse them in data-export for writing tests with jest/react-testing-library. UIDEXP-179.
- Reuse
<JobsListAccordion>
component fromstripes-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
andProgress
components and util methods with tests. STDTC-18. - Get rid of default
notLoadedMessage
value forSearchResults
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 forSearchResults
component. UIDATIMP-763. - Update
stripes
tov6.0.0
. STDTC-35. - Extend
Harnses
test setup component withreact-query
andstripes
providers. UIDEXP-224. - Update
stripes-cli
tov2.0.0
. STDTC-38. - Update translations
v3.0.2
- Extend
<Preloader>
component with additional props. UIDATIMP-580. - Handle missing job progress field. STDTC-21.
- Update translation
v3.0.0
- 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 supportrenderHeader
prop. UIDATIMP-535. - Update
stripes
tov5.0.0
andreact-router-dom
to5.2.0
. Enforce named export usage ineslint
. RemoveactsAs
from stripes config. STDTC-13. - Update
FullScreenView
component to supportnoValidate
prop. STDTC-16. - Add
OverlayView
component and extend JobLogs API. UIDEXP-18. - Extend
SortAndSearchPane
to acceptexcludedSortColumns
andshouldSetInitialSortOnMount
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
- Fix error screen display in case of missed user information in job executions. UIDEXP-107.
- Update properties in
ProfilesPopoverInteractor
and exportProfilesLabelInteractors
. 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 acceptactionMenu
prop. Sync up eslint config with data-export and replace deprecatedtype
withactAs
in package.json. UIDEXP-84. - Update translations
v2.0.0
- Implement
SearchForm
component. UIDEXP-51. - Add
ProfilesLabel
andSettingsLabel
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
andJobProfiles
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. ChangeSearchAndSortPane
rowProphref
withto
. UIDEXP-50. - Update translations
v1.0.1
- Update
stripes-smart-components
tov3.0.0
to avoid errors. UIDEXP-37. - Remove
totalRecords
value fromdefaultJobLogsColumnWidths
settings for the jobs logs list. AdjustsortNumbers
function to work correctly with empty values. Refs UIDEXP-58.