Skip to content

Commit 618cf39

Browse files
authored
Update changelog.md
1 parent 3d616b7 commit 618cf39

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

changelog.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,27 @@
1111
- new Prop onError to get errors available in form on every change
1212
- new Prop uiData to control ui only data to add seperation of concern with form data
1313
- Demo updated with vscode editor and live validation changes
14-
- New interceptors to transform form and uiData using uiSchema - `ui:interceptor`
14+
- New interceptors to transform form and uiData using uiSchema - `ui:interceptor`
15+
16+
17+
#### Previously version 2.x.x
18+
* New version 2.0 support for material ui 4
19+
* Webpack 4 integration
20+
* Material UI picker module updated
21+
* Support for File Upload and many more components
22+
* Performance efficient refactored library size \(233kb gzip and 914kb non-gzip\)
23+
24+
## Support for Material UI < 3.9
25+
26+
* Please use [version 1.0.109](https://github.com/vip-git/react-jsonschema-form-material-ui/tree/v1.x) of React Material-ui-jsonschema-form.
27+
28+
### New components integrated / Updates
29+
30+
* Material UI Date / time picker
31+
* Material UI Multi-selecbox
32+
* Creatable multi selectbox
33+
* Component active / inactive
34+
* Rich Text Editor
35+
* Upload File
36+
* `submitOnEnter` prop - enables to submit form on key press 'Enter'
37+
* `activityIndicatorEnabled` prop - enables nice activity indicator besides your submit button allowing you to control the timing via a callback.

0 commit comments

Comments
 (0)