Releases: Enngage/ngx-captcha
Releases · Enngage/ngx-captcha
6.4.0
- Adds
error
and expire
output events to Invisible captcha
6.3.0
- Supports theming for invisible captcha
6.2.1
- Removes unnecessary console logging
6.2.0
- 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
- Fixes reset functionality (#32)
- Adds new
reset
output
- Extends examples in Demo app
6.0.0
Add support for Angular 7
5.0.4
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
Renders captcha outside of Angular zone to prevent timeout issues when testing (#26)
5.0.2
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.