From 530ec1f29435464901362785471a92a09d995861 Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Sun, 27 Jun 2021 12:46:27 -0500 Subject: [PATCH] Update 3.x upgrade guide.md (#2436) --- docs/3.x upgrade guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/3.x upgrade guide.md b/docs/3.x upgrade guide.md index 27c2ad34ff..6c95c9f07a 100644 --- a/docs/3.x upgrade guide.md +++ b/docs/3.x upgrade guide.md @@ -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).