Skip to content

10.3.0

Compare
Choose a tag to compare
@hzalaz hzalaz released this 19 Sep 18:10
· 1610 commits to master since this release

Full Changelog

Closed issues:

  • v10: KerberosScreen failing on internal Network #590
  • Languages not available on cdn.eu.auth0.com #576
  • The lock v10 with ionic2 page can not scroll. #532
  • Signup terms checkbox overlays password field on small devices. #525
  • Lock + Meteor breaks when trying to require & use blueimp-md5 #466
  • White space on bottom when running/simulating on mobile device #376

Fixed:

Added:

Changed:

Deprecation notice:

This version introduces languageBaseUrl and cliengBaseUrl in replacement of assetsUrl.

  • The client will be fetched from ${clientBaseUrl}/${clientID}.js and will default to the CDN url including the region (e.g. https://cdn.eu.auth0.com/client). The region is inferred from the domain.
  • The language will be fetched from ${languageBaseUrl}/${lang}.js and will default to the CDN without the region (e.g. https://cdn.auth0.com/js/lock/${lockVersion}/).
  • The new options have priority over assetsUrl.
  • If assetsUrl is provided, keep the current behavior: fetch client from ${assetsUrl}/client/${clientID}.js and languages from {assetsUrl}/js/lock/${lockVersion}/${language}.js.