Commit Graph

54 Commits

Author SHA1 Message Date
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
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
f475f18b29 ci: disable caching .npm 2021-06-17 18:58:05 +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
7c878fd5f1 chore(release): v1.3.0 v1.3.0 2020-12-27 19:47:15 +01:00
f8f655a6af ci: fix nodejs caching 2020-10-29 17:03:19 +01:00
75221c24f6 ci: update node.js to cache dependencies 2020-10-29 16:47:15 +01:00
3dfcdaf81f ci: node.js >= 12 2020-10-26 03:14:42 +01:00
a8ca83123e fix: polyfill-object.fromentries 2020-10-26 02:56:36 +01:00
4058b48959 fix: delete Object.fromEntries ponyfill cause of bugs 2020-10-26 02:35:56 +01:00
1601626fd9 chore(release): 1.2.0 v1.2.0 2020-10-14 10:20:27 +02:00
e1026429e9 fix: promise compatible with HandleForm 2020-10-14 10:15:08 +02:00
754c06ac66 Merge pull request #1 from Divlo/dependabot/github_actions/actions/setup-node-v2.1.2
Bump actions/setup-node from v1 to v2.1.2
v1.1.0
2020-10-03 19:08:36 +02:00
72abb41251 Bump actions/setup-node from v1 to v2.1.2
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...c6fd00ceb9747fb23ffdf72987450a2664414867)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-03 17:08:12 +00:00
0e12431622 chore: configurations and update deps 2020-10-03 19:07:09 +02:00
dd70626fa7 🚀 RELEASE: Version 1.0.1 v1.0.1 2020-08-05 17:11:57 +02:00