Skip to content

Commit 8b969e9

Browse files
committed
[all] Add changes
1 parent dd1c532 commit 8b969e9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.changeset/cool-snails-eat.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@sjsf/sveltekit": patch
3+
"playground": patch
4+
"docs": patch
5+
---
6+
7+
Migrate to `createForm3`

.changeset/ten-experts-compete.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@sjsf/form": minor
3+
---
4+
5+
Add `createForm3` function
6+
7+
## Migration
8+
9+
- Replace `useForm2` with `createForm3`.
10+
- If custom form is used it should call `setFormContext(form.context)` before using `FormContent` and `SubmitButton` components.

0 commit comments

Comments
 (0)