mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
6 lines
221 B
Markdown
6 lines
221 B
Markdown
|
---
|
||
|
'astro': major
|
||
|
---
|
||
|
|
||
|
Removes the opt-in `handleForms` property for `<ViewTransitions />`. Form submissions are now handled by default and can be disabled by setting `data-astro-reload` on relevant `<form />` elements.
|