Async Validation Handlers in Forms
Aug 31, 2023
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.
Bump `@frigade/react` to 1.35.29 to start using async validation in your forms.

- Oct 25, 2023
Improved Docs Layouts
We've given the developer docs a layout upgrade. Rather than storing everything on a single page (it was getting out of hand), the docs are now divided into high-level sections to make it much easier to find what you're looking for.
- Oct 11, 2023
Updated Flow Analytics
After hearing feedback that customers wanted better performance insights directly in the dashboard, we gave Flow analytics a big update:
- 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.