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

Releases: stashenergy/react-native-msal

v3.0.4

06 Feb 16:17
cb9ea8b
Compare
Choose a tag to compare

3.0.4 (2021-02-06)

Bug Fixes

  • remove kotlin source to improve compatibility with other libs (#61) (cb9ea8b)

v3.0.3

01 Feb 14:43
Compare
Choose a tag to compare

3.0.3 (2021-02-01)

Bug Fixes

  • ios: change name of UIViewController class extension to avoid collisions with other libraries (26015ee), closes #60

v3.0.2

10 Jan 17:40
Compare
Choose a tag to compare

3.0.2 (2021-01-10)

Bug Fixes

  • deps: upgrade deps, move to react-native-builder-bob (2c12129)

v3.0.1

28 Sep 14:03
Compare
Choose a tag to compare

3.0.1 (2020-09-28)

Bug Fixes

  • include missing android files (ba9643f)

v3.0.0

26 Sep 20:49
ba038b9
Compare
Choose a tag to compare

3.0.0 (2020-09-26)

Please see the CHANGELOG for instructions on how to migrate from v2 to v3.

Bug Fixes

  • fix app crashing if config isn't correct when creating PCA (d74e355)
  • fix compatibility with xcode 12 (4d8cc80)
  • security: address dependabot alerts, update deps (513db7e)
  • resolve to root instead of hardcode flavor (3b874ba)
  • revert excluding example dir in tsconfig (efc9a56)
  • example: only delay password reset on iOS (074250c)
  • web: convert prompt enum value to expected prompt string (b2724e8)

Features

  • add web cache options to config (315612c)

  • add web support (c77eff8)

  • allow setting ios webview type and presentation style (d059926)

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

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

BREAKING CHANGES

  • Remove authority from MSALResult
    • 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

v3.0.0-beta.11

26 Sep 20:45
Compare
Choose a tag to compare
v3.0.0-beta.11 Pre-release
Pre-release

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

Bug Fixes

  • fix app crashing if config isn't correct when creating PCA (d74e355)
  • fix compatibility with xcode 12 (4d8cc80)

v3.0.0-beta.9

17 Sep 14:27
Compare
Choose a tag to compare
v3.0.0-beta.9 Pre-release
Pre-release

3.0.0-beta.9 (2020-09-17)

Features

  • add web cache options to config (315612c)

v3.0.0-beta.10

17 Sep 16:03
Compare
Choose a tag to compare
v3.0.0-beta.10 Pre-release
Pre-release

3.0.0-beta.10 (2020-09-17)

Features

  • allow setting ios webview type and presentation style (d059926)

v3.0.0-beta.8

14 Sep 17:40
Compare
Choose a tag to compare
v3.0.0-beta.8 Pre-release
Pre-release

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

Bug Fixes

  • security: address dependabot alerts, update deps (513db7e)

v3.0.0-beta.7

14 Sep 17:01
0621c5a
Compare
Choose a tag to compare
v3.0.0-beta.7 Pre-release
Pre-release

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

Bug Fixes

  • resolve to root instead of hardcode flavor (3b874ba)