Skip to content

Commit

Permalink
Add change about properly optional in changelog for 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Sep 25, 2024
1 parent 19d473f commit 64903a2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changes

- Removes use of `UserContext` in user GET API in dashboard recipe.
- Makes optional fields properly optional (i:e the value can be omitted entirely)

### Breaking changes

- Changes the type of `value` in `TypeFormField` to `interface{}` instead of `string`to add support for any type of value in form fields.

## [0.24.3] - 2024-09-24

- Adds support for form field related improvements by making fields accept any type of values
- Adds support for optional fields to properly optional
- Changes the type of `value` in `TypeFormField` to `interface{}` instead of `string` to add support for any type of value in form fields.

## [0.24.2] - 2024-09-03

Expand Down

0 comments on commit 64903a2

Please sign in to comment.