@sjsf/form
@sjsf/form
1.9.2
Patch Changes
-
Port https://github.com/rjsf-team/react-jsonschema-form/pull/4461 (#69)
-
Port https://github.com/rjsf-team/react-jsonschema-form/pull/4462 (#70)
1.9.1
Patch Changes
- Use keyed array inside an array field to preserve items state (#65)
1.9.0
Minor Changes
-
Add omit extra data submodule (#56)
-
Add create action submodule (#61)
-
Add
fake-validatorsubmodule (#60) -
Add
FormElement,RawForm,Form2components (#60)
Patch Changes
-
Fix nested additional properties id’s inference (#62)
-
Port https://github.com/rjsf-team/react-jsonschema-form/pull/4388 (#58)
-
Port https://github.com/rjsf-team/react-jsonschema-form/pull/4425 fix (#59)
1.8.0
Minor Changes
-
Add
isSchemaValueDeepEqualandisSchemaDeepEqualfunctions (#55) -
Add
createForm3function (#54)Migration
- Replace
useForm2withcreateForm3. - If custom form is used it should call
setFormContext(form.context)before usingFormContentandSubmitButtoncomponents.
- Replace
Patch Changes
1.7.0
Minor Changes
-
Add
constAsDefaultsoption to get default form state function. (#34)This is a port of this PR Adding feature to support const as default bug fix seeming like a regression.
-
Pass arguments of
mutation.runto theonSuccessandonFailurehandlers. (#39) -
Add
lib/memoizesubmodule (#36) -
Implement array and object fields revalidation (#41)
-
Add support for async validation (#39)
-
Add
debounceandthrottlemutation combinators (#39)
Patch Changes
-
Fix
arraybased inputs validation (#40) -
Do not consider
constinreadonlyattribute calculation. (#34)
1.6.1
Patch Changes
-
Port fix for
getArrayDefaults(753a8bd)
1.6.0
Minor Changes
1.5.1
Patch Changes
-
d8b4211Thanks @x0k! - Fix multi-field selectorThis is not a proper fix (array of multi-fields is still broken) but it’s a good place to start.
1.5.0
Minor Changes
-
#26
c75aa31Thanks @x0k! - AddpreventDataLossfunction for handlingbeforeunloadevent -
#26
dad20e1Thanks @x0k! - Allow to pass multiple arguments tomutation.runmethod -
#26
a6606d1Thanks @x0k! - Add form optionpseudoIdSeparator
Patch Changes
-
#26
34b2481Thanks @x0k! - Changed the value ofDEFAULT_ID_SEPARATORThis change may be a BREAKING change for you if you code implicitly depends on this constant.
-
#26
89a3e04Thanks @x0k! - Remove forcedundefinedforvalueinonSubmithandler of the form -
#26
0084022Thanks @x0k! - Allow to pass aMapandArrayto theinitialErrorsform option
1.4.0
Minor Changes
-
56a406aThanks @x0k! - AddisChangedproperty to the from state -
5ac9c3fThanks @x0k! - AddupdateErrorsByPathmethod to theFormState -
d0d7d36Thanks @x0k! - Addsubmitandresetmethods to theFormState
1.3.0
Minor Changes
-
fe35ad2Thanks @x0k! - Reset form value in default reset handler -
#22
6144b9aThanks @x0k! - ImplementuseFormAPI, AddFormContentandSubmitButtoncomponents -
e2c9d61Thanks @x0k! - Allow to augmentInputAttributestype
Patch Changes
-
23f37abThanks @x0k! - Port a bunch of fixes forgetDefaultFormState: -
b88b944Thanks @x0k! - Use the stricterComputeDefaultsProps2type
1.2.0
Patch Changes
1.1.2
Patch Changes
1.1.1
Patch Changes
1.1.0
Minor Changes
Patch Changes
-
#16
81b6952Thanks @x0k! - Port fix ofgetClosestMatchingOptionto improve the scoring of sub-property objects -
2e08cd4Thanks @x0k! - Make fields ofconstproperty readonly
1.0.0
Major Changes
0.2.7
Patch Changes
0.2.6
Patch Changes
0.2.5
Patch Changes
0.2.4
Patch Changes
0.2.3
0.2.2
Patch Changes
0.2.1
Patch Changes
0.2.0
Minor Changes
0.1.0
Minor Changes
0.0.6
Patch Changes
0.0.5
Patch Changes
0.0.4
Patch Changes
-
8c337bbThanks @x0k! - Removescheduler-polyfilldue SSR errors -
ae990a7Thanks @x0k! - Move options mapping helpers toformpackage -
7d0cd8aThanks @x0k! - Move datalist creation logic to form fields