Features
- component: make Angular 8.0.0 a supported peer dependency (f003ff2)
- package: implement Angular Package format (71340c4)
BREAKING CHANGES
- package: *
ng-recaptcha/formsentry point has been removed.RecaptchaFormsModuleandRecaptchaValueAccessorDirectiveshould now be imported directly fromng-recaptcha tslibis now a package dependency to ensure minimum possible bundle size. If your project doesn't yet have a dependency ontslib, runnpm install -D tslib@^1.9.0(oryarn add -D tslib@^1.9.0if you use yarn)