Skip to content

Commit b522bc3

Browse files
committed
Merge remote-tracking branch 'origin/main' into valid-formdata
2 parents 62e3385 + 1c443a6 commit b522bc3

File tree

21 files changed

+220
-182
lines changed

21 files changed

+220
-182
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@ should change the heading of the (upcoming) version to include a major version b
1616
1717
-->
1818

19+
# 5.24.0
20+
21+
## @rjsf/utils
22+
23+
- Fixed issue with formData not updating when dependencies change, fixing [#4325](https://github.com/rjsf-team/react-jsonschema-form/issues/4325)
24+
25+
# 5.23.1
26+
27+
## @rjsf/chakra-ui
28+
29+
- Updated `package.json` to restrict `@chakra-ui/react`'s peer dependency to be < 3.0.0, fixing [#4390](https://github.com/rjsf-team/react-jsonschema-form/issues/4390)
30+
31+
## @rjsf/core
32+
33+
- Updated `NumberField` to properly pass through the `errorSchema` and `id` in the onChange handler, fixing [#4382](https://github.com/rjsf-team/react-jsonschema-form/issues/4382)
34+
35+
## Dev / docs / playground
36+
37+
- Updated the peer dependencies for `@rjsf/*` to be `5.23.x`
38+
1939
# 5.23.0
2040

2141
## @rjsf/core
@@ -27,7 +47,7 @@ should change the heading of the (upcoming) version to include a major version b
2747
- Updated `Experimental_DefaultFormStateBehavior` to add a new `constAsDefaults` option
2848
- Updated `getDefaultFormState()` to use the new `constAsDefaults` option to control how const is used for defaulting, fixing [#4344](https://github.com/rjsf-team/react-jsonschema-form/issues/4344), [#4361](https://github.com/rjsf-team/react-jsonschema-form/issues/4361) and [#4377](https://github.com/rjsf-team/react-jsonschema-form/issues/4377)
2949
- Use `experimental_customMergeAllOf` option in functions that have previously missed it.
30-
- - Fixed issue with formData not updating when dependencies change, fixing [#4325](https://github.com/rjsf-team/react-jsonschema-form/issues/4325)
50+
- Updated `ErrorSchemaBuilder` methods `addErrors` and `setErrors` to prevent duplicate error messages.
3151

3252
## @rjsf/validator-ajv8
3353

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.22.4",
3+
"version": "5.23.1",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

0 commit comments

Comments
 (0)