Skip to content

Releases: schibsted/account-sdk-browser

v4.3.0

17 Dec 09:11
e21fc74
Compare
Choose a tag to compare
Merge pull request #184 from schibsted/release-4.3.0

Release v4.3.0

v4.2.1

19 Nov 08:09
d1d0076
Compare
Choose a tag to compare

Fixes

  • Fix TS issues

v4.2.0

09 Nov 13:40
e846cd2
Compare
Choose a tag to compare

New features

  • Add Finnish env

v4.1.0

03 Nov 08:22
64d9c67
Compare
Choose a tag to compare

New features

  • Add .d.ts files

v4.0.0

03 Sep 11:43
2ed15fa
Compare
Choose a tag to compare

Breaking changes

  • sessionDomain is required
  • Removed siteSpecificLogout param- there is no option to disable site specific logout
  • hasSession does not accept autologin param anymore
  • Drop hasProduct and hasSubscription functions- replaced by hasAccess

New features

  • Add 2FA Support- new acrValues: sms, otp, password
  • logSettings function

Changes

  • babel has been updated to ^7.11

v3.4.0

28 Apr 11:16
06cfe7a
Compare
Choose a tag to compare

Changes

  • showSimplifiedLoginWidget accepts async function as state param - will be called only if user click log in
  • Support for pulse providerId in simplified login widget

New features

  • Added clearCachedAccessResult and clearCachedUserSession methods

v3.3.0

07 Apr 09:20
1504fde
Compare
Choose a tag to compare

New features

  • hasAccess - function that check if you have access to productsIds

v3.2.0

19 Mar 13:27
34a5e50
Compare
Choose a tag to compare

Fixes

  • Cache 400 http responses from session service

New features

  • showSimplifiedLoginWidget - function that loads and displays simplified login widget

v3.1.1

20 Feb 10:46
287cab1
Compare
Choose a tag to compare

Changes

  • Use sessionStorage as identity cache instead of localStorage

v3.1.0

06 Feb 09:42
0e7323a
Compare
Choose a tag to compare

Changes

  • Enable siteSpecificLogout by default