Skip to content

Commit 2d62dea

Browse files
Releasing 6.0.0-beta.20 (#4795)
* Releasing 6.0.0-beta.20 * - Fixed `CHANGELOG.md` to add missing breaking change to `FieldProps` type `onChange`
1 parent 551de7a commit 2d62dea

File tree

18 files changed

+195
-194
lines changed

18 files changed

+195
-194
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)