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
feat: switch lodash.isEqual to fast-equals.deepEqual to improve performance (rjsf-team#4438)
* switch lodash.isEqual to fast-equals.deepEqual to improve performance
* Revert "switch lodash.isEqual to fast-equals.deepEqual to improve performance"
This reverts commit 86570fe.
* use precompiledValidator @rjsf/utils.deepEquals
* switch lodash.isEqual to @rjsf/utils.deepEquals at utils package
* fix changelog and remove unnecessary comment
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,12 @@ should change the heading of the (upcoming) version to include a major version b
29
29
- Fixed issue with assigning default values to formData with deeply nested required properties, fixing [#4399](https://github.com/rjsf-team/react-jsonschema-form/issues/4399)
30
30
- Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes [#4426](https://github.com/rjsf-team/react-jsonschema-form/issues/4426)
31
31
- Fix for AJV [$data](https://ajv.js.org/guide/combining-schemas.html#data-reference) reference in const property in schema treated as default/const value. The issue is mentioned in [#4361](https://github.com/rjsf-team/react-jsonschema-form/issues/4361).
32
+
- Switched uses of `lodash.isEqual()` to `@rjsf/utils.deepEquals`.
32
33
33
34
## @rjsf/validator-ajv8
34
35
35
36
- Partially fixed issue where dependency errors do not show `title` or `ui:title`. This fix only applicable if we use an ajv-i18n localizer. Ref. [#4402](https://github.com/rjsf-team/react-jsonschema-form/issues/4402).
37
+
- Switched uses of `lodash.isEqual()` to `@rjsf/utils.deepEquals` at precompiledValidator.
0 commit comments