Releases: networknt/react-schema-form
Releases · networknt/react-schema-form
0.8.4
0.8.4 - 2019-02-19
Added
Changed
- fixes #191 Allow additional contexts to be passed to be used in evaluation of condition property. Thanks @struankl
0.8.3
0.8.3 - 2019-12-30
Added
Changed
0.8.2
0.8.2 - 2019-12-24
Added
Changed
0.8.1
0.8.1 - 2019-12-20
Added
Changed
- fixes #182 move the webpack-config from dependencies to devDependencies
- fixes #183 rebuilt the example code with webpack
- fixes #184 add README.md to the example folder
- Fixes #185 add support for multi selects. Thanks @naeemba
- fixes #186 resolve a small lint issue
0.8.0
0.8.0 - 2019-11-29
Added
Changed
- Fix 179 upgrade dependencies to the latest and node 12 is needed
0.7.1
0.7.1 - 2019-09-29
Added
Changed
- Fix 175 Fix conditional array. Thanks @ psamim
- Fix 176 fix the security issue reported by npm with npm audit fix
0.7.0
0.7.0 - 2019-07-07
Added
Changed
- Fix 169 Update to material-ui v4. Thanks @naeemba
0.6.15
0.6.15 - 2019-06-18
Added
Changed
- Fix 167 Array tuple example/support. Thanks @fauxsoup
0.6.13
0.6.13 - 2019-06-03
Added
Changed
- Fix 163 Allow htmlClass on fieldset elements. Thanks @fauxsoup
0.6.12
0.6.12 - 2019-03-26
Added
Changed
- I 160 incorrect errors for not required null fields. Thanks @naeemba