Skip to content

Commit de28ade

Browse files
authored
Update README.md
1 parent 618cf39 commit de28ade

File tree

1 file changed

+8
-28
lines changed

1 file changed

+8
-28
lines changed

README.md

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -101,50 +101,30 @@ export default Example;
101101
- Demo updated with monaco editor and live validation changes
102102
- New interceptors to transform form and uiData using uiSchema - `ui:interceptor`
103103

104-
#### Previously version 2.x.x
105-
* New version 2.0 support for material ui 4
106-
* Webpack 4 integration
107-
* Material UI picker module updated
108-
* Support for File Upload and many more components
109-
* Performance efficient refactored library size \(233kb gzip and 914kb non-gzip\)
104+
> For me info you can follow our [changelog](https://github.com/vip-git/react-jsonschema-form-material-ui/blob/master/changelog.md)
110105
111-
## Support for Material UI < 3.9
106+
## Contributing
107+
> We welcome [all contributions](https://github.com/vip-git/react-jsonschema-form-material-ui/graphs/contributors), enhancements, and bug-fixes. Open an [issue on GitHub](https://github.com/vip-git/react-jsonschema-form-material-ui/issues) and submit a [pull request](https://github.com/vip-git/react-jsonschema-form-material-ui/pulls).
112108
113-
* 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.
114-
115-
### New components integrated / Updates
116-
117-
* Material UI Date / time picker
118-
* Material UI Multi-selecbox
119-
* Creatable multi selectbox
120-
* Component active / inactive
121-
* Rich Text Editor
122-
* Upload File
123-
* `submitOnEnter` prop - enables to submit form on key press 'Enter'
124-
* `activityIndicatorEnabled` prop - enables nice activity indicator besides your submit button allowing you to control the timing via a callback.
125-
126-
### Contributing
127-
We welcome [all contributions](https://github.com/vip-git/react-jsonschema-form-material-ui/graphs/contributors), enhancements, and bug-fixes. Open an [issue on GitHub](https://github.com/vip-git/react-jsonschema-form-material-ui/issues) and submit a [pull request](https://github.com/vip-git/react-jsonschema-form-material-ui/pulls).
128-
129-
Building/Testing
109+
#### Building/Testing
130110
To build/test the project locally on your computer:
131111

132-
Fork this repo and then clone
112+
> Fork this repo and then clone
133113
```
134114
git clone https://github.com/vip-git/react-jsonschema-form-material-ui.git
135115
```
136116

137-
Install dependencies and module generator
117+
> Install dependencies and module generator
138118
```
139119
npm install
140120
```
141121

142-
Run the demo to test your changes
122+
> Run the demo to test your changes
143123
```
144124
npm run start:demo
145125
```
146126

147-
Run the tests once you are done with your changes
127+
> Run the tests once you are done with your changes
148128
```
149129
npm test
150130
```

0 commit comments

Comments
 (0)