Skip to content

Releases: DethAriel/ng-recaptcha

Version 1.3.0

31 Aug 21:36
Compare
Choose a tag to compare

NgModule support

  • Add a RecaptchaModule which encapsulates all the required components
  • Add a "forms-less" module support with RecaptchaNoFormsModule

Version 1.2.0

15 Aug 16:59
Compare
Choose a tag to compare

Update Angular dependencies to RC-5 and Forms 0.3.0

Version 1.1.0

09 Aug 01:15
Compare
Choose a tag to compare

API Changes:

  • providers of RecaptchaLoaderService must conform to the new interface: providing Observable<ReCaptchaV2.ReCaptcha> instead of Observable<boolean>

Build changes:

  • Added tslinting to the build process

Version 1.0.0

05 Aug 18:30
Compare
Choose a tag to compare

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 a requred attribute, and you're almost there

Changes:

  • build output was fine-tuned to avoid having to checkout garbage