This repository has been archived by the owner on May 20, 2022. It is now read-only.
Releases: stashenergy/react-native-msal
Releases · stashenergy/react-native-msal
v4.0.0-beta.6
4.0.0-beta.6 (2021-08-24)
Code Refactoring
- change expo config plugin params shape (62ff152)
BREAKING CHANGES
- remove nested config plugin params
v4.0.0-beta.5
v4.0.0-beta.4
v4.0.0-beta.3
4.0.0-beta.3 (2021-08-09)
Bug Fixes
- export PublicClientAppliation class again, remove createPublicClientApplication function (dc5c4ae)
Code Refactoring
- expo: change accepted plugin parameters (83c7b8f)
BREAKING CHANGES
- expo: expo config plugin parameters have changed
- createPublicClientApplication function no longer exported
v4.0.0-beta.2
4.0.0-beta.2 (2021-08-07)
Bug Fixes
- tests import (f29f4da)
Features
- create PCA with async function instead of class constructor (087a7e7)
BREAKING CHANGES
- PublicClientApplication class no longer exported
v4.0.0-beta.1
4.0.0-beta.1 (2021-08-07)
- 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)
Bug Fixes
BREAKING CHANGES
- requires users to add maven url dependency to their app
- msal_config.json is ignored; all options are passed through PCA constructor
acquireToken/Silent
andgetAccount
may returnPromise<undefined>
v3.2.0-beta.9
3.2.0-beta.9 (2021-08-06)
Bug Fixes
- android: make sure the provided authority makes it in the authority list (50c7d3c)
v3.2.0-beta.8
v3.2.0-beta.7
3.2.0-beta.7 (2021-08-06)
Bug Fixes
- android: add permissions in library so user doesn't have to (872f223)
Features
v3.2.0-beta.10
3.2.0-beta.10 (2021-08-06)
Performance Improvements
- remove unncessary files, reducing package size (9d2a78d)