Skip to content

0.5.0

Choose a tag to compare

@roborourke roborourke released this 15 Apr 13:07
· 25 commits to release since this release

What's new

  • Inner blocks as inline success message — add any WordPress blocks (paragraphs, images, embeds, etc.) directly inside the form block; they replace the form after successful submission. Uses a `` element approach so server-rendered content (including iframes) is preserved exactly.
  • Playwright E2E test suite — automated tests covering block registration, form rendering, and inline success message behaviour.
  • WordPress Playground — `npm run playground:start` for a zero-config local dev environment.
  • GitHub Actions CI — automated test runs on push.
  • Removed

    • Legacy `inlineMessage` string attribute. The template-based inner blocks approach replaces it. Existing content migrates automatically.