You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,13 @@ should change the heading of the (upcoming) version to include a major version b
21
21
## @rjsf/utils
22
22
23
23
- Fixes an issue with dependencies computeDefaults to ensure we can get the dependencies defaults [#4271](https://github.com/rjsf-team/react-jsonschema-form/issues/4271)
24
-
- use `fast-equals.createCustomEqual` instead of `lodash.isEqualWith`
24
+
- Updated `deepEquals()` to use `fast-equals.createCustomEqual()` instead of `lodash.isEqualWith()`, fixing [#4291](https://github.com/rjsf-team/react-jsonschema-form/issues/4291)
25
+
- Switched uses of `lodash.isEqual()` to `deepEquals()` in many of the utility functions as well
26
+
25
27
26
28
## @validator-ajv8
27
29
28
-
-use`@rjsf/utils` deepEquals instead of `lodash.isEqual`
30
+
-Use`@rjsf/utils``deepEquals()` instead of `lodash.isEqual()` to improve performance, fixing [#4291](https://github.com/rjsf-team/react-jsonschema-form/issues/4291)
0 commit comments