Releases: networknt/react-schema-form
Releases · networknt/react-schema-form
1.0.3
1.0.3 - 2022-01-22
Added
Changed
- fixes #241 update textarea rowsMax to maxRows as the new version of mui 5 changed attribute name
1.0.2
1.0.2 - 2021-12-26
Added
Changed
- fixes #237 upgrade to the latest dependency and fix the es-lint
1.0.1
1.0.1 - 2021-12-26
Added
Changed
- fixes #236 upgrade to react 17 and mui 5
0.9.10
0.9.10 - 2020-10-31
Added
Changed
- fixes #223 add X-CSRF-TOKEN to the header to integrate with light-portal
0.9.9
0.9.9 - 2020-09-21
Added
Changed
- fixes #222 rollback ComposedComponent type to schema type
- fixes #221 update Select filed to set the currentValue
0.9.7
0.9.6 - 2020-09-17
Added
Changed
- fixes #221 update Select filed to set the currentValue
- fixes #220 resolve a react warning after upgrade to 16.13.x
- fixes #219 switch taxonomy to react-checkbox-tree implementation
- fixes #218 change the taxonomy wrapper to remove the root style
- fixes #217 add taxonomy and example for light-portal category management
- fixes #216 add several examples for testing and light-portal
- fixes #215 resolve the value update for checkbox
0.9.2
0.9.2 - 2020-09-09
Added
Changed
- fixes #214 Add markdown field to support light-portal forms
- fixes #213 add dev dependencies to fix unit test cases
- fixes #212 Run the lint with the new configuration and remove lib folder
- fixes #211 update build environment with create-react-library
0.8.8
0.8.8 - 2020-07-28
Added
Changed
- fixes #204 update Checkbox to functional component with default value handling
0.8.6
0.8.6 - 2019-04-24
Added
Changed
- fixes #195 add setDefault to populate default value from the Select constructor
0.8.5
0.8.5 - 2019-04-21
Added
Changed
- fixes #194 fix the logic for default value for Select component