Commit Graph

29 Commits

Author SHA1 Message Date
Benjamin Canac dc8040f22a test(Form): skip tests because of race condition 2025-10-29 14:30:28 +01:00
Jakub Michálek f2d73e5bee test(components): add a11y tests (#5181)
Co-authored-by: Jakub <jakub.michalek@freelo.io>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2025-10-14 13:56:06 +02:00
Romain Hamel 263015c1f2 fix(Form): flaky reactivity test (#5038) 2025-09-22 14:26:49 +02:00
Romain Hamel 817b902070 fix(Form): flaky reactivity tests (#5033)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2025-09-22 11:48:05 +02:00
Romain Hamel 77a554eb42 fix(Form): improve nested form validation handling (#5024) 2025-09-22 10:24:45 +02:00
Romain Hamel 99dbe81783 fix(Form)!: don't mutate the form's state if transformations are enabled (#4902)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2025-09-17 10:53:37 +02:00
kyyy 2269b4831a fix(Form): handling race condition on clear function (#4843) 2025-09-12 18:03:54 +02:00
Daniele Nicosia b8b74a0c33 feat(Form): support error RegExp in exposed methods (#4608)
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
2025-07-28 15:23:20 +02:00
renovate[bot] 6f38d3ea8a chore(deps): update nuxt framework to v4 (v3) (major) (#4532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2025-07-16 12:09:41 +02:00
renovate[bot] d983af93b3 chore(deps): update dependency zod to v4 (v3) (#4523)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2025-07-14 11:58:02 +02:00
Jack Bobakanoosh 1a8feb751e fix(Form): expose reactive fields (#4386) 2025-06-24 17:56:12 +02:00
Romain Hamel 9a4bb34d7d refactor(Form)!: drop explicit support for zod and valibot (#3617) 2025-03-19 12:18:26 +01:00
Romain Hamel c0b485d563 feat(Form): form validation properties (#3137) 2025-01-24 19:10:44 +01:00
Romain Hamel de9ecb1d76 fix(Form)!: include nested state in submit data (#3028) 2025-01-14 10:49:39 +01:00
Romain Hamel 1a54ab231b refactor(Form): rename validation functions and vars for clarity (#3029)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2025-01-13 11:19:29 +01:00
Mick Lawitzke d6179912de chore: make zod imports tree-shakeable (#2846) 2024-12-23 12:13:37 +01:00
kyyy c9806da6d8 fix(Form)!: resolve async validation in yup & issue directly mutate state (#2702)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-11-23 19:30:20 +01:00
kyyy 75c5e87724 feat(Form): apply transformations (#2550)
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
2024-11-12 16:43:40 +01:00
Romain Hamel 143612ec73 feat(FormField): add error-pattern prop (#2601) 2024-11-11 18:35:27 +01:00
rizkyyy 5385944359 feat(Form): add superstruct validation (#2363)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
2024-10-19 14:07:22 +02:00
Romain Hamel ed18e74549 feat(Button): loading-auto (#2198) 2024-09-16 11:37:38 +02:00
Romain Hamel 175229384f chore(Form): catch-up with v2 changes (#2165)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-09-10 14:09:42 +02:00
Romain Hamel bad2e49de9 refactor(Form): input events (#99)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-07-01 20:37:57 +02:00
Romain Hamel 20acc92eec feat(Form): support for valibot@33 (#132) 2024-07-01 10:52:27 +02:00
Benjamin Canac ae2aaa9d1a test: type options slots 2024-04-18 12:55:10 +02:00
Benjamin Canac f302a15972 feat: uniformize components sizes (#68) 2024-04-16 12:26:29 +02:00
Benjamin Canac 290e4ce150 test: lint 2024-04-12 14:00:58 +02:00
Romain Hamel 167127861f feat(Form): nested form validation (#23)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-03-21 18:39:59 +01:00
Romain Hamel de62676647 feat(Form): new component (#4)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-03-19 16:09:12 +01:00