- Fix bundling of core, react & material-renderers (#1250)
- [core/material] Handle recursive combinator based schemas (#1255)
NOTE: This is a breaking change. As there was some confusion about the usage of the schema prop, thescopedSchema
prop has been removed and has been replaced withschema
which is scoped to the current subschema of a JSON schema. An additional proprootSchema
which denotes the actual root schema. - [vanilla] Remove MUI dependency from vanilla renderer set (#1252)