71 Commits

Author SHA1 Message Date
f21e98175f fix: archive repository
This project is not anymore maintained.
v4.1.4
2024-11-11 14:02:41 +01:00
141abe01b3 fix: update dependencies to latest (notably @sinclair/typebox) v4.1.3 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 v4.1.2 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 v4.1.1 2023-07-02 16:27:26 +02:00
81290836f3 fix: update dependencies to latest 2023-07-02 16:23:44 +02:00
da5d46835d perf: enable tree-shaking v4.1.0 2023-05-13 18:24:44 +02:00
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
882416cb49 build(deps): update latest 2023-05-13 17:00:31 +02:00
040e3a0ae1 style: fix linting v4.0.0 2023-04-02 22:10:52 +02:00
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
69f12002c7 build(deps): update latest
BREAKING CHANGE: peerDependencies: `react@>=18.2.0`
2023-04-02 21:52:34 +02:00
85eb53d60c chore: fix vercel build error for example v3.1.2 2023-01-10 21:53:53 +01:00
45c072f2bd style: fix linting 2023-01-10 21:27:25 +01:00
cdff824ca5 fix: update dependencies to latest 2023-01-10 21:23:32 +01:00
54ef5ceea1 ci: fix timeout 2022-11-08 11:40:39 +01:00
48d4fb6f75 build(deps): bump Next.js to v13 2022-11-08 11:28:57 +01:00
1683474fa6 chore: remove usage of styled-jsx 2022-10-03 21:23:17 +02:00
a37453a115 style(example): fix linting v3.1.1 2022-09-21 09:38:57 +02:00
fcc2b2ea77 fix(types): improve Schema type for useForm 2022-09-21 09:33:09 +02:00
d213893d5d ci: avoid running twice (develop and master branch) [skip-ci] 2022-08-26 23:58:19 +02:00
1125103c45 ci(test): fix folder path for e2e tests v3.1.0 2022-08-26 23:53:13 +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
50d724eb6a fix(types): improve documentation 2022-08-26 23:05:38 +02:00
c979bab553 chore(example): fix translation with global message 2022-08-26 22:53:59 +02:00
52081972e9 ci: release only stable on master branch 2022-08-26 22:48:52 +02:00
5c49f94b53 docs(readme): add API section for useForm hook 2022-08-26 22:48:23 +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
37b4b9b990 chore: publish on beta channel correctly v3.1.0-beta.1 2022-08-26 16:32:46 +02:00
7e3ef0f492 ci: runs on develop branch 2022-08-26 16:29:20 +02:00
c0034d5af6 chore: temporarly release new beta version on develop branch 2022-08-26 16:27:52 +02:00
694d31e68d ci: disable temporarly release 2022-08-26 16:13:13 +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" v3.0.1 2022-04-07 11:37:42 +02:00
686b5643b3 perf: reduce drastically build size
BREAKING CHANGE: This package is now pure ESM
v3.0.0
2022-04-06 23:52:50 +02:00
ec4929d7d8 chore: maintenance 2022-02-19 17:18:13 +01:00
079d3f9d50 style: fix lint:typescript 2021-06-17 19:34:49 +02:00
d1f5430374 chore: add semantic-release v2.0.0 2021-06-17 19:32:56 +02:00
fd166db46c feat: remove polyfill-object.fromentries dependency
BREAKING CHANGE: You must support `Object.fromEntries`
2021-06-17 19:27:37 +02:00
c90742b200 feat: export getFormDataObject and FormProps interface 2021-06-17 19:26:13 +02: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