Skip to content

Releases: Enngage/ngx-captcha

10.0.0

04 Aug 11:37
Compare
Choose a tag to compare
  • Support for Angular 12

6.4.0

18 Mar 11:26
Compare
Choose a tag to compare
  • Adds error and expire output events to Invisible captcha

6.3.0

18 Feb 07:41
Compare
Choose a tag to compare
  • Supports theming for invisible captcha

6.2.1

03 Jan 09:32
Compare
Choose a tag to compare
  • Removes unnecessary console logging

6.2.0

19 Nov 09:13
Compare
Choose a tag to compare
  • Adds support for loading reCaptcha scripts from recaptcha.net instead of google.com. To do this, just set useGlobalDomain property on ngx components to true.

6.1.0

19 Nov 08:40
Compare
Choose a tag to compare
  • Fixes reset functionality (#32)
  • Adds new reset output
  • Extends examples in Demo app

6.0.0

22 Oct 10:19
Compare
Choose a tag to compare

Add support for Angular 7

5.0.4

02 Oct 06:55
Compare
Choose a tag to compare

Runs both Invisible reCaptcha and reCaptcha3 outside of angular zone as well (previous version did this only for reCaptcha 2). This should help prevent time outs during testing.

5.0.3

25 Sep 06:33
Compare
Choose a tag to compare

Renders captcha outside of Angular zone to prevent timeout issues when testing (#26)

5.0.2

13 Sep 14:52
Compare
Choose a tag to compare

Features

  • Supports Google reCaptcha v3 !
  • Improved performance by reusing existing google script when possible

Breaking changes

  • The NgxCaptchaConfig was removed in favor of input parameters on particular components. You need to use siteKey parameter in all instances of ngx-captcha components.