1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-17 07:30:13 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
divlo
c90742b200 feat: export getFormDataObject and FormProps interface 2021-06-17 19:26:13 +02:00
divlo
7ac46825ee feat: no longer export by default Form component
BREAKING CHANGE: you must use `import { Form } from 'react-component-form'`
2021-06-17 19:24:21 +02:00
divlo
d4a3fc4573 chore: rewrite package 2021-06-17 18:48:19 +02:00
divlo
7c878fd5f1 chore(release): v1.3.0 2020-12-27 19:47:15 +01:00
divlo
a8ca83123e fix: polyfill-object.fromentries 2020-10-26 02:56:36 +01:00
divlo
4058b48959 fix: delete Object.fromEntries ponyfill cause of bugs 2020-10-26 02:35:56 +01:00
divlo
e1026429e9 fix: promise compatible with HandleForm 2020-10-14 10:15:08 +02:00
divlo
0e12431622 chore: configurations and update deps 2020-10-03 19:07:09 +02:00
divlo
c577509e6f Add Object.fromEntries() ponyfill 2020-08-05 02:53:04 +02:00
divlo
00f95feadf 🎉 Initial commit 2020-08-04 16:22:31 +02:00