urlContainsHash removed from public API #1151
Labels
bug
A problem that needs to be fixed for the feature to function as intended.
p1
P1 and P2 are priorities of the bug. P1 bugs should get Fixed/Closed within 4 weeks.
work-in-progress
Issue or PR is not finished.
Milestone
I'm submitting a...
Browser:
Library version
Current behavior
urlContainsHash
is missing in the public APIExpected behavior
urlContainsHash
removal should be mentioned as a breaking change;isCallback
deprecation should not be logged as public API doesn't contain other options.Minimal reproduction of the problem with instructions
In version 1.1.3 calling
isCallback
function resulted in informational message:isCallback will be deprecated in favor of urlContainsHash in MSAL.js v2.0.
. We've changed theisCallback
function tourlContainsHash
. But in version 1.2.0 this function was removed from the UserAgentApplication prototype.The text was updated successfully, but these errors were encountered: