Skip to content

Commit

Permalink
Update 3.x upgrade guide.md (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace authored Jun 27, 2021
1 parent a1a0423 commit 530ec1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/3.x upgrade guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Dropped support for Node 8, 9, 10. Minimum supported version of Node.js is now 1

`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`.

### Help field IDs

IDs for [Help fields](https://react-jsonschema-form.readthedocs.io/en/latest/api-reference/uiSchema/#help) are now suffixed by `__help` so that the IDs are unique. Previously, their IDs would be the same as the fields that they were describing.

### Bring your own polyfills

core-js@2 has been removed from @rjsf/core. See more about [the rationale here](https://github.com/rjsf-team/react-jsonschema-form/pull/2211#issue-563700810).
Expand Down

0 comments on commit 530ec1f

Please sign in to comment.