Skip to content

Releases: DIMO-Network/login-with-dimo

v0.0.17: Include sharedVehicles in authResponse

23 Jan 22:44
b69fe51
Compare
Choose a tag to compare

Currently, devs don't get the sharedVehicles Array in the onSuccess which is triggered on LoginWithDimo and ShareVehiclesWithDimoComponents

This version, integrates that so they can parse sharedVehicles

v0.0.16: Force Email Configurability

16 Jan 22:35
0cb333d
Compare
Choose a tag to compare

Supports ability for dev to configure enforcing the email checkbox

  initializeDimoSDK({
    ...
    options: {
      forceEmail: true, //BY DEFAULT, this is False - users won't have to share email
    },
  });

v0.0.15 Dev Configurable Button Labels

13 Jan 19:40
d6f6075
Compare
Choose a tag to compare

Includes ability for developers to configure button labels

Example Usage

              <ShareVehiclesWithDimo
                mode="popup"
                onSuccess={(authData: any) => console.log("Success:", authData)}
                onError={(error: any) => console.error("Error:", error)}
                authenticatedLabel="Extend Permissions"
                unAuthenticatedLabel="Sign in to Share Permissions"
              />

v0.0.14: Expiration Date Support

11 Dec 21:20
02c245e
Compare
Choose a tag to compare

Supports iso string expiration dates, in the share vehicles and login components

v0.0.13, Optional Transaction Value

10 Dec 20:58
9107e69
Compare
Choose a tag to compare
Merge pull request #39 from DIMO-Network/development

v0.0.13

v0.0.12: Support for Success Screens + Better Navigation

07 Dec 00:14
e7682d5
Compare
Choose a tag to compare

Introduces a Success Screen for vehicles shared, where users can see the vehicles that were successfully shared

Manages navigation states

If user clicks success, or cancel, approve/reject, back buttons for all modes (redirect, embed, popup)

v0.0.11: Logout Support, Better Navigation

05 Dec 23:40
edfbeae
Compare
Choose a tag to compare

Email + Wallet Address Sharing

02 Dec 18:33
50442e1
Compare
Choose a tag to compare
  • Expose Email/Wallet Address in DimoAuthState
  • Cleanup Popup and Embed Auth Handlers
  • Cleanup Components, to use base payloads and additional messages for getting additional data

Advanced Transaction

28 Nov 18:20
581b20d
Compare
Choose a tag to compare
Merge pull request #28 from DIMO-Network/development

Advanced Transaction

Vehicle Make Filtering + Get Valid JWT

21 Nov 23:47
6f0ac7c
Compare
Choose a tag to compare
Merge pull request #25 from DIMO-Network/development

fix pkg lock