Skip to content

Releases: auth0/lock

v11.32.2

09 Feb 10:20
962ee1f
Compare
Choose a tag to compare

Changed

  • align german loginWithLabel translation with Apple Guidelines #2097 (Steffen911)

Fixed

Security

v11.32.1

27 Jan 16:10
016d117
Compare
Choose a tag to compare

This release includes [email protected], which by default stores additional cookies for backward compatibility when using the SameSite attribute, for those older browsers that do not understand SameSite=None. As well as creating the normal transaction cookies with Secure=true and SameSite=none, it also stores a _x_compat cookie (where x is the name of the original cookie) which only sets Secure=true.

If the generation of these extra cookies is undesirable or unnecessary for your use case, you can turn them back off by setting legacySameSiteCookie: false in the SDK configuration.

Changed

Security

v11.32.0

07 Jan 15:32
3c7791c
Compare
Choose a tag to compare

Fixed

v11.31.1

02 Nov 16:01
d137b82
Compare
Choose a tag to compare

Fixed

v11.31.0

15 Oct 15:18
fd0284b
Compare
Choose a tag to compare

Added

Fixed

v11.30.6

28 Sep 09:59
e628886
Compare
Choose a tag to compare

This release intends to fix the build for Bower users, whilst upgrading some development-time dependencies and build configuration. There are no other functionality changes.

Part of the new releasing strategy for this library going forward is to include the build assets in the release PR, which when tagged will enable Bower to work again.

v11.30.5

13 Sep 14:22
eedea65
Compare
Choose a tag to compare

Changed

[SDK-2708] Use domain value for client assets download instead of cdn.*.auth0.com #2029 (stevehobbsdev)

Fixed

Inline util.format and replace usage of global for window #2030 (stevehobbsdev)

v11.30.4

12 Jul 14:36
Compare
Choose a tag to compare

Fixed

v11.30.3

25 Jun 10:52
Compare
Choose a tag to compare

Fixed

v11.30.2

11 Jun 22:54
Compare
Choose a tag to compare

Changed

  • [ESD-13941] Implement a DOMPurify hook to enable target attributes on links #2006 (stevehobbsdev)