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

70 Commits

Author SHA1 Message Date
141abe01b3
fix: update dependencies to latest (notably @sinclair/typebox) 2024-01-30 01:45:09 +01:00
d9af7f415c
docs(license): add email address 2024-01-30 01:37:56 +01:00
4a975e431a
docs: fix badges 2023-12-26 22:39:17 +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
6cb0c3fb1b
fix: update author - Théo LUDWIG 2023-07-02 16:27:26 +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
ef5635380c
feat: add npm package provenance
Ref: https://github.blog/2023-04-19-introducing-npm-package-provenance/
2023-05-13 17:02:20 +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
d213893d5d
ci: avoid running twice (develop and master branch) [skip-ci] 2022-08-26 23:58:19 +02:00
Divlo
1125103c45
ci(test): fix folder path for e2e tests 2022-08-26 23:53:13 +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
50d724eb6a
fix(types): improve documentation 2022-08-26 23:05:38 +02:00
Divlo
c979bab553
chore(example): fix translation with global message 2022-08-26 22:53:59 +02:00
Divlo
52081972e9
ci: release only stable on master branch 2022-08-26 22:48:52 +02:00
Divlo
5c49f94b53
docs(readme): add API section for useForm hook 2022-08-26 22:48:23 +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
37b4b9b990
chore: publish on beta channel correctly 2022-08-26 16:32:46 +02:00
Divlo
7e3ef0f492
ci: runs on develop branch 2022-08-26 16:29:20 +02:00
Divlo
c0034d5af6
chore: temporarly release new beta version on develop branch 2022-08-26 16:27:52 +02:00
Divlo
694d31e68d
ci: disable temporarly release 2022-08-26 16:13:13 +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
079d3f9d50 style: fix lint:typescript 2021-06-17 19:34:49 +02:00
divlo
d1f5430374 chore: add semantic-release 2021-06-17 19:32:56 +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
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