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

42 Commits

Author SHA1 Message Date
141abe01b3
fix: update dependencies to latest (notably @sinclair/typebox) 2024-01-30 01:45:09 +01:00
8168a18ede
fix: update dependencies to latest 2023-12-26 22:24:32 +01:00
a49e844c70
chore: better Prettier config for easier reviews 2023-10-23 23:26:27 +02:00
1224ece116
chore: add missing package-lock.json
All checks were successful
Build / build (push) Successful in 1m57s
Lint / lint (push) Successful in 48s
Test / test (push) Successful in 40s
Test / test-e2e (push) Successful in 2m10s
2023-07-18 23:28:17 +02:00
41b4472870
build(deps): update latest 2023-07-18 23:16:52 +02:00
81290836f3
fix: update dependencies to latest 2023-07-02 16:23:44 +02:00
Divlo
da5d46835d
perf: enable tree-shaking 2023-05-13 18:24:44 +02:00
Divlo
882416cb49
build(deps): update latest 2023-05-13 17:00:31 +02:00
Divlo
040e3a0ae1
style: fix linting 2023-04-02 22:10:52 +02:00
Divlo
5bb73df804
fix: rename value to message in HandleUseFormCallback return type
BREAKING CHANGE: Migrate your onSubmit handlers to return a `message` instead of `value`
2023-04-02 22:08:32 +02:00
Divlo
69f12002c7
build(deps): update latest
BREAKING CHANGE: peerDependencies: `react@>=18.2.0`
2023-04-02 21:52:34 +02:00
Divlo
85eb53d60c
chore: fix vercel build error for example 2023-01-10 21:53:53 +01:00
Divlo
45c072f2bd
style: fix linting 2023-01-10 21:27:25 +01:00
Divlo
cdff824ca5
fix: update dependencies to latest 2023-01-10 21:23:32 +01:00
Divlo
54ef5ceea1
ci: fix timeout 2022-11-08 11:40:39 +01:00
Divlo
48d4fb6f75
build(deps): bump Next.js to v13 2022-11-08 11:28:57 +01:00
Divlo
1683474fa6
chore: remove usage of styled-jsx 2022-10-03 21:23:17 +02:00
Divlo
a37453a115
style(example): fix linting 2022-09-21 09:38:57 +02:00
Divlo
fcc2b2ea77
fix(types): improve Schema type for useForm 2022-09-21 09:33:09 +02:00
Divlo
ce884c354d
style(example): fix linting 2022-08-26 23:50:28 +02:00
Divlo
0819304e1e
test: add e2e automated tests 2022-08-26 23:47:48 +02:00
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