chore: add changeset for form handling demo page

This commit is contained in:
Ayo Ayco 2025-06-28 09:32:24 +02:00
parent 4fb8adab19
commit 5ebd4dad08

View file

@ -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