Releases: CSCfi/metadata-submitter-frontend
Releases · CSCfi/metadata-submitter-frontend
v0.13.1
v0.13.0
What's Changed
- Bug fixes related to form - #449, #484, #495, #656, #661, #666, #674
- Fixes related to submission and objects - #447, #456, #457, #483, #493, #672
- Add form for DOI - #455, #522, #529, #559, #715
- Add i18n support for Finnish and English - #482, #496
- Convert type system from Flow to TypeScript - #560, #624
- Handle draft wizard routes with folder id as URL parameter - #533
- Update files from using Material UI version 4 to version 5 - #543
- Use React Hooks by ESLint hooks rule - #621
- Add drag and drop function for file upload - #653
- Update Node.js version for development workflow - #655
- Update unit tests and integration tests - #453, #474, #623, #627
- Introduce new UI - #573, #669, #685, #696
metadata-submitter-frontend v0.11.0
metadata-submitter-frontend v0.10.0
metadata-submitter-frontend v0.9.2
metadata-submitter-frontend v0.9.1
- updating packages
- fix dependabot base branch as develop
see #202
metadata-submitter-frontend v0.9.0
metadata-submitter-frontend v0.8.0
metadata-submitter-frontend v0.7.0
see PRs: #123 #124 #125 #126 #130 #132
changes made:
- Extend
Wizard Layout
test inapp.spec.js
: Filling form in Analysis object and submit it - Test that Summary has the correct number of Study objects and Analysis object
- Component for listing drafts with edit and delete functionality. Introduced logic for overwriting draft so (auto)saving current draft won't produce new draft.
- Use session storage instead of local storage for setting schemas into browser storage.
- Enable folder name and description patch to database.
- hotfix for apisauce and axios and updating npm libraries
- change to set boolean instead of object to MuiTextField to remove warnings.