Skip to content

Commit

Permalink
Merge pull request #169 from schibsted/release-4
Browse files Browse the repository at this point in the history
Release v4, required sessionDomain, removing siteSpecificLogout, hasP…
  • Loading branch information
marjuszkiewicz authored Sep 3, 2020
2 parents af5d4e1 + 0495566 commit 2ed15fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v4.0.0 (2020-09-03)

## 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 (2020-04-28)

## Changes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schibsted/account-sdk-browser",
"version": "3.4.0",
"version": "4.0.0",
"description": "Schibsted account SDK for browsers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2ed15fa

Please sign in to comment.