Skip to content

Commit 55472aa

Browse files
Update CHANGELOG.md
1 parent b896c81 commit 55472aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ should change the heading of the (upcoming) version to include a major version b
2121
## @rjsf/utils
2222

2323
- 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+
2527

2628
## @validator-ajv8
2729

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)
2931

3032
# 5.20.1
3133

0 commit comments

Comments
 (0)