Releases: DethAriel/ng-recaptcha
Releases · DethAriel/ng-recaptcha
v13.2.1
v13.2.0
v13.1.0
v13.0.0
Features
- package: add Angular 17 support (83714aa), closes #310. Big thanks to @medbenmakhlouf for their contribution!
BREAKING CHANGES
- package: - Angular v16 is no longer supported with this version. Pin
ng-recaptcha
tov12.x.x
to retain support for a previous Angular version
v12.0.2
v12.0.1
v12.0.0
v11.0.0
Features
- component: deprecate
error
output in favor oferrored
(6b002bb)(error)
will be removed in the next major version due to a name clash with DOM Element's'error'
event.(errored)
is an equivalent substitute.
Failure to properly address this deprecation before its removal may result in breakages of custom error handling code (for whenerrorMode
parameter value is set to"handled"
).
- package: add Angular 15 support (6c62634), closes #275. Kudos to @AshleyMedway for this contribution