- Introduced future.v7.normalizeFormMethod flag to normalize useNavigation()/useFetcher() formMethod values to uppercase.
- Fixed bugs: added ErrorBoundary detection in createStaticHandler, corrected route ID generation with Fragments, enabled fetcher revalidation on redirects, improved lazy() error handling, removed instanceof check for DeferredData, and upd...