Skip to content

Releases: auth0/lock

v11.26.1

23 Jul 20:40
f4e81ff

Choose a tag to compare

Fixed

v11.26.0

23 Jul 16:32

Choose a tag to compare

Added

Changed

Fixed

v11.25.1

14 Jul 10:56

Choose a tag to compare

Fixed

  • [SDK-1809] Connection display name is used even when no IdP domains are available #1898 (stevehobbsdev)

v11.25.0

09 Jul 13:53

Choose a tag to compare

Highlights

This release adds a new property preferConnectionDisplayName, which will cause Lock to use the "Display Name" field as defined in the Auth0 Dashboard for an Enterprise connection. If this field hasn't been specified, then Lock will fallback to the previous behaviour.

Usage

var lock = new Auth0Lock('clientId', 'domain', {
  preferConnectionDisplayName: true
});

Changelog

Added

  • [SDK-1710] Allow Lock to use connection display name field from client configuration file #1896 (stevehobbsdev)

v11.24.5

03 Jul 18:28

Choose a tag to compare

Fixed

v11.24.4

02 Jul 10:05

Choose a tag to compare

Changed

v11.24.3

25 Jun 15:28

Choose a tag to compare

Fixed

Security

v11.24.2

05 Jun 14:26

Choose a tag to compare

Fixed

v11.24.1

18 May 17:03

Choose a tag to compare

Fixed

v11.24.0

11 May 16:59

Choose a tag to compare

Added

Fixed