Skip to content

Commit de32e58

Browse files
- Fixed CHANGELOG.md to add missing breaking change to FieldProps type onChange
1 parent 0b0b8e5 commit de32e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ should change the heading of the (upcoming) version to include a major version b
7878
- Removed the `IdSchema` type, replacing `idSchema: IdSchema<T>` in all types with `fieldPathId: FieldPathId`
7979
- Updated the `idGenerators` to replace `id: IdSchema<T> | string` with `id: FieldPathId | string` removing the need for the `<T = any>` generic on the functions
8080
- Removed the `toIdSchema()` function in the `schema` directory
81+
- Updated the `FieldProps` type's `onChange()` callback to make the `path: FieldPathList` parameter be required instead of optional
8182
- Updated the `SchemaUtilsType` and `createSchemaUtils()` to remove the `toIdSchema()` function
8283

8384
## @rjsf/validator-ajv8

0 commit comments

Comments
 (0)