Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

v1.34.0

UpdatedJun 7, 2026Reading time1 min read

Released 2026-06-07. A cleaner published experience, smoother in-site navigation, and a few playground-editor improvements.

Added

  • Navigate within a multi-page site. In a published playground, in-site links now switch pages in place instead of opening a new tab. This now covers regular links, GET forms, and <meta http-equiv="refresh"> redirects — and there's a new flowfn.navigate('/path') helper for redirecting from your own JavaScript (a plain window.location.href = '…' can't work inside the sandbox). Use target="_blank" for links you want to open in a new tab.
  • Assistant surface switcher. The playground AI chat has a dropdown to point the assistant at Home, Server, or any of your pages — so you can ask for edits to another part of the site without leaving the chat.

Changed

  • Smoother page changes. Moving between the pages of a multi-page playground no longer flashes a full loading screen.
  • The playground favicon setting and the AI chat's scope control got small polish (consistent placement + colours).

Fixed

  • Password-protected playgrounds on custom domains. Unlocking with a password now works fully when your playground is served on your own domain — loading the page and every interaction (including file uploads) carry the access through correctly.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →