Skip to content

Releases: cedardevs/onestop

1.3.3

28 Nov 00:08
Compare
Choose a tag to compare

UI Improvements

  • Addressed several accessibility issues related to screen reader usage
  • Added a Contact Us link to the footer
  • Improved the header menu, especially on narrow screens

Artifacts are available below and also via bintray and docker hub.

1.3.2

16 Nov 19:22
Compare
Choose a tag to compare

UI Improvements

  • Added a "Access" tab to collection results with additional access links and citation information
  • Improved the way the URL is updated, fixing a URLEncoding issue in Firefox
  • Use the same top-left logo consistently throughout the application
  • Improved loading behavior in the UI

Artifacts are available below and also via bintray and docker hub.

1.3.1

07 Nov 20:39
Compare
Choose a tag to compare

Minor UI Improvements:

  • Collection result cards are:
    • Larger and more pleasantly proportioned
    • Navigable via keyboard
  • Fixed several footer links

1.3.0

01 Nov 21:16
Compare
Choose a tag to compare

Major UI Improvements:

  • Display filter facets as a hierarchy
  • Added tabs to collection view to optimize real-estate
  • Improved overall look and feel

Minor Improvements:

  • Data analytics updated
  • Info endpoint now shows build date
  • Minor improvements to Accessible 508 version of the site.

Bugs:

  • Fixed map display problems with geometries crossing datelines
  • Allow space in accessibility search field

Note
This release is also available via bintray.

1.2.1

05 Sep 23:25
Compare
Choose a tag to compare

Minor UI Improvements:

  • Abbreviate long descriptions in the collection summary view, with a "Show more" link to show the rest.
  • Add a maximum zoom limit to the granule view to prevent it zooming in to far
  • Only show "You are leaving this site..." warning when leaving the .gov domain

Bugs:

  • Apply filtering to granules
  • Index bounding boxes which cross the dateline correctly
  • "Web" was sometimes repeated in the granule access protocol legend

Note:

This release is also available via bintray.

v1.2.0

03 Jul 20:26
Compare
Choose a tag to compare

Removed Ansible work because it was moved to our ansible deployment repo.
Security Updates.
Bug fixes.

v1.1.1

21 Jun 20:17
Compare
Choose a tag to compare

This version has a bug fix for enabling SSL on the Elasticsearch transport client. Added Travis CI build update to clean between builds.

v1.1.0

15 Jun 21:58
Compare
Choose a tag to compare

Release version 1.1.0:

New Features

  • Collection counts are now available on the landing page
  • The currently running software version is displayed in the footer
  • The Help menu contains a link to underlying API documentation
  • Leading wildcard (* and ?) searches have been disabled on the front and back ends
    • Attempting to use them on the UI triggers a 508-compliant, screen reader friendly notification
    • Attempting to use them on the API directly does not pass the JSON request schema validation
  • Exclude Global filter available on collections results view to remove data sets which encompass the entire earth
  • Granule view bounding boxes are now more clearly displayed
  • GCMD keywords (facet menu filters) now show up as tags along the top of the search results when selected

Bug Fixes

  • Lots of work to improve UI functionality on IE browser
  • Cleaned up exception handling and communication of exceptions between API and UI
  • Miscellaneous minor bug fixes

v1.0.0

17 Apr 19:43
Compare
Choose a tag to compare

This version fixes an issue with the application running in IE.

Additionally, enhancements to keyboard focus were made on both the main and accessible site versions when viewing results.

v1.0.0-RC2

12 Apr 20:32
Compare
Choose a tag to compare
v1.0.0-RC2 Pre-release
Pre-release

Release candidate 2 for OneStop version 1.0.0.

New And Noteworthy

Improvements to client load time

  • Roughly 80% decrease in dependency size

Accessibility improvements

Map service protocols added to granule download links

Miscellaneous bug fixes