Commit Graph

26 Commits

Author SHA1 Message Date
1683474fa6 chore: remove usage of styled-jsx 2022-10-03 21:23:17 +02:00
a37453a115 style(example): fix linting 2022-09-21 09:38:57 +02:00
fcc2b2ea77 fix(types): improve Schema type for useForm 2022-09-21 09:33:09 +02:00
ce884c354d style(example): fix linting 2022-08-26 23:50:28 +02:00
0819304e1e test: add e2e automated tests 2022-08-26 23:47:48 +02:00
c979bab553 chore(example): fix translation with global message 2022-08-26 22:53:59 +02:00
01419426a3 style: fix linting with prettier 2022-08-26 21:39:42 +02:00
676a70b1a9 chore: add example 2022-08-26 20:19:31 +02:00
a2edafdc22 fix(hooks): usage of useForm 2022-08-26 00:30:54 +02:00
17656c149a feat: add form validation 2022-08-25 23:24:40 +02:00
c9bb631073 build(deps): update latest 2022-08-25 22:51:40 +02:00
8cbe5c3bf2 fix: build issue with "React is not defined" 2022-04-07 11:37:42 +02:00
686b5643b3 perf: reduce drastically build size
BREAKING CHANGE: This package is now pure ESM
2022-04-06 23:52:50 +02:00
ec4929d7d8 chore: maintenance 2022-02-19 17:18:13 +01:00
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
e3c4c53f23 fix(example): disable react profiling 2021-06-17 19:17:34 +02:00
c133ba5a20 fix(example): issue with gh-pages deploy 2021-06-17 19:09:46 +02:00
efc06a9639 fix(example): update title 2021-06-17 19:02:13 +02:00
f720068fcc ci(release): deploy example/dist to gh-pages 2021-06-17 18:52:59 +02:00
d4a3fc4573 chore: rewrite package 2021-06-17 18:48:19 +02:00
a8ca83123e fix: polyfill-object.fromentries 2020-10-26 02:56:36 +01:00
e1026429e9 fix: promise compatible with HandleForm 2020-10-14 10:15:08 +02:00
0e12431622 chore: configurations and update deps 2020-10-03 19:07:09 +02:00
c577509e6f Add Object.fromEntries() ponyfill 2020-08-05 02:53:04 +02:00
3a876bd6c4 📝 Update README 2020-08-04 16:49:14 +02:00
00f95feadf 🎉 Initial commit 2020-08-04 16:22:31 +02:00