Skip to content

Commit d98399c

Browse files
authored
Merge branch 'master' into dev
2 parents 9c36da5 + a9a2294 commit d98399c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [2.0.0](https://github.com/jgdevlabs/aspnetcore-recaptcha/releases/tag/v2.0.1) (22.04.2022)
2+
3+
### Added:
4+
- An Action property to the ValidateRecaptchaFilter and the ValidateRecaptchaAttribute, for reCAPTCHA V3 action validation.
5+
- A default callback script, which is added to the bottom of the body when automatically binding the challeng to an element.
6+
- New FormId property to RecaptchaInvisibleTagHelper, which should be set when automatically binding to a challenge.
7+
- A new RecaptchaV3TagHelper for automatic binding of V3 challenges.
8+
- Added NETCOREAPP3.1, NET5 and NET6 as target frameworks.
9+
10+
### Updated:
11+
- XML documentation was updated for some classes, methods and properties.
12+
- The RecaptchaInvisibleTagHelper now supports automatic binding to the challenge.
13+
- The RecaptchaScriptTagHelper now fully supports reCAPTCHA V3, so you may now make use of automatic or explicit rendering.
14+
15+
### Removed:
16+
- Dropped NETCOREAPP2.1 and NETCOREAPP3.0 from target framworks.

0 commit comments

Comments
 (0)