Releases: DethAriel/ng-recaptcha
Releases · DethAriel/ng-recaptcha
Version 1.3.0
NgModule support
- Add a
RecaptchaModule
which encapsulates all the required components - Add a "forms-less" module support with
RecaptchaNoFormsModule
Version 1.2.0
Update Angular dependencies to RC-5 and Forms 0.3.0
Version 1.1.0
API Changes:
- providers of
RecaptchaLoaderService
must conform to the new interface: providingObservable<ReCaptchaV2.ReCaptcha>
instead ofObservable<boolean>
Build changes:
- Added
tslint
ing to the build process
Version 1.0.0
I'm glad to announce the what I think is production-ready version of ng2-recaptcha
!
Features:
- Modify every possible recaptcha setting
- Use the built-in script loader or provide your own
@angular/forms
ready - add arequred
attribute, and you're almost there
Changes:
- build output was fine-tuned to avoid having to checkout garbage