Releases: guidone/lets-form
Releases · guidone/lets-form
0.7.3
- Added support for Mantine: date
- Removed Providers components from LetsForm, need to be added outside it at application level
- Removed RSuite Form.Control
- Remove locales from all packages, added dependencies to load them dynamically
0.7.0
- Added support for Mantine: input-text, input-number, two-columns, three-columns, array, checkbox, checkbox-group, select, toggle, group
0.6.0
v0.6.0
- Split chunks for components of MUI, RSuite, AntD, ReactBootstrap and React
- LetsForm: added
loader
and preloadComponents
params
- LetsForm: Breaking changes** imports are changed for consistency with the UI frameworks names used in JSON schema
// For React
import LetsForm from 'lets-form/react'; // this is unchanged
// For AntD
import LetsForm from 'lets-form/react-antd'; // previously was 'lets-form/antd'
// For RSuite5
import LetsForm from 'lets-form/react-rsuite5'; // previously was 'lets-form/rsuite5'
// For React Bootstrap
import LetsForm from 'lets-form/react-bootstrap'; // previously was 'lets-form/bootstrap'
// For Material UI
import LetsForm from 'lets-form/react-material-ui'; // previously was 'lets-form/material-ui'
0.5.7
- 8 Form > MUI Upload > Multiple = true > Error when select file
0.5.6
- 6 LetsForm Designer > MUI Toggle > Crash when remove size prop
0.5.5
- Button component for React
- renamed property "transformer" to "script"
- pass-through "disabled" property for group, columns, array, steps and tabs
- added upload component for MUI
0.5.3
- fixed missed dependency in ArrayItem
- WebPack minimize
0.5.2
- added buttons alignment in array component
- added icon steps component
0.5.1
- fixed margins for group component
- boxed borders for group component