Change8

ui@0.7.0

📦 remixView on GitHub →
2 features🔧 1 symbols

Summary

The `run()` function now includes a default browser frame resolver, enabling frame reloads and Navigation API-based navigation. Custom resolvers are still supported for advanced use cases.

Migration Steps

  1. If your `run()` call previously supplied a `resolveFrame` function solely to fetch frame HTML, you can now remove it.

✨ New Features

  • `run()` now enables frame reloads and same-origin link and form navigation through the Navigation API.
  • The default `resolveFrame` in `run()` submits the requested method, encoding, and form data, and rejects non-OK responses.

Affected Symbols