Skip to content

v3.8.1 (2019-08-09)

Compare
Choose a tag to compare
@leymytel leymytel released this 05 Sep 16:02

Updates and fixes in this release:

Feed improvements:

  • Added filter, today and refresh buttons,
  • Added date range picker to filter the data,
  • Infinite scrolling to fetch more data instead of the button,
  • Display enough data to initialise the feed and append more when scrolling,
  • Fixes repeated days bug,
  • Fixes missing days bug,
  • Refresh button now removes the Cached version of the feed,
  • Adds loading screen with different messages,
  • Fixed scrolling to today when there is no content for the day,
  • Fixed weekly summary browser compatibility issues.

User interface interactions:

  • Support for password managers,
  • Messages to display when the user redirects from hatters to rumpel and their HAT already exists,
  • Logs out the user when the app needs updating,
  • Increases input font size to 16px to prevent iOS safari to zoom in,
  • Checks if the hover is available for the menu list,
  • Triggers the logout when the user clicks on Decline button of the permissions,
  • Redirect back to the app / dataplug screen instead of the /feed route,
  • Set different expiration time to 1 minute if there are apps in 'Fetching' status,
  • Display the 5 first rows of the static data and show more when the button clicked.

Public profile:

  • Changes the hat url style,
  • Make social icons round,
  • Removes background image,
  • Adds shadow.

CSS improvements:

  • Removed unused CSS classes from the User and Hat-claim module,
  • Buttons, inputs and texts reusable styles.

Code improvements:

  • Removed rxjs-compat and migrates the code to the latest version,
  • Removed unused images.

Bug fixes:

  • Fixed ExpressionChangedAfterItHasBeenCheckedError on the feed,
  • Fixed a bug with many request send from the feed when the user doesn't have any data,
  • Fixed infinite loop when user agrees with the permissions by removing the cache after permissions are accepted.