fix(deps): update rjsf monorepo to v6#1963
Conversation
JS Dependency Audit0 added · 0 removed · 169 total (0 vs base) Projects audited
No change in vulnerabilities compared to the base branch. Full current vulnerability list (169)
|
|
Closing — rjsf in this repo belongs to Backstage's scaffolder, not to us. Our custom scaffolder field extensions plug into the rjsf It also buys nothing today — the repo's only rjsf usage is |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^5.24.8→^6.0.0^5.24.8→^6.0.0^5.24.8→^6.0.0Release Notes
rjsf-team/react-jsonschema-form (@rjsf/core)
v6.6.2Compare Source
@rjsf/core
Formtests to verify fix for #1357 and #2492consolemessage suppression support to the tests to reduce noiseMultiSchemaFieldby skipping next option recalculation when a user selects an option, fixing #3833Form'svalidate()function to pass the original schema to AJV when no pre-resolved schema is provided, fixing #3368IconButtonsin all themes,ArrayFieldcomponents andObjectFieldcomponents using memoization, partially fixing #3183ObjectFieldso renaming anadditionalPropertieskey to an empty string is no longer silently dropped, usingObject.hasOwninstead of a falsy check (#5098)@rjsf/utils
sanitizeDataForNewSchema()to preserve valid enum values while replacing or clearing stale values across enum,oneOf, andanyOfschema changes, fixing #3838sanitizeDataForNewSchema()to filter out invalid enum values in arrays, fixing #1357 and #2492Dev / docs / playground
vitestandjsdomto the latest to remove deprecated package warningsv6.6.1Compare Source
Dev / docs / playground
v6.6.0Compare Source
@rjsf/core
Formto stop usingremoveOptionalEmptyObjects()and deprecatingremoveEmptyOptionalObjectsprop@rjsf/utils
svelte-jsonschema-formalgorithm foromitExtraData(), adding in support for the code fromremoveOptionalEmptyObjects(), exporting theisValueEmpty()function from the libraryremoveOptionalEmptyObject()andtoPathSchema()functions,toPathSchema()onSchemaUtilsTypeand thePathSchematyperelaxOptionsForScoring()utility that normalizes aoneOf/anyOfoption list for scoring with optional$refs resolutionConverts boolean schemas to object equivalents and widens
additionalProperties: false → trueso thatgetClosestMatchingOptiondoes not produce false negatives when form data contains keys not declared inpropertiesresolveAnyOrOneOfSchemas(called byschemaParserwithexpandAllBranches=true) to usegetFirstMatchingOptionon the options returned fromrelaxOptionsForScoring()so that they are captured for precompiled validatorsshallowAllOfMerge()function fromretrieveSchema.tsinto its own file for additional use inomitExtraData.ts@rjsf/validator-ajv8
getFirstMatchingOption,getClosestMatchingOption, andomitExtraDatawork correctly when given anAJV8PrecompiledValidatorcompiled from aoneOfschema whose branches carryadditionalProperties: false(both direct options and options defined via$ref)@rjsf/validator-ata
@rjsf/validator-ata, anata-validatorbacked alternative to@rjsf/validator-ajv8. The public surface mirrors the AJV package (customizeValidator(),ValidatorType<T, S, F>, custom formats,transformErrors,customValidate,suppressDuplicateFiltering), so swapping the import is enough for existing forms to keep working. AJV-only options (AjvClass,ajvFormatOptions,ajvOptionsOverrides) are replaced byataOptionsOverrides, and theata-validatorformat set is always installed. Depends onata-validator^0.17.4, which carries stableATA####error codes and rich error metadata (expected,received,schemaSource,dataFrame,suggestion,docUrl) thattransformErrorscan consume. See the validator-ata API reference for the full list of differences (#5063)compileSchemaValidatorscompiles a schema to a standalone module viaata-validator'sbundleStandalone, andcreatePrecompiledValidatorloads it as aValidatorType, mirroring@rjsf/validator-ajv8. Error output matches the non-precompiled validator, including per-field errors for schema-valuedadditionalProperties(ata-validator>= 0.17.4); an invalidanyOfreports a single error on the field, the same as the runtime path. Custom formats in a precompiled bundle must be a RegExp or string pattern, since a function checker cannot be serialized into the standalone bundle (#5078)Dev / docs / playground
validator-ataAPI reference page underapi-referencedescribing the package and its differences fromvalidator-ajv8(#5063)compileSchemaValidatorsandcreatePrecompiledValidatorAPIs on thevalidator-ataAPI reference page (#5078)ATAandATA (coerceTypes)choices to the playground validator picker (#5063)ataValidatorBrowserCompatworkaround from the playground Vite config. The bump toata-validator^0.18.2makes the patch unnecessary, since the validator no longer touches the filesystem at module init. See ata-core/ata-validator#25form-props.mdandutility-functions.mdto document the deprecations anduiSchema.mdto cleanup theenumNamesdocs slightlyeslint/prettierforOxLint/Oxfmtandjest/babelforvitestv6.5.3Compare Source
@rjsf/core
processPendingChangeleaving optional object keys asundefinedafter clearing text inputs (invalid for AJVtype: "string"), by unsetting keys for resolved non-oneOf/anyOf leaves while preserving explicitundefinedfor oneOf/anyOf branches, fixing #4518deprecatedkeyword inSchemaField, providing options to hide, disable, or label deprecated fields via a newdeprecatedHandlingglobal UI option, fixing #5024FieldPathListthrough tofindFieldInSchemawithout per-segment string mapping now thatSchemaFieldPathis supported in@rjsf/utils(follow-up to #4518 fix)@rjsf/utils
deprecatedHandlingtoGlobalUISchemaOptionsand updatedStrictRJSFSchemato be recursive, ensuring thedeprecatedkeyword (and future extensions) are supported in all nested schema structures without requiring type casts, fixing #5024DeprecatedLabeltoTranslatableStringto support internationalization of the deprecated field suffixSchemaFieldPath(string | FieldPathList) forgetFromSchema/findFieldInSchema; fixed schema descent when a segment is numeric0(previously skipped due to falsy check); use string keys forrequired/ oneOf fallback matchingmergeDefaultsWithFormDatacallingObject.entrieson non-object defaults (e.g. longdata:URL strings for single file fields), which iterated every character and caused severe UI freezes, fixing #5055v6.5.2Compare Source
@rjsf/core
processPendingChange()usingoriginalErrorSchema(which already contains mergedextraErrors) as the base formergeErrors(), causing sibling-fieldextraErrorsto accumulate duplicate entries on every array mutation, fixing #5041ObjectFieldtest for renaming a nestedadditionalPropertieskey usinguserEventandreset()via a form ref, verifying fix for #4948ArrayField's change handling to onlynullout data for paths that are directly an array indexed value and not object properties within them, fixing #4952@rjsf/mui
computeSxProp()helper toutils.ts, ran the MUIv9.0.0/system-propscodemod on the directory and then updated thesxchanges to usecomputeSxProps()styleblocks for margins or explicitmarginTopormarginBottomin MUI intosxvalues withinDescriptionField,FieldHelpTemplate,ObjectFieldTemplateandSubmitButton,peerDependenciesto add support for MUI v9@rjsf/utils
deepEqualsfromlodash.isEqualWithtofast-equals.createCustomEqualwith cycle detection enabled, and replaced directlodash.isEqualusage inuseDeepCompareMemo,isRootSchema, andfindSelectedOptionInXxxOfwithdeepEquals, fixing #4291getObjectDefaultsre-injecting stale schema-leveldefaultkeys into anadditionalPropertiesobject whenformDataalready contains its own keys (e.g. after a key rename), preventing ghost entries from reappearing, fixing #4948@rjsf/validator-ajv8
rootSchemareference inhandleSchemaUpdateso repeatedisValidcalls with the same root schema skip the deep-equality check and Ajv re-registration, fixing #4291Dev / docs / playground
getTestRegistry()functionantdspecific test setup out oftesting/testSetup.tsv6.5.1Compare Source
Dev / docs / playground
v6.5.0Compare Source
@rjsf/antd
BaseInputTemplateto removetypeand setchangeOnWheelto false for theInputNumbercomponent, fixing #5002ErrorListandIconButtonto destructure icons imported from@ant-design/icons, fixing #4953key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)BaseInputTemplateto destructure and guardmin/maxbefore spreading ontoInputNumber, fixing a build error caused by the widenedInputPropsType(number | string)@rjsf/chakra-ui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/core
removeEmptyOptionalObjectsboolean prop to gracefully prune optional empty objects preventing form submission lockouts, fixing #4954buttonelements infocusOnErrorquerySelector so that radio and checkbox groups receive focus on validation error, fixing #4870expandUiSchemaDefinitionscall at form init, now handled at runtime byresolveUiSchema, fixing #4986useRefto track latestformDatainhandleKeyRename, preventing stale closure data when multiple additional property keys are renamed in quick succession, fixing #5021optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidgetfor rendering real enum values in DOM attributes instead of array indices (#4693)@rjsf/daisyui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/fluentui-rc
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/mantine
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)BaseInputTemplateto destructure and guardmin/maxbefore spreading ontoNumberInput, fixing a build error caused by the widenedInputPropsType(number | string)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/mui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)sx,rjsfSlotProps,variant) directly throughuiSchemafor all templates and widgets, fixing #4996@rjsf/primereact
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/react-bootstrap
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/semantic-ui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/shadcn
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/utils
removeOptionalEmptyObjectsutility function to recursively strip fully empty optional objects based on their parent'srequiredproperties, fixing #4954InputPropsTypeto widenminandmaxtonumber | stringto support date values (e.g."2020-01-01")getInputProps()to propagateformatMinimumandformatMaximumschema keywords to the HTMLmin/maxattributes fordate,datetime-local,time,week, andmonthinput types, aligning browser-native date picker constraints with AJV validationui:titlefromui:definitionsnot applied tooneOf/anyOfdropdowns beyond first recursion level, fixing #4986enumOptionValueEncoder,enumOptionValueDecoder, andenumOptionSelectedValueutilities for opt-in real enum value rendering in select/radio/checkbox widgets (#4693)optionValueFormat: 'indexed' | 'realValue'toGlobalUISchemaOptionsand theOptionValueFormattype for opt-in real enum values in widget DOM attributes (#4693)v6.4.2Compare Source
@rjsf/antd
requiredtoBaseInputTemplateso that required string and number fields render the HTMLrequiredattribute, fixing #3743@rjsf/core
ui:enumNamesfrom the array property's uiSchema (#4985)parentUiSchematoArrayFieldItemto maintainuiSchema, this prop was introduced recently but was not being passedextraErrorsnot displaying whencustomErrorsare also present (e.g., with array fields and controlledformData), fixing #4982Dev / docs / playground
v6.4.1Compare Source
Dev / docs / playground
v6.4.0Compare Source
@rjsf/core
extraErrorsnot displaying on first async set after submit, fixing #4965itemsuiSchema for enumerated options, fixing #4955validateForm()clearingextraErrorsfrom state when schema validation passes, fixing #4962@rjsf/utils
resolveAllReferencesto preserve$refon resolved schemas, enablingui:definitionsbeyond the first recursion level, fixing #4966omitExtraDatastrippingadditionalPropertiesinside oneOf/anyOf options, fixing #4366ui:enumNamesandui:enumOrderfor controlling enum display labels and ordering, fixing #4969Dev / docs / playground
ui:enumNamesandui:enumOrderv6.3.1Compare Source
Dev / docs / playground
@rjsf/*dev dependencies from^6.3.0to6.3.0so that the latest version ofnxkeeps automatically updating them^6.3.xdue to type changes in@rjsf/utilsthat are required in the other librariesv6.3.0Compare Source
@rjsf/antd
@rjsf/chakra-ui
NativeSelectWidgetso that is properly renders a placeholder, fixing #4942@rjsf/core
ui:definitionssupport for recursive and reusable uiSchema (#4947)@rjsf/daisyui
@rjsf/fluentui-rc
@rjsf/mantine
@rjsf/mui
@rjsf/react-bootstrap
@rjsf/semantic-ui
@rjsf/shadcn
@rjsf/utils
expandUiSchemaDefinitions()andresolveUiSchema()functions, andUiSchemaDefinitionstype to support defining reusable uiSchema for schema$refreferences (#4947)Dev / docs / playground
ui:definitionsfeature (#4947)ui:definitionsinuiSchema.mdanddefinitions.md(#4947)npm run bump-all-librariescommand, fixing new lint errors and updating the snapshots due to fixes in the theme librariesv6.2.5Compare Source
@rjsf/mui
BaseInputTemplateto properly handleslotPropsandInputProps(deprecated by MUI) with existingendAdornments when theallowClearTextInputsflag is true, fixing #4938Dev / docs / playground
uiSchema.mdto add documentation forallowClearTextInputsformTests.tsxinsnapshot-teststo render string fields with theallowClearTextInputsflag enabled, with data and readonly to test the new featurev6.2.4Compare Source
Dev / docs / playground
package.jsonforchakra-uito add therepositoryinformation so that publishing works for itrelease.ymlto remove the push tag stuff as it isn't neededv6.2.3Compare Source
@rjsf/mantine
cleanupOptions()to addenableMarkdownInHelpandglobalOptionsto avoid DOM errors@rjsf/primereact
ArrayFieldTemplateto destructure additional fields to avoid DOM errorsDev / docs / playground
release.ymlto move the permissions within the job, switch to node 24 and add push checkingv6.1.2Compare Source
@rjsf/antd
SelectWidgetto add a staticgetPopupContainerCallbackto theSelectWidgetcomponent, partially fixing #3609openstate to theSelectin conjunction with providing thesetOpenas theonOpenChangepropBaseInputTemplateadded comments explaining whystep='1'is returned, closing #4022@rjsf/mantine
@rjsf/utils
@rjsf/validator-ajv8
CustomValidatorOptionsTypeto add newextenderFn?: (ajv: Ajv) => AjvpropcreateAjvInstance()to add newextenderFn?: (ajv: Ajv) => Ajvparameter, using it to extend theajvinstance, fixing #4746AJV8ValidatorandcompileSchemaValidatorsCode()to passextenderFnfrom theoptionsintocreateAjvInstance()transformRJSFValidationErrors()to add filtering of duplicateanyOf/oneOfbased errors from the returned errors, fixing #4167Dev / docs / playground
DemoFrameas follows to fix #3609antd'sSelectWidget.getPopupContainerCallbackcallback function to return undefinedAntdSelectPatchercomponent that observes the creation ofantdselect dropdowns and makes sure they open in the correct locationantdtheme wrapper to render theAntdSelectPatcher,AntdStyleProviderandConfigProviderwith it's owngetPopupContainer()function inside of aFrameContextConsumer"moduleResolution": "bundler"validation.mddocumentation to note that HTML 5 validation is not translatable via RJSF translation mechanisms and should be turned off, fixing #4092extenderFnprop onCustomValidatorOptionsTypev6.1.1Compare Source
@rjsf/core
ObjectFieldto get errors and formData by wrappingnamein brackets to prevent names that have dots in them incorrectly getting data from a lower level, fixing #3846@rjsf/shadcn
package.jsonto copy css files to newresourcesdirectoryDev / docs / playground
playgroundto use the css files for@rjsf/shadcnfrom the CDN connected with github, pointing to the new resources directoryantdIconsReplacer.tsand used it in@rjsf/antdduring build time to append.jsonto imports of@antd/iconsto fix es build issues on webpack and vitev6.1.0Compare Source
@rjsf/antd
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateandArrayFieldTemplateto adjust sizes and buttons location usingdisplayLabelandhasDescription, fixing #3296FieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabel@rjsf/chakra-ui
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/core
RichHelpcomponent for use in all the themes for help rendering, fixing #4601ArrayFieldto compute and passdisplayLabelandhasDescriptionto the renderedArrayFieldItemTemplateto support fixing #3296StringFieldto extract thetitlefrom the props and pass it down to the widget if providedArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296AddButtonto improve it's responsiveness in relation to theArrayFieldItemTemplatechangesWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/daisyui
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296WrapIfAdditionalTemplateto addflexGrowandBaseInputTemplateto addw-fullto allow the array item fields to grow properlyFieldTemplateto render thedescriptionwhich was missing in the themeFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/fluentui-rc
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabel, fixing #3296WrapIfAdditionalTemplateto addflexGrowto allow the array item fields to grow properly for non-container elementsFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/mantine
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateutils.tsto addlabelto the cleanup fields to filter it from theuiOptionsBaseInputTemplateto displaydescriptionwhich was missing in the themeArrayFieldTitleTemplateto support theoptionalDataFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/mui
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296FieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabel@rjsf/primereact
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabel, fixing #3296WrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/react-bootstrap
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296ArrayFieldTemplateto improve it's responsiveness in relation to theArrayFieldItemTemplatechangesFieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/semantic-ui
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296FieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/shadcn
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplateArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296ArrayFieldTemplateto addjustify-endto theAddButtonrenderingFieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription@rjsf/utils
enableMarkdownInHelpto theGlobalUISchemaOptionstype, fixing #4601displayLabelandhasDescriptionflags in theArrayFieldItemTemplatePropsto support fixing #3296use clientdirective to support NextJS buildsWrapIfAdditionalTemplatePropsto also pick thedisplayLabelandrawDescriptionprops fromFieldPropsfor use in adjusting the Additional Properties buttons locationgetDisplayLabel()to return false ALWAYS, when theui:optionsis set to false AND to return true forarrayandobjecttypes when they were added via additionalPropertiesDev / docs / playground
uiSchema.mdin the docs to document the newenableMarkdownInHelpflagobjectTests.tsxto increase the variations of the additionalProperties tests to include labels off, descriptions and object and array typesv6.0.2Compare Source
@rjsf/antd
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)ArrayFieldTemplateandObjectFieldTemplateto remove the rendering of a duplicate description (since theFieldTemplatealready does it), fixing #3624@rjsf/chakra-ui
CheckboxesWidgetto render the Title, fixing (#4840)CheckboxWidgetto handle label and description rendering consistently, fixing (#4742)@rjsf/core
CheckboxWidgetby conditionally rendering them based on widget typeCheckboxWidgetto handle label and description rendering consistentlyFieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)ObjectFieldto change the removal of an additional property to defer the work to theprocessPendingChange()handler inForm, fixing #4850FallbackFieldto supportobjectandarraytypes, and improvedArrayFieldso that it handles missing items properly with the fallback field@rjsf/fluentui-rc
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)@rjsf/mantine
CheckboxWidgetto handle label and description rendering consistently, fixing (#4742)@rjsf/mui
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)ArrayFieldItemTemplateto switchsizefrom 'auto' to responsive values on theGrid, fixing #4838@rjsf/primereact
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)@rjsf/react-bootstrap
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)@rjsf/semantic-ui
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)@rjsf/shadcn
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)Commandcomponent to properly handleforwardRef@rjsf/utils
getDefaultFormState()to not save an undefined field value into an object when the type isnullandexcludeObjectChildrenis provided, fixing #4821Dev / docs / playground
OptionsDrawerof the playground to addidPrefixandidSeparatorfieldsreact-test-renderer, updating all snapshots accordinglyci.yml, removingv5and old Node 14 non-docs buildsv6.0.1Compare Source
Dev / docs / playground
6.xv6.0.0Compare Source
@rjsf/antd
README.mdto show the theme snapshot with the latest theme UI from the playground, making it a link to the theme@rjsf/chakra-ui
README.mdto show the theme snapshot with the latest theme UI from the playground, making it a link to the theme@rjsf/core
SchemaFieldto add a new optional propertychildFieldPathIdto theFieldComponentrender to prevent duplicate ids, fixing (#4819)[#4819]ObjectFieldandArrayFieldto make children use thechildFieldPathIdif present, falling back to thefieldPathIdif notDev / docs / playground
Updated the playground to modernize the UI using MUI components
README.mdin all themes to show the theme snapshot with the latest theme UI from the playground, making it a link to the themeConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.