Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jooni91 authored Apr 23, 2022
2 parents 9c36da5 + a9a2294 commit d98399c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [2.0.0](https://github.com/jgdevlabs/aspnetcore-recaptcha/releases/tag/v2.0.1) (22.04.2022)

### Added:
- An Action property to the ValidateRecaptchaFilter and the ValidateRecaptchaAttribute, for reCAPTCHA V3 action validation.
- A default callback script, which is added to the bottom of the body when automatically binding the challeng to an element.
- New FormId property to RecaptchaInvisibleTagHelper, which should be set when automatically binding to a challenge.
- A new RecaptchaV3TagHelper for automatic binding of V3 challenges.
- Added NETCOREAPP3.1, NET5 and NET6 as target frameworks.

### Updated:
- XML documentation was updated for some classes, methods and properties.
- The RecaptchaInvisibleTagHelper now supports automatic binding to the challenge.
- The RecaptchaScriptTagHelper now fully supports reCAPTCHA V3, so you may now make use of automatic or explicit rendering.

### Removed:
- Dropped NETCOREAPP2.1 and NETCOREAPP3.0 from target framworks.

0 comments on commit d98399c

Please sign in to comment.