Updated Flow Analytics
Oct 11, 2023
After hearing feedback that customers wanted better performance insights directly in the dashboard, we gave Flow analytics a big update:
- New graph showing flow breakdowns for seen, started, and completed states with overall completion rate.
- Performance over different blocks of time.
- Per-step analytics, especially useful for checklists, tours, and multi-step forms.
- Unique stats per Flow version to compare iteration performance.
And for deeper analytics, third-party integrations (PostHog, Amplitude, Mixpanel, Segment) are still available directly in the dashboard.

- Sep 12, 2023
Targeting Acquired
Targeting is how you control the state and visibility of Flows (and Steps) based on data about the current user. Previously, targeting was code-only: fine for simple queries, awkward for complex ones.
- Aug 31, 2023
Async Validation Handlers in Forms
Engage Forms now support asynchronous validation between steps using the `validationHandler` prop on `<FrigadeForm />`. Block the user from advancing until an async call (database, API, etc.) completes.
- Aug 22, 2023
Component Library Updates
The component library got a big update. Components are restyled, layouts and flows are updated, and they're interactive in the Frigade dashboard. View and interact with each component to see how users will experience them before you ship. Bump `@frigade/react` to 1.35.14 or higher.