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

21 Commits

Author SHA1 Message Date
Divlo
c979bab553
chore(example): fix translation with global message 2022-08-26 22:53:59 +02:00
Divlo
01419426a3
style: fix linting with prettier 2022-08-26 21:39:42 +02:00
Divlo
676a70b1a9
chore: add example 2022-08-26 20:19:31 +02:00
Divlo
a2edafdc22
fix(hooks): usage of useForm 2022-08-26 00:30:54 +02:00
Divlo
17656c149a
feat: add form validation 2022-08-25 23:24:40 +02:00
Divlo
c9bb631073
build(deps): update latest 2022-08-25 22:51: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
ec4929d7d8
chore: maintenance 2022-02-19 17:18:13 +01: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
e3c4c53f23 fix(example): disable react profiling 2021-06-17 19:17:34 +02:00
divlo
c133ba5a20 fix(example): issue with gh-pages deploy 2021-06-17 19:09:46 +02:00
divlo
efc06a9639 fix(example): update title 2021-06-17 19:02:13 +02:00
divlo
f720068fcc ci(release): deploy example/dist to gh-pages 2021-06-17 18:52:59 +02:00
divlo
d4a3fc4573 chore: rewrite package 2021-06-17 18:48:19 +02:00
divlo
a8ca83123e fix: polyfill-object.fromentries 2020-10-26 02:56:36 +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
3a876bd6c4 📝 Update README 2020-08-04 16:49:14 +02:00
divlo
00f95feadf 🎉 Initial commit 2020-08-04 16:22:31 +02:00