Releases: leNicDev/ng-hcaptcha
Releases · leNicDev/ng-hcaptcha
1.0.0
1.0.0-beta.5
Fixes
- #6 #16 Language codes not working properly (thanks to @jmauslein)
- #13 Errors when using SSR (thanks to @aeslinger0)
1.0.0-beta.3
Fixes
- #9 Issues with Invisible Button Directive
1.0.0-beta.2
New
- Upgrade to Angular 10
- Add SSR (Angular Universal) support
1.0.0-beta.1
New
- Add optional
languageCode
property toCaptchaConfig
(#6) - Add optional
languageCode
input property toNgHcaptchaComponent
- Add optional
languageCode
input property toNgHcaptchaInvisibleButtonDirective
1.0.0-beta.0
Breaking changes
- Drop support for Angular 6 RC
New
- Add [ngHcaptchaInvisibleButton] directive (#5)
- Add Angular 8/9 support
0.1.0-beta.3
Fix error with function calls inside the forRoot function
0.1.0-beta.1
Add support vor Angular 7.x
0.1.0-beta.0
v0.1.0-beta.0 Implement ControlValueAccessor and add proper demo page (0.1.0-beta.0)