File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212### Changes
1313
1414- Removes use of ` UserContext ` in user GET API in dashboard recipe.
15+ - Makes optional fields properly optional (i: e the value can be omitted entirely)
1516
1617### Breaking changes
1718
18- - Changes the type of ` value ` in ` TypeFormField ` to ` interface{} ` instead of ` string ` to add support for any type of value in form fields.
19-
20- ## [ 0.24.3] - 2024-09-24
21-
22- - Adds support for form field related improvements by making fields accept any type of values
23- - Adds support for optional fields to properly optional
19+ - Changes the type of ` value ` in ` TypeFormField ` to ` interface{} ` instead of ` string ` to add support for any type of value in form fields.
2420
2521## [ 0.24.2] - 2024-09-03
2622
You can’t perform that action at this time.
0 commit comments