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

15 Commits

Author SHA1 Message Date
Divlo
17656c149a
feat: add form validation 2022-08-25 23:24:40 +02:00
Divlo
8cbe5c3bf2
fix: build issue with "React is not defined" 2022-04-07 11:37:42 +02:00
Divlo
686b5643b3
perf: reduce drastically build size
BREAKING CHANGE: This package is now pure ESM
2022-04-06 23:52:50 +02:00
divlo
079d3f9d50 style: fix lint:typescript 2021-06-17 19:34:49 +02:00
divlo
fd166db46c feat: remove polyfill-object.fromentries dependency
BREAKING CHANGE: You must support `Object.fromEntries`
2021-06-17 19:27:37 +02:00
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