Skip to content

Formidable Flat API v3.2.0

Choose a tag to compare

@vincentrathbone-web vincentrathbone-web released this 26 Aug 21:51
· 11 commits to master since this release

Query Builder redesign: split view

The Query Builder is now a resizable split view, Power BI / Power Query Editor-style: a top pane for building the query, a drag handle to resize, and a dominant bottom pane with a live results grid — defaulting to a 2:1 top/bottom split.

  • Live preview runs automatically as you edit — no more clicking "Preview" and waiting. Every change to a table, filter, join, or calculated column reruns the query after a short debounce (~600ms). A "↻ Refresh now" button is still there for an immediate, un-debounced rerun.
  • Per-step row-count flow: a breadcrumb above the grid shows how many rows survive each stage — source → after joins → after filters → final output — so a faulty join or an overly strict filter is visible immediately instead of only showing up later in Excel.
  • Save Query is now available in two places: the header (as before) and next to "Refresh now" in the preview toolbar, so you don't have to scroll back up to save.
  • Live preview now shows the first 100 rows by default (was 10).

Typography cleanup

Admin UI font sizes standardized to exactly two: 13px for body/label content, 11px for captions, hints, and mono/code text — across the Query Builder and the shared design tokens used by every admin tab.

Install

Download formidable-flat-api-v3.2.0.zip and install via Plugins → Add New → Upload Plugin. Requires WordPress 5.8+, PHP 7.4+, Formidable Forms 5.0+.