Skip to content

Releases: guidone/lets-form

0.7.3

21 Mar 10:37
Compare
Choose a tag to compare
  • 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

25 Feb 11:04
Compare
Choose a tag to compare
  • Added support for Mantine: input-text, input-number, two-columns, three-columns, array, checkbox, checkbox-group, select, toggle, group

0.6.0

13 Feb 20:06
Compare
Choose a tag to compare

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

19 Jan 07:29
Compare
Choose a tag to compare
  • 8 Form > MUI Upload > Multiple = true > Error when select file

0.5.6

18 Jan 20:23
Compare
Choose a tag to compare
  • 6 LetsForm Designer > MUI Toggle > Crash when remove size prop

0.5.5

12 Jan 12:06
Compare
Choose a tag to compare
  • 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.4

02 Jan 14:00
Compare
Choose a tag to compare
  • AntD steps component

0.5.3

29 Dec 08:07
Compare
Choose a tag to compare
  • fixed missed dependency in ArrayItem
  • WebPack minimize

0.5.2

26 Nov 08:46
Compare
Choose a tag to compare
  • added buttons alignment in array component
  • added icon steps component

0.5.1

22 Nov 16:47
Compare
Choose a tag to compare
  • fixed margins for group component
  • boxed borders for group component