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
fix: Short-circuit File and Date constructor access in isObject (#4413)
* fix: short-circuit File and Date constructor access in isObject if thing is missing required property
* chore: update changelog with isObject short-circuiting fix
---------
Co-authored-by: Jonathan Sun <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ should change the heading of the (upcoming) version to include a major version b
22
22
23
23
- Fix default value population when switching between options in `MultiSchemaField`[#4375](https://github.com/rjsf-team/react-jsonschema-form/pull/4375). Fixes [#4367](https://github.com/rjsf-team/react-jsonschema-form/issues/4367)
24
24
25
+
## @rjsf/utils
26
+
27
+
- Short-circuit `File` and `Date` constructor access in isObject to optimize performance in scenarios where `globalThis` is a `Proxy` that incurs overhead for each class constructor access ([#4413](https://github.com/rjsf-team/react-jsonschema-form/pull/4413)). Fixes [#4409](https://github.com/rjsf-team/react-jsonschema-form/issues/4409)
28
+
25
29
## @rjsf/validator-ajv8
26
30
27
31
- Fixed issue where `ui:title` in anyOf/oneOf is not shown in error messages. Fixes [#4368](https://github.com/rjsf-team/react-jsonschema-form/issues/4368)
0 commit comments