Skip to content

Commit

Permalink
Add detail about breaking change regarding formField value type chang…
Browse files Browse the repository at this point in the history
…e to unknown
  • Loading branch information
deepjyoti30-st committed Sep 25, 2024
1 parent 0e22c94 commit 2cbab88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added OAuth2Provider recipe

### Breaking change

- Changes type of value in formField object to be `unknown` instead of `string` to add support for accepting any type of value in form fields.

## [20.1.2] - 2024-09-14

- Fixes formFields to accept non string types as well.
Expand Down

0 comments on commit 2cbab88

Please sign in to comment.