Skip to content

Releases: guidone/lets-form

0.7.10

05 May 08:59
Compare
Choose a tag to compare
  • switched from WebPack to Rollup
  • ESM build for all frameworks
  • fixed AntD direct import

0.7.9

05 May 08:58
Compare
Choose a tag to compare
  • converted .json imports to .js

0.7.8

23 Apr 15:23
Compare
Choose a tag to compare
  • Fix Mantine slider not retaining value
  • Experimental ESM build for MantineUI

0.7.7

09 Apr 19:44
Compare
Choose a tag to compare
  • Added Mantine: tabs
  • Added RSuite5: color for checkboxes

0.7.6

04 Apr 20:03
Compare
Choose a tag to compare
  • Added JSON Schemas for all UI frameworks
  • Extracted react-hook-form from main bundle

0.7.4

25 Mar 15:42
1959619
Compare
Choose a tag to compare

What's Changed

  • Mantine: divider, rating, slider, input tag

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