Skip to content

Releases: dataswift/rumpel-react

v4.2.8

11 Feb 10:11
dc464eb
Compare
Choose a tag to compare

Changes

v4.2.7

02 Feb 14:18
ba9bb84
Compare
Choose a tag to compare

Changes

Styling fixes for Safari Browser.

15 Dec 13:38
931d77d
Compare
Choose a tag to compare
  • Fixed the footer on various screens when using Safari.
  • Buttons will now show correctly on the Feed page when using Safari.

v4.2.2 - PDA Dashboard

09 Dec 14:26
7a66c2c
Compare
Choose a tag to compare

This release includes these additions:

  • Feed: Infinite Scrolling, Filtering and all the components
  • Profile: Validations: New UI similar to mobiles apps, and components.
  • Public Profile
  • Apps and Data Plugs: list, details and actions to enable/disable
  • Tools: list, details and actions to enable/disable
  • Settings: links to internal/external paths.
  • Data Debits: list, details and actions to disable
  • Password change
  • Bug fixes

v4.1.1 - Upgrade Dependencies

27 Oct 17:45
df448e3
Compare
Choose a tag to compare
  • Upgrade Dependencies and HMI library.

v4.1.0 - PDA Auth

27 Oct 15:37
fc9d07f
Compare
Choose a tag to compare

Updates and changes in this release

PDA Auth User Interface Updates:
The goal was to implement PDA Auth screens in a new simplified style with as little visual overload to the user as possible.

PDA Auth includes the following screens:

  • New oauth flow.
/auth/oauth?
  application_id=<application-id>
  &redirect_uri=<callback_url>
  • Password recovery.
/auth/recover-password
  • Password reset.
/auth/change-password/:token
  • Email verification.
auth/verify-email/:token?
  email=<email-address>

Code Improvements:

  • Increase browser compatibility by replacing finally and includes methods.

v4.0.10 - Upgrade HMI library

13 Oct 13:32
e1ec9b5
Compare
Choose a tag to compare
  • Upgrade HMI library to include changes in Portuguese translation

v4.0.9 - hotfix a bug in user login screen

13 Oct 13:29
e1ec9b5
Compare
Choose a tag to compare

Fixes a bug on certain devices when a user has to input their password, the password field is covered by the keyboard and it wasn't possible to view the value.