Skip to content

Releases: DethAriel/ng-recaptcha

v13.2.1

25 Nov 02:20
Compare
Choose a tag to compare

Bug Fixes

  • component: fix the injection error when using slandalone RecaptchaV3Module (c93b99c)

v13.2.0

25 Nov 02:06
Compare
Choose a tag to compare

Features

  • component: add a new RECAPTCHA_LOADER_OPTIONS injection token as a way of manipulating script load parameters (such as base URL, language, trusted types, WAF, etc) (b3c7213)

v13.1.0

24 Nov 01:04
Compare
Choose a tag to compare

Features

  • component: load recaptcha script using code compatible with trusted types (88d257b), closes #304

v13.0.0

23 Nov 21:15
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • package: - Angular v16 is no longer supported with this version. Pin ng-recaptcha to v12.x.x to retain support for a previous Angular version

v12.0.2

31 Jul 18:57
Compare
Choose a tag to compare

Bug Fixes

  • component: set CSP nonce as attribute (abcb9a6)

v12.0.1

24 May 02:13
Compare
Choose a tag to compare

Bug Fixes

  • package: convert the README.md file back to a proper symlink (e0c5c99)

v12.0.0

24 May 02:06
Compare
Choose a tag to compare

Features

  • package: add Angular 16 support (77a7d1f), closes #288

BREAKING CHANGES

  • package: - Angular v15 is no longer supported with this version. Pin ng-recaptcha to v11.x.x to retain support for a previous Angular version

v11.0.0

30 Nov 06:26
Compare
Choose a tag to compare

Features

  • component: deprecate error output in favor of errored (6b002bb)
    • (error) will be removed in the next major version due to a name clash with DOM Element's 'error' event. (errored) is an equivalent substitute.
      Failure to properly address this deprecation before its removal may result in breakages of custom error handling code (for when errorMode parameter value is set to "handled").
  • package: add Angular 15 support (6c62634), closes #275. Kudos to @AshleyMedway for this contribution

v10.0.0

25 Jun 04:14
Compare
Choose a tag to compare

Features

  • package: add Angular 14 support (eac6858)

v9.0.0

16 Nov 01:41
Compare
Choose a tag to compare

Features

  • package: upgrade to Angular 13 (af08641), closes #245