Skip to content

Commit 3347dca

Browse files
authored
Update README.md
1 parent d211caf commit 3347dca

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,23 @@ const Example () => {
8585
export default Example;
8686
```
8787

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
90105
* New version 2.0 support for material ui 4
91106
* Webpack 4 integration
92107
* Material UI picker module updated

0 commit comments

Comments
 (0)