Releases: cioos-siooc/metadata-entry-form
Releases · cioos-siooc/metadata-entry-form
Release list
v1.4.0
What's Changed
✨ New Features
- Filter reset feature by @coltonbooth in #500
- Notify form submitters on submission by @coltonbooth in #505
- Enable bilingual search for form titles and abstracts by @coltonbooth in #506
- Enhance authentication, bilingual features, and filter reset UI by @JessyBarrette in #514
🐛 Bug Fixes
- Fix Platform tab labels (en/fr) by @coltonbooth in #512
- Fix resource type / scope code not lowercase in harvested metadata by @coltonbooth in #513
- Refactor authentication providers and add Connected Accounts dialog by @JessyBarrette in #502
- Fix notifyReviewer for sparse arrays and implement findCustodianOrgName by @JessyBarrette in #509
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
✨ New Features
- feat: disable auth methods via environment variables by @JessyBarrette in #477
- Add collection metadataScope by @JessyBarrette in #483
- Improve review email by @JessyBarrette in #495
- Feat/manage deprecated eovs by @JessyBarrette in #494
- Copy on click for all fields on the dashboard / record table, except … by @coltonbooth in #499
- Add translation info dialog and integrate with bilingual text input by @JessyBarrette in #501
🐛 Bug Fixes
- Add back identifier forms table and card views by @JessyBarrette in #476
- Avoid uploading form metadata to Datacite when form is in draft and tooltip to reflect that by @JessyBarrette in #475
- Make platform association required for multiple instruments by @JessyBarrette in #497
🔧 Other Changes
- Use cioos-metadata-conversion for DOI handling by @JessyBarrette in #453
- Refactor EOVS lists to align with CIOOS-commons format by @JessyBarrette in #492
- 🔄 synced file(s) with cioos-siooc/cioos-commons by @cioos-bot in #493
- feat: replace AWS Translate with Cohere for translation functionality and update related configurations by @JessyBarrette in #470
- Development release to main by @JessyBarrette in #480
New Contributors
- @cioos-bot made their first contribution in #493
Full Changelog: v1.2.0...v1.3.0
Release v1.2.0
What's Changed
✨ New Features
- Improve welcome message clarity in StartTab component by @JessyBarrette in #421
- Migrate metadata conversion to python firebase function cioos-metadata-conversion to integra… by @JessyBarrette in #427
- Add Plausible analytics tracking to form.cioos.ca by @RichardKelly84 in #435
- Make regions logo optional by @JessyBarrette in #429
- Add ability to publish form to a github repository by @coltonbooth in #434
- Improve sidebar and header by @JessyBarrette in #443
- Add Sentry feedback form by @JessyBarrette in #433
- Add Multi-Provider Authentication Support (Microsoft, ORCID) by @coltonbooth in #438
- Add what's new page from github releases by @JessyBarrette in #451
- Use material table by @JessyBarrette in #442
🐛 Bug Fixes
- Fix incorrect string interpolation in transferRecord and returnRecordToDraft functions by @JessyBarrette in #436
- Fix reversed vertical extent 425 by @JaredMclellan in #426
🔧 Other Changes
- Modernize frontend and firebase functions dependencies by @JessyBarrette in #445
- Update Firebase deployment workflow to trigger on development push and PRs by @JessyBarrette in #465
- Deploy production environment on release
New Contributors
- @RichardKelly84 made their first contribution in #435
- @coltonbooth made their first contribution in #434
Full Changelog: v1.1.0...v1.2.0
v1.1.0
We're moving deployments to releases base method and will define this present active version as the first v1.1.0 version as defined within the package.json file.
What's Changed
- Metadata entry form 1/build by @mmbutton in #10
- Metadata entry form 9 by @mmbutton in #11
- Tabs, modals, reviews, and more by @n-a-t-e in #15
- add unsubscribe calls, fix reviewer page by @n-a-t-e in #21
- Fix date issue, couple bug fixes by @n-a-t-e in #31
- Sprint 200928 form fields by @ogsletcax in #35
- Add linting and formatting configs and hooks by @n-a-t-e in #34
- add region select by @n-a-t-e in #36
- Polygon support by @sjbruce in #33
- initial work on a utility to convert form entries into xml files by @fostermh in #27
- add UI spacing and validation by @n-a-t-e in #37
- Bug fixes and more by @n-a-t-e in #43
- refactor python code by @n-a-t-e in #42
- more explanations, misc bug fix by @n-a-t-e in #53
- allow multiple roles for each contact by @n-a-t-e in #51
- add translate button to bilingual fields, uses cloud function by @n-a-t-e in #52
- add ability to duplicate saved records by @n-a-t-e in #50
- hardcode naming authority by @n-a-t-e in #49
- add link to website with published metadata by @n-a-t-e in #62
- fix unicode output, remove .env setup by @n-a-t-e in #61
- add fields by @ogsletcax in #67
- firebase functions first commit by @n-a-t-e in #66
- make instrument optional by @n-a-t-e in #63
- restoring error handling in python script to how it was by @n-a-t-e in #64
- Sprint 201102 i18n by @ogsletcax in #68
- add picker by @ogsletcax in #70
- Monster PR, mostly UX changes by @n-a-t-e in #75
- adding a submit tab and reorganize folders by @n-a-t-e in #84
- fix sharing of metadata record via URL by @n-a-t-e in #97
- add missing progress_code by @n-a-t-e in #98
- Fix french translation by @stephane-lapointe in #109
- add east coast licenses by @n-a-t-e in #108
- Ensures data collection end date occurs after start date by @rjbergerud in #110
- code refactor, make it easier to add interfaces by @n-a-t-e in #121
- 20210601 fix translations by @ogsletcax in #122
- change doi label by @ogsletcax in #134
- Review submissions page show drafts by @n-a-t-e in #132
- bug fixes by @n-a-t-e in #135
- More bug fixes by @n-a-t-e in #136
- Form validation by @n-a-t-e in #138
- missing bilingual text, fix a console warning by @n-a-t-e in #139
- Add Published Records page and more by @n-a-t-e in #141
- admin and reviewer switch to comma separated list by @n-a-t-e in #143
- add fake "Test" region for testing by @n-a-t-e in #147
- Set the title and favicon depending on the region by @n-a-t-e in #148
- display error screen instead of all white by @n-a-t-e in #146
- change how xml is deployed on the server. also adds download button by @n-a-t-e in #149
- add new goos EOVs, categories, etc from spreadsheet by @n-a-t-e in #151
- add GOOS eovs and more by @n-a-t-e in #158
- trigger XML update on saving record by @n-a-t-e in #165
- fix new records getting same UUID by @n-a-t-e in #166
- Misc bug fixes by @n-a-t-e in #167
- Update ContactTab.jsx by @Br-Johnson in #171
- fix bug with transfer record by @n-a-t-e in #168
- fix depth/height text by @n-a-t-e in #175
- Fix typos and small bugs by @n-a-t-e in #176
- fix module requirements by @ogsletcax in #183
- add basic EML draft creation by @n-a-t-e in #182
- UX improvements, move translations to separate files by @n-a-t-e in #181
- Updated text for the IdentificationTab and ResourcesTab by @timvdstap in #185
- misc text updates by @n-a-t-e in #187
- allow reviewers to edit published records by @n-a-t-e in #186
- reorder resources (no package update) by @ogsletcax in #201
- Add abstract word limit, remove who and how recommendation by @Br-Johnson in #192
- Change wording for height positive from altitude to height by @Br-Johnson in #190
- 20220518 change fr translations by @ogsletcax in #202
- platform selection using NERC L06 dropdown by @n-a-t-e in #203
- add projects option by @n-a-t-e in #209
- create github issue for hakai records on submit by @n-a-t-e in #210
- auto deploy gitpages and firebase functions by @n-a-t-e in #212
- move erddap snippet generation to browser by @n-a-t-e in #214
- make resource name optionally bilingual by @n-a-t-e in #213
- Contacts page updates by @n-a-t-e in #215
- Feature/ror orcid support by @BryceMarshall in #217
- Made more orcid/ror fields editable by @BryceMarshall in #222
- Changes and additions to emlTemplate.j2 by @timvdstap in #224
- Added text field for version edition by @BryceMarshall in #223
- Reworded version prompt & moved beside revision date by @BryceMarshall in #228
- Update dataset-name.md by @timvdstap in #232
- Feature/metadata review by @timvdstap in #234
- fix resource translations by @ogsletcax in #235
- Feature/doi generation by @BryceMarshall in #229
- update yaml to use node 16 by @sorochak in #236
- remove package-lock.json by @sorochak in #238
- Surround firebase-functions-issue generated body url by < > by @JessyBarrette in #246
- Eml template updates by @timvdstap in #239
- 243 draft doi sent to datacite incorrectly and incompletely maps some fields by @sorochak in https://github.com/cioos-siooc/me...