Releases: NASA-PDS/doi-ui
Releases · NASA-PDS/doi-ui
Minor Fixes and Dependency Upgrades v1.3.0
What's Changed
- Create dependabot.yml for npm by @jordanpadams in #190
- Bump react from 17.0.2 to 18.2.0 by @dependabot in #195
- Bump @reduxjs/toolkit from 1.8.1 to 1.9.5 by @dependabot in #191
- Bump @material-ui/icons from 4.11.2 to 4.11.3 by @dependabot in #192
- Bump styled-components from 5.3.5 to 6.0.8 by @dependabot in #193
- Bump react-redux from 7.2.4 to 8.1.3 by @dependabot in #201
- Bump @material-ui/lab from 4.0.0-alpha.60 to 4.0.0-alpha.61 by @dependabot in #200
- Bump @fontsource/roboto from 4.5.3 to 4.5.8 by @dependabot in #198
- Bump redux-saga from 1.1.3 to 1.2.3 by @dependabot in #196
- Bump xml-formatter from 3.2.0 to 3.5.0 by @dependabot in #197
- Bump postcss and react-scripts by @dependabot in #202
- Add node version info, update github workflow, and resync package-lock by @anilnatha in #212
- Bump @reduxjs/toolkit from 1.9.5 to 1.9.7 by @dependabot in #208
New Contributors
- @jordanpadams made their first contribution in #190
- @anilnatha made their first contribution in #212
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
What's Changed
- Roundup mutex and Node12 → Node16 by @nutjob4life in #165
- fix typo by @alexdunnjpl in #166
- Bump node-forge and react-scripts by @dependabot in #169
- Bump ejs and react-scripts by @dependabot in #172
- Bump shell-quote and react-scripts by @dependabot in #170
- Bump loader-utils and react-scripts by @dependabot in #173
- Security scanning updates by @lylebarner in #174
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #175
- ADD PDS Admin email address to the message which is displayed when user a does not have required Cognito groups by @ramesh-maddegoda in #176
- Fix Release Page In Firefox Bug #167 by @eddiesarevalo in #177
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #179
- Startup Fix #178 by @eddiesarevalo in #180
New Contributors
- @nutjob4life made their first contribution in #165
- @alexdunnjpl made their first contribution in #166
- @lylebarner made their first contribution in #174
Full Changelog: v1.1.0...v1.2.0
pds-doi-ui v1.1.0
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
- remove useless App Bar on top of the application
- upgrade of dependencies for security purpose
First production ready version
v1.0.0 prepare v1 release
pds-doi-ui v0.4.0
Fix Wildcard Searching #85 -Changed identifier to ids for searching by wildcard.
v0.3.0: first release
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