Releases: DethAriel/ng-recaptcha
Releases · DethAriel/ng-recaptcha
v3.0.5
Bug Fixes
- rxjs: change import of
of
operator (3e0bda6), closes #95
v3.0.3
Bug Fixes
- component: use ElementRef to access component's native element (d3a8409), closes #48 #68
3.0.1 (2017-09-29)
Bug Fixes
See all changes here
3.0.0 (2017-08-30)
Bug Fixes
BREAKING CHANGES
- component: Angular v2.x.x is no longer supported due to dependency on Platform capabilities that were added in v4.0.0-rc.1
See all changes here
2.2.0 (2017-08-18)
Bug Fixes
Features
- component: add the ability to specify component props globally (8a7b22d), closes #45
See all changes here
2.1.1 (2017-05-02)
Bug Fixes
- component: unblock protractor tests after
<re-captcha>
destruction (a5f2fe9)
See all changes here
2.1.0 (2017-05-01)
Features
- component: add support for
badge
property (5a16430), closes #30
Bug Fixes
- demo: re-add a missing systemjs config file (b51694a)
See all changes here
2.0.2 (2017-03-26)
Features
- package: update peer dependencies to include Angular v4 (b2f04e8)
See all changes here
2.0.1 (2017-03-17)
Bug Fixes
- module: Adding the value accessor directive to the forms barrel, which was missing. (ad73e2e)
Features
- misc: Annotating a static field with
@nocollapse
to avoid issues with closure compiler in advanced mode. (55e5932)
See all changes here