Skip to content

v2.14.0

Latest
Compare
Choose a tag to compare
@Francessco121 Francessco121 released this 21 Jun 01:14
· 3 commits to master since this release
6aea4db
  • (breaking change) Support for MSAL.js 2.14.
    • MSAL 2.x has a slightly different API than MSAL 1.x, some notable changes include:
      • UserAgentApplication was renamed to PublicClientApplication.
      • handleRedirectFuture replaces handleRedirectCallback.
      • Request/response classes have new names.
  • (breaking change) Removed deprecated MissingMsalJsException class.
  • Fixed issue where setting the base Logger log level would set the wrong level.
  • Fixed issue where getting the log level from LoggerOptions would return the wrong level.