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

Switch to using active voice for section on allOf/anyOf dereferencing #2433

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/3.x upgrade guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ From `@babel/preset-env`'s docs

### Dereferenced schemas for `anyOf`/`allOf` options

`options` prop for `MultiSchemaField` has been changed slightly.

Before an option could include a `$ref`.

Now any option with a reference will be resolved/dereferenced when given as props for `MultiSchemaField`.
`MultiSchemaField`'s `options` interface is different. Before, an option could include a `$ref`. Now, any option with a reference will be resolved/dereferenced when given as props for `MultiSchemaField`.