Skip to content

Releases: auth0/lock

v11.35.0

19 Dec 16:58
35b4a63

Choose a tag to compare

Added

Changed

v12.0.0-beta.0

12 Dec 12:33
7b5b585

Choose a tag to compare

v12.0.0-beta.0 Pre-release
Pre-release

⚠️ This is a beta release of Lock.js v12 that includes an upgrade to React 18, and should not be used in production. If you find any issues, please submit a bug report.

Changed


This PR also includes a quick tweak to .circleci/config.yml that will allow automatic releasing to happen from the beta branch.

Installation

Install from NPM using the beta designator, or the version directly:

npm install auth0-lock@beta

// or

npm install [email protected]

v11.34.2

11 Oct 09:03
6f61127

Choose a tag to compare

Fixed

v11.34.1

29 Sep 11:17

Choose a tag to compare

Fixed

Security

v11.34.0

15 Sep 10:20
ae38770

Choose a tag to compare

Added

v11.33.3

16 Aug 14:01
6fbdca7

Choose a tag to compare

Added

v11.33.2

29 Jun 12:16
f262d79

Choose a tag to compare

A patch release to include some bumped dependencies, as well as exercise a new CI pipeline through Jenkins.

Changed

v11.33.1

14 Jun 14:31
33c14bd

Choose a tag to compare

Fixed

Security

v11.33.0

05 May 10:53
49e517d

Choose a tag to compare

Important

This release contains a change to how custom signup fields are processed. From this release, all HTML tags are stripped from user input into any custom signup field before being sent to Auth0 to register the user. This is a security measure to help mitigate from potential XSS attacks in signup verification emails.

If you would be affected by this change and require HTML to be specified in a custom signup field, please leave us some feedback in our issue tracker.

Changed

Fixed

Security

v11.32.2

09 Feb 10:20
962ee1f

Choose a tag to compare

Changed

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

Fixed

Security