Releases: dataswift/rumpel-react
Releases · dataswift/rumpel-react
v4.2.8
v4.2.7
Changes
- Remove console logs. @Ddeak (#214)
- release v4.2.6 @pperzyna (#211)
- version bump @whiteshadow-gr (#212)
- add devops 2.0 strategy @pperzyna (#210)
- main to dev @pperzyna (#209)
- Version bump @whiteshadow-gr (#208)
- Das 175 fix dataswiftio login @whiteshadow-gr (#207)
- Version bump @whiteshadow-gr (#206)
- added dataswift.io in the login logic @whiteshadow-gr (#203)
- DSE-1024 HMI updates and text changes in repeated login @leymytel (#177)
Styling fixes for Safari Browser.
- 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
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
- Upgrade Dependencies and HMI library.
v4.1.0 - PDA Auth
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
andincludes
methods.
v4.0.10 - Upgrade HMI library
- Upgrade HMI library to include changes in Portuguese translation
v4.0.9 - hotfix a bug in user login screen
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.