@rjsf/antd
Advanced tools
Changelog
6.0.0-beta.14
items
property in uiSchema
can now accept a function that returns a UI schema based on the array item's data, index, and form context (#4706)XxxxField
components and Form
to handle the new path
parameter in FieldProps.onChange
, making Form
queue up changes so that they are all processed and no data is lost, fixing #3367AltDateWidget
related to the clear
button not working after the fix for #3367CheckboxesWidget
so that they work properlyLayoutGridField
, fixing #4676FieldTemplate
and WrapIfAdditionalTemplate
, fixing 4707DateTimeWidget
and DateWidget
so that they work properly@shadcn/ui
components to use latest version from https://ui.shadcn.com/tailwindcss
to using v4 and css compiling process to use latest @tailwindcss/cli
postcss
due to new Oxide compiler of tailwindcssdefault
, Amethyst Haze
, Caffeine
, Claude
, Neo Brutalism
, Pastel Dreams
, Soft Pop
, Twitter
, Vercel
UiSchema
type to support dynamic array item UI schemas - the items
property can now be either a UiSchema
object or a function that returns a UiSchema
(#4706)title
property to RJSFValidationError
PRFieldProps
interface's onChange
handler to inject a new optional path
before the ErrorSchema
parameter as part of the fix for #3367transformRJSFValidationErrors()
to include the title
property of a field with error fixing #4504 with PRAJVValidator
to handle the attempted compile of a bad schema, fixing #4357package.json
files to the latest non-breaking versionsCustom Array
sampleAny Of with Custom Field
sample so that it renders using the appropriate theme componentscustom-widgets-fields.md
and v6.x upgrade guide.md
to document the BREAKING CHANGE to the FieldProps.onChange
behaviorvalidationError
when running Raw Validate
Changelog
6.0.0-beta.12
Form
to store the schemaUtils.getRootSchema()
into the state.schema
and use that everywhere as the schema
shadcn
to use the lodashReplacer
with tsc-alias
fixing #4678SchemaUtils
and createSchemaUtils()
to add a new getRootSchema()
functionChangelog
6.0.0-beta.11
@ant-design/icons
to ^6.0.0
, fixing #4643MultiSchemaFieldTemplate
MultiSchemaFieldTemplate
chakra-ui/react
package to ^3.19.1
MultiSchemaField
to use the MultiSchemaFieldTemplate
provided by the registry.MultiSchemaFieldTemplate
component to maintain the same functionality as the previous MultiSchemaField
implementation.MultiSchemaFieldTemplate
MultiSchemaFieldTemplate
MultiSchemaFieldTemplate
MultiSchemaFieldTemplate
MultiSchemaFieldTemplate
MultiSchemaFieldTemplate
MultiSchemaFieldTemplate
, with new MultiSchemaFieldTemplateProps
, to the TemplatesType
interfaceMultiSchemaFieldTemplate
Changelog
6.0.0-beta.10
tsc-alias
replacer that was adding /index.js
onto the @mui/Xxxx
imports since MUI 7 has proper ESM supportChangelog
6.0.0-beta.9
README.md
file for dependencies and snapshots due to updating to latest antd
SelectWidget
to only pick the first element in a list when single selection is active, fixing #4623README.md
file for dependenciesREADME.md
file for dependenciespackage.json
to move @fluentui
packages to peer and dev dependenciesREADME.md
file for dependenciespackage.json
to move daisyui
to peer and dev dependenciesREADME.md
file for dependenciesGrid
s to v7 version (a MUI breaking change)README.md
file for dependenciesREADME.md
file for dependenciesREADME.md
file for dependenciespatternProperties
#4617GlobalUISchemaOptions
types to extend GenericObjectType
to support user-defined values for their extensionsplayground
to use MUI version 7v6 upgrade guide.md
to note the breaking change for MUI 7 and deprecation of semantic-ui