Features
- component: change component and directive selectors (58a01b4)
- module: change the way recaptcha modules work (6e13389)
BREAKING CHANGES
- component: component selector changed from
recaptchatore-captcha - module: module handling has changed.
Users ofRecaptchaNoFormsModuleshould instead useimport { RecaptchaModule } from 'ng-recaptcha'. Users of v1RecaptchaModuleshould alsoimport { RecaptchaFormsModule } from 'ng-recaptcha/forms'. SystemJS users must also re-setup module "main" file toindex.js
See all changes here