lets-form

A JSON form generator for React with Material UI / AntDesign / Bootstrap / RSuite / Mantine

MIT License

Downloads
1K
Stars
109

Bot releases are hidden (Show)

lets-form - 0.7.8

Published by guidone 6 months ago

  • Fix Mantine slider not retaining value
  • Experimental ESM build for MantineUI
lets-form - 0.7.7

Published by guidone 6 months ago

  • Added Mantine: tabs
  • Added RSuite5: color for checkboxes
lets-form - 0.7.6

Published by guidone 7 months ago

  • Added JSON Schemas for all UI frameworks
  • Extracted react-hook-form from main bundle
lets-form - 0.7.4

Published by guidone 7 months ago

What's Changed

  • Mantine: divider, rating, slider, input tag
lets-form - 0.7.3

Published by guidone 7 months ago

  • 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
lets-form - 0.7.0

Published by guidone 8 months ago

  • Added support for Mantine: input-text, input-number, two-columns, three-columns, array, checkbox, checkbox-group, select, toggle, group
lets-form - 0.6.0

Published by guidone 8 months ago

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'
lets-form - 0.5.7

Published by guidone 9 months ago

  • 8 Form > MUI Upload > Multiple = true > Error when select file
lets-form - 0.5.6

Published by guidone 9 months ago

  • 6 LetsForm Designer > MUI Toggle > Crash when remove size prop
lets-form - 0.5.5

Published by guidone 9 months ago

  • 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
lets-form -

Published by guidone 10 months ago

  • AntD steps component
lets-form - 0.5.3

Published by guidone 10 months ago

  • fixed missed dependency in ArrayItem
  • WebPack minimize
lets-form - 0.5.2

Published by guidone 11 months ago

  • added buttons alignment in array component
  • added icon steps component
lets-form - 0.5.1

Published by guidone 11 months ago

  • fixed margins for group component
  • boxed borders for group component
lets-form - 0.5.0

Published by guidone 11 months ago

  • switch to mono-repo
  • added icons to steps/RSuite
  • fixed warnings
  • added onSubmit for input/RSuite
  • fixed upload warnings and button size
lets-form - 0.4.20

Published by guidone 11 months ago

  • add steps component for RSuite
lets-form - 0.4.15

Published by guidone 12 months ago

  • add validate json helper
lets-form - 0.4.13

Published by guidone about 1 year ago

  • added toggle buttons for RSuite and AntD
lets-form - 0.1.25

Published by guidone over 1 year ago

Initial alpha release