@rjsf/antd
Advanced tools
Changelog
4.2.0
ui:orderable
and ui:removable
in arrays (#2797)material-ui
context and hook (#2757)@rjsf/material-ui/v4
and @rjsf/material-ui/v5
sub-package
@rjsf/material-ui
was retained to avoid a breaking change, but using it will continue to cause bundler warningsREADME.md
for the @rjsf/material-ui
package for updated usage informationmaterial-ui
by removing the DefaultChildren
passed into the themesChangelog
v4.1.1
useMuiComponent()
hook as a shortcut for useContext(MuiComponentContext)
Changelog
v4.1.0
toIdSchema()
typescript definition to add new idSeparator
prop along with the spelling of idPrefix
idSeparator
prop through to the AnyOfField
and OneOfField
inside of SchemaField
ArrayField
in @rjsf/core
to pass idSeparator
and idPrefix
through to SchemaField
, fixing a small bugui:hideError
feature, which allows you to hide errors at a field levelconsole.log()
of the import error in MaterialUIContext
and Mui5Context
MaterialComponentContext
(#2724)ui:hideError
featureChangelog
v4.0.1
@rjsf/core
to ^4.0.0
for all of themes in package.json
tagName
prop works as expectedForm
to support the semantic-ui
and material-ui
themes to allow them work when tagName
is providedTheme
and Theme5
implementations to deal with a regression in which adding tagName
caused the 2 themes to not workconsole.log()
the import error in MaterialUIContext
and Mui5Context
when not in production
to eliminate tons of warnings for released codeTheme
implementation to deal with a regression in which adding tagName
caused the theme to not workChangelog
v4.0.0
idSeparator
prop to change the path separator used to generate field names (https://github.com/rjsf-team/react-jsonschema-form/pull/2628)enums
or uniqueItems
support it) (https://github.com/rjsf-team/react-jsonschema-form/pull/2697)@material-ui/core
and @material-ui/icons
to the latest (4.12.0
and 4.11.1
)
MuiForm4
and Theme4
are aliases to the material-ui version 4 MuiForm
and Theme
@material-ui
is not available when one (or both) of the libraries are not installed@mui/material
, @mui/icons-material
, @emotion/react
and @emotion/styled
as optional peer dependenciesMuiForm5
and Theme5
support using the Material UI 5 libraries instead of version 4@mui
is not available when one (or both) of the libraries are not installedChangelog
v3.2.1
Changelog
v3.2.0
readonly
flag to the Form
(https://github.com/rjsf-team/react-jsonschema-form/pull/2554)additionalProperties
to falsy values (https://github.com/rjsf-team/react-jsonschema-form/pull/2540)readonly
flag to the Form
(https://github.com/rjsf-team/react-jsonschema-form/pull/2554)Changelog
v3.1.0