Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update typescript definition of toIdSchema(), and passed the new idSeparator prop through to the AnyOfField and OneOfField inside of SchemaField #2743

5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ should change the heading of the (upcoming) version to include a major version b
-->
# v5.0.0 (coming soon)

# v4.0.2 (upcoming)
# v4.0.3 (upcoming)

# v4.0.2

## @rjsf/core

- To improve performance, skip validating subschemas in oneOf / anyOf if formData is undefined (#2676)
- Fixed the definition of the `toIdSchema()` typescript definition to add new `idSeparator` prop
heath-freenome marked this conversation as resolved.
Show resolved Hide resolved

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also update the PR title to note the 3 things that were changed?

# v4.0.1

Expand Down
Loading