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

v4.1.0-beta.2

14 Apr 15:45
Compare
Choose a tag to compare
v4.1.0-beta.2 Pre-release
Pre-release

4.1.0-beta.2 (2022-04-14)

Bug Fixes

  • android: fix breaking change coming from android msal 3.0.2 (9405ebe)

v4.1.0-beta.1

14 Apr 14:58
Compare
Choose a tag to compare
v4.1.0-beta.1 Pre-release
Pre-release

4.1.0-beta.1 (2022-04-14)

Features

  • update native MSAL deps (8dd15c8)

v4.0.4

23 Dec 16:16
d0cc429
Compare
Choose a tag to compare

4.0.4 (2021-12-23)

Bug Fixes

  • make authority parsing more forgiving (#138) (d0cc429)

v4.0.4-beta.2

06 Dec 14:48
Compare
Choose a tag to compare
v4.0.4-beta.2 Pre-release
Pre-release

4.0.4-beta.2 (2021-12-06)

Bug Fixes

  • fix android build warning by removing buildToolsVersion from build.gradle (27e5a2f)

v4.0.4-beta.1

06 Dec 14:11
Compare
Choose a tag to compare
v4.0.4-beta.1 Pre-release
Pre-release

4.0.4-beta.1 (2021-12-06)

Bug Fixes

  • fix matching literal "." in aad authority regex (2d7bbe3)
  • make authority parsing more forgiving (f11e4d0), closes #127 #128
  • match literal "." in AAD authority regex (c181e2c)

v4.0.3

03 Dec 19:13
Compare
Choose a tag to compare

4.0.3 (2021-12-03)

Bug Fixes

  • fix typescript compiling wrong return types (7792d49), closes #131

v4.0.2

28 Oct 19:01
Compare
Choose a tag to compare

4.0.2 (2021-10-28)

Bug Fixes

  • update deps, regenerate expo plugin files (1f3122c)

v4.0.1

28 Oct 17:24
9aa35da
Compare
Choose a tag to compare

4.0.1 (2021-10-28)

Bug Fixes

  • added IMultiTenantAccount interface import (2bb5727)
  • fixed guest tenant token retrieveral (3469b9e)

v4.0.0

28 Oct 17:17
Compare
Choose a tag to compare

4.0.0 (2021-10-28)

Please see the CHANGELOG for instructions on migrating from v3. Thanks for using react-native-msal!

Bug Fixes

  • default broker_redirect_uri_registered to false (2c87f0b)
  • android: add permissions in library so user doesn't have to (872f223)
  • android: check for nulls (8cb65db)
  • android: fix using wrong matcher (ca7bc12)
  • android: make sure the provided authority makes it in the authority list (50c7d3c)
  • example: fix android example (0820270)
  • expo: add AppDelegate changes to ios config plugin (df66e7e)
  • expo: improve AppDelegate plugin (31b2bab)
  • expo: improve expo plugin (eb2de18)
  • expo: use package name in msauth url scheme directly (b08f78f)
  • export PublicClientAppliation class again, remove createPublicClientApplication function (dc5c4ae)
  • tests import (f29f4da)
  • expo: improve AppDelegate plugin (6e72a1a)
  • ios: check for nils (8fd2538)
  • publish: npmignore files (cd1737b)

Code Refactoring

  • change expo config plugin params shape (62ff152)
  • expo: change accepted plugin parameters (83c7b8f)

Features

  • create PCA with async function instead of class constructor (087a7e7)

  • android: remove need for msal_config.json file (c4f1f21), closes #72

  • expo: add expo config plugin (77ef5df)

  • chore(deps)!: upgrade MSAL Android to 2.1.+ (d267ea9)

  • feat(android)!: configure android options in code (ca145aa)

  • fix!: some methods on PCA can return undefined (a80b7f2)

Performance Improvements

  • remove unncessary files, reducing package size (9d2a78d)

BREAKING CHANGES

  • remove nested config plugin params
  • expo: expo config plugin parameters have changed
  • createPublicClientApplication function no longer exported
  • PublicClientApplication class no longer exported
  • requires users to add maven url dependency to their app
  • msal_config.json is ignored; all options are passed through PCA constructor
  • acquireToken/Silent and getAccount may return Promise<undefined>

v4.0.0-beta.7

28 Oct 16:38
Compare
Choose a tag to compare
v4.0.0-beta.7 Pre-release
Pre-release

4.0.0-beta.7 (2021-10-28)

Bug Fixes

  • default broker_redirect_uri_registered to false (2c87f0b)