Skip to content

Releases: NASA-PDS/doi-ui

Minor Fixes and Dependency Upgrades v1.3.0

14 Nov 23:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Known bugs and possible work arounds: known bugs in v1.3.0

Minor Fixes and Dependency Upgrades v1.2.0

30 May 22:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

pds-doi-ui v1.1.0

29 Sep 23:13
27a6431
Compare
Choose a tag to compare

PDS doi-ui v1.1.0

  • ADD application level authentication (with Cognito)
  • Fixed a styling issue with the keyword information button floating in the incorrect position.
  • The error message is now only shown if there actually is an error returned.
  • An extra doi search no longer replaces the url label replacement search.
  • Fix Url Label Search Null Error Message
  • Fixed a styling issue with the keyword information button floating in the incorrect position.
  • Changed the error messages to no longer show the title and description labels
  • Add Api Unavailable Message
  • Fix broken styling on build
  • Corrected URL to user documentation
  • Added a noopener relation to the excel sheet link

v1.0.1: Security patch and remove App bar

27 May 15:58
Compare
Choose a tag to compare
  • remove useless App Bar on top of the application
  • upgrade of dependencies for security purpose

First production ready version

18 Apr 23:50
Compare
Choose a tag to compare
v1.0.0

prepare v1 release

pds-doi-ui v0.4.0

06 Oct 01:17
Compare
Choose a tag to compare
Fix Wildcard Searching #85

-Changed identifier to ids for searching by wildcard.

v0.3.0: first release

02 Jun 21:30
8181fa6
Compare
Choose a tag to compare
New Landing Page and Adjusted User Flow (#51)

* Rework userflow for DOI UI

- Remove navigation buttons for Release and Reserve
- Add navigation buttons for Home, Search, and FAQ
- Add new page for Home
- Add new page for FAQ
- Add new page for Create DOI
- Display error/warning messages on page from which raised

Addresses #44
Addresses #34
Possibly addresses #41
Possibly addresses #42

* Correct button text and API calls

- Revert to appropriate actions, i.e. 'draft' and 'reserve' only
- Edit button text to say 'Submit for Review' instead of 'Release

Additional changes:
- Display DOI of newly reserved item in success message
- Add margin to bottom of page

Resolves #47
Continues #44