Skip to content

Releases: DethAriel/ng-recaptcha

2.0.0 (2017-03-14)

17 Mar 01:19
Compare
Choose a tag to compare

Features

  • component: change component and directive selectors (58a01b4)
  • module: change the way recaptcha modules work (6e13389)

BREAKING CHANGES

  • component: component selector changed from recaptcha to re-captcha
  • module: module handling has changed.
    Users of RecaptchaNoFormsModule should instead use import { RecaptchaModule } from 'ng-recaptcha'. Users of v1 RecaptchaModule should also import { RecaptchaFormsModule } from 'ng-recaptcha/forms'. SystemJS users must also re-setup module "main" file to index.js

See all changes here

1.7.0

17 Mar 01:18
Compare
Choose a tag to compare

Bug Fixes

  • component: handle id input parameter correctly (b578fe5)

Features

  • component: add exportAs annotation (3e2e217)
  • component: add support for invisible reCAPTCHA (c19489d), closes #18

See all changes here

1.6.1 (2017-03-10)

17 Mar 01:17
Compare
Choose a tag to compare

Enhancements

  • package: expand wildcard exports to better support Google Closure Compiler (8dd1a59)

See all changes here

1.6.0 (2017-02-17)

17 Mar 01:16
Compare
Choose a tag to compare

Features

  • package management: add [@types](https://github.com/types)/grecaptcha as optional dependency (85fbfba)

See all changes here

1.5.4 (2017-02-02)

17 Mar 01:16
Compare
Choose a tag to compare

Bug Fixes

  • component: correctly reset captcha during ngOnDestroy (b31d57f), closes #12

See all changes here

1.5.3 (2017-02-01)

17 Mar 01:15
Compare
Choose a tag to compare

Bug Fixes

  • component: emit resolved(null) event when recaptcha expires (491d99a), closes #11

See all changes here

1.5.2 (2017-01-31)

17 Mar 01:13
Compare
Choose a tag to compare

Bug Fixes

  • component: reset the captcha when the component is destroyed (e1441c8), closes #10

See all changes here

Bugfix

24 Jan 02:19
Compare
Choose a tag to compare
v1.5.0

chore(misc): bump version; add CHANGELOG.md

Version 1.3.2

26 Sep 16:59
Compare
Choose a tag to compare

Updated peer dependencies to angular 2 final

Version 1.3.1

01 Sep 21:44
Compare
Choose a tag to compare

Update to Angular2-RC6

  • update package.json dependencies
  • update README to show the latest bootstrap changes
  • get rid of obsolete Provider usage