|
| 1 | +<!-- |
| 2 | +
|
| 3 | +INSTRUCTIONS: |
| 4 | +
|
| 5 | +For each PR, add a changelog entry that describes what your PR does. Add it to the heading |
| 6 | +for the appropriate package it modifies and include it in this format: |
| 7 | +- [Description] ([Link to PR]) |
| 8 | +
|
| 9 | +If your PR affects multiple packages, list it multiple times under headings for each package. |
| 10 | +If it affects more general things such as dependency updates or non-package-specific changes, |
| 11 | +add it under a "Dev / docs / playground" section. |
| 12 | +
|
| 13 | +You should also update the heading of the latest (upcoming) version if your PR change merits |
| 14 | +it according to semantic versioning. For example, if your PR adds a breaking change, then you |
| 15 | +should change the heading of the (upcoming) version to include a major version bump. |
| 16 | +
|
| 17 | +--> |
| 18 | + |
| 19 | +# v3.2.0 (upcoming) |
| 20 | + |
| 21 | +## @rjsf/core |
| 22 | +- Fix for clearing errors after updating and submitting form (https://github.com/rjsf-team/react-jsonschema-form/pull/2536) |
| 23 | +- bootstrap-4 TextWidget wrappers now pull from registry, add rootSchema to Registry, fix FieldProps.onFocus type to match WidgetProps (https://github.com/rjsf-team/react-jsonschema-form/pull/2519) |
| 24 | + |
| 25 | +## @rjsf/bootstrap-4 |
| 26 | +- bootstrap-4 TextWidget wrappers now pull from registry, add rootSchema to Registry, fix FieldProps.onFocus type to match WidgetProps (https://github.com/rjsf-team/react-jsonschema-form/pull/2519) |
| 27 | + |
| 28 | +## @rjsf/fluent-ui |
| 29 | +- fluent-ui: Allow value of 0 in TextWidget (https://github.com/rjsf-team/react-jsonschema-form/pull/2497) |
| 30 | + |
| 31 | +## Dev / docs / playground |
| 32 | +- Several dependency updates |
| 33 | + |
| 34 | +# v3.1.0 |
| 35 | + |
| 36 | +## @rjsf/core |
| 37 | +- Properly assign label prop for MultiSelect ArrayField (https://github.com/rjsf-team/react-jsonschema-form/pull/2459) |
| 38 | +- Take into account implicitly defined types when rendering labels for fields (https://github.com/rjsf-team/react-jsonschema-form/pull/2502) |
| 39 | + |
| 40 | +## @rjsf/antd |
| 41 | +- Add default Form export to @rjsf/antd (https://github.com/rjsf-team/react-jsonschema-form/pull/2514) |
| 42 | + |
| 43 | +## @rjsf/fluent-ui |
| 44 | +- Make material-ui and fluent-ui pull TextWidget from the registry; remove registry prop from <div> in TextWidget (https://github.com/rjsf-team/react-jsonschema-form/pull/2515) |
| 45 | + |
| 46 | +## @rjsf/material-ui |
| 47 | +- Make material-ui and fluent-ui pull TextWidget from the registry; remove registry prop from <div> in TextWidget (https://github.com/rjsf-team/react-jsonschema-form/pull/2515) |
| 48 | + |
| 49 | +## @rjsf/semantic-ui |
| 50 | +- Use getDisplayLabel to properly show labels for widgets (https://github.com/rjsf-team/react-jsonschema-form/pull/2225) |
| 51 | +- Add submit button, email, url, date widgets (https://github.com/rjsf-team/react-jsonschema-form/pull/2224) |
| 52 | + |
| 53 | +## Dev / docs / playground |
| 54 | +- Several dependency updates |
0 commit comments