Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr-Debicki authored Jan 10, 2025
2 parents 1bd49a3 + 63f5612 commit 1aa2985
Show file tree
Hide file tree
Showing 20 changed files with 211 additions and 176 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ should change the heading of the (upcoming) version to include a major version b

- Fixed issue with additional properties that have defaults not being editable/deletable, fixing [#3759](https://github.com/rjsf-team/react-jsonschema-form/issues/3759).

# 5.24.1

## @rjsf/utils

- Fixed documentation for `getChangedFields()`

## Dev / docs / playground

- Updated the peer dependencies for `@rjsf/*` to be `5.24.x`
- Added documentation for `getChangedFields()`

# 5.24.0

## @rjsf/core
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.23.2",
"version": "5.24.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
Loading

0 comments on commit 1aa2985

Please sign in to comment.