File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,23 @@ const Example () => {
85
85
export default Example ;
86
86
```
87
87
88
- ## Latest Version [ ![ npm version] ( https://badge.fury.io/js/react-jsonschema-form-material-ui.svg )] ( https://react-jsonschema-form-material-ui.github56.now.sh ) \( Material UI 4+\)
89
-
88
+ ## Latest Version [ ![ npm version] ( https://badge.fury.io/js/react-jsonschema-form-material-ui.svg )] ( https://react-jsonschema-form-material-ui.github56.now.sh ) \[ JSONSchema-Draft-7 Support]
89
+
90
+ - Build system now upgraded to webpack 5
91
+ - React select values are no longer stringify results but array values.
92
+ - New Tabs UI to divide sub sections to tabs
93
+ - Additional Properties and Additional Items feature enabled
94
+ - ` "ui:options" ` and ` "ui:style" ` enabled for prop passing and styling every field
95
+ - On the fly module creation
96
+ - Reference Schema's via http and inline references
97
+ - Support alternatives - ` oneOf ` , ` anyOf ` , ` allOf `
98
+ - Support for dependencies - array of conditionals
99
+ - new Prop ` onError ` to get errors available in form on every change
100
+ - new Prop ` uiData ` to control ui only data to add separation of concern with form data
101
+ - Demo updated with monaco editor and live validation changes
102
+ - New interceptors to transform form and uiData using uiSchema - ` ui:interceptor `
103
+
104
+ #### Previously version 2.x.x
90
105
* New version 2.0 support for material ui 4
91
106
* Webpack 4 integration
92
107
* Material UI picker module updated
You can’t perform that action at this time.
0 commit comments