@schibsted/account-sdk-browser
Advanced tools
Changelog
v3.0.0-rc.15 (2018-09-06)
Identity.login
parameters: tag
, teaser
and maxAge
login
method. See the
docs for
showItpModalUponReturning
and
suppressItpModal
if you're interestedIdentity.loginUrl
method used to take a lot of arguments, and with this release it was about
to become even more (with the added tag
, teaser
and maxAge
params mentioned above). This
release changes the signature to have a single options
object instead of the argument list. In
this case we made it backwards-compatible, so it won't break (YET!) if you continue using an
argument list. Beware though, that passing a list of arguments is considered DEPRECATED as of now.min.js
suffix. Before, only minified files were published, so if you're using those, you might
suddenly have bigger files than you did before. Sorry.. 🤷🏼Changelog
v3.0.0-rc.14 (2018-09-03)
es5
folder. There are no functional changes from
rc.13Changelog
v3.0.0-rc.13 (2018-08-31)
Identity.hasSession
would still fail 😭.Changelog
v3.0.0-rc.12 (2018-08-30)
This release is identical to rc.11 but includes index.d.ts in the npm package.
Changelog
v3.0.0-rc.11 (2018-08-30)
requestStorageAccess
from an iframe, and let the user choose "Allow" in a scary Safari dialog.
Then cookies will once more be allowed to go to that third party. This SDK will now work around
this by showing a friendlier dialog before calling requestStorageAccess
so people are hopefully
more inclined to click "Allow".Changelog
v3.0.0-rc.9 (2018-08-08)
hasSession
(before we didn't do so when a hasSession
returned cached data). Second, we
introduced an optional parameter expiresIn
on the Identity.enableVarnishCookie
where you can
override the default expiry of the Varnish cookie.Changelog
v3.0.0-rc.8 (2018-07-17)