Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Releases: stashenergy/react-native-msal

v3.0.0-beta.6

14 Sep 14:27

Choose a tag to compare

v3.0.0-beta.6 Pre-release
Pre-release

3.0.0-beta.6 (2020-09-14)

Bug Fixes

  • revert excluding example dir in tsconfig (efc9a56)

v3.0.0-beta.5

11 Sep 20:22

Choose a tag to compare

v3.0.0-beta.5 Pre-release
Pre-release

3.0.0-beta.5 (2020-09-11)

Bug Fixes

  • web: convert prompt enum value to expected prompt string (b2724e8)

v3.0.0-beta.4

11 Sep 19:11

Choose a tag to compare

v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2020-09-11)

Features

BREAKING CHANGES

  • Remove authority from MSALResult

v3.0.0-beta.3

18 Aug 14:50

Choose a tag to compare

v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2020-08-18)

Bug Fixes

  • example: only delay password reset on iOS (074250c)

v3.0.0-beta.2

18 Aug 14:31

Choose a tag to compare

v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2020-08-18)

Features

  • example: use ephemeral web session for password reset on iOS (7128767)

v3.0.0-beta.1

17 Aug 20:33

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2020-08-17)

  • feat(v3)!: a new but familiar API (b12bc70)

BREAKING CHANGES

    • Change MSALCLient class name to PublicClientApplication
  • PublicClientApplication constructor takes config object
  • webview parameters for acquireToken and signOut methods are now
    passed in via an optional nested webviewParameters object
  • acquireTokenSilent and signOut methods require an MSALAccount object
    instead of accountIdentifier string
  • removeAccount method takes a single MSALAccount object

v2.0.3

30 Jul 22:34

Choose a tag to compare

2.0.3 (2020-07-30)

Bug Fixes

  • deps: upgrade vulnerable deps (b45cbc1)

v2.0.2

06 Jul 17:44

Choose a tag to compare

2.0.2 (2020-07-06)

Bug Fixes

  • pods: remove specific version from podspec (c2f9a84)

v2.0.1

01 Jun 13:00

Choose a tag to compare

2.0.1 (2020-06-01)

Bug Fixes

  • deps: security vulnerability in example app dependencies (523e193)

v2.0.0

01 Jun 12:40

Choose a tag to compare

2.0.0 (2020-06-01)

Bug Fixes

  • typo in MSALInteractiveParams interface (b632347)

BREAKING CHANGES

  • exported interface MSALInteractiveParams has been renamed to fix typo