From 5ebd4dad0810a1eab6421809574308f1d1a13b90 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 28 Jun 2025 09:32:24 +0200 Subject: [PATCH] chore: add changeset for form handling demo page --- CHANGESET.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGESET.md b/CHANGESET.md index a22a194..fc36300 100644 --- a/CHANGESET.md +++ b/CHANGESET.md @@ -1,3 +1,4 @@ # Rough list of changes 1. Expose a `McFly` object containing event properties to `server:setup` scripts. Useful for handling requests like form submission. +2. Add a cozy demo page for form handling using the exposed `McFly` object