Skip to content

v1.4.0 — Gutenberg Blocks with In-Editor Product Search

Choose a tag to compare

@numanrki numanrki released this 23 Feb 11:02
· 24 commits to master since this release

What's New

  • 6 Gutenberg Blocks — Product Box, Product List, Comparison Table, Bestsellers, Text Link, and the new universal Product Search block
  • In-Editor Product Search — search Amazon products, browse your saved/manual products, or paste ASINs directly inside each block
  • Block Inserter Discovery — find all AzonMate blocks by typing 'azonmate', 'amazon', 'product', or 'affiliate' in the block inserter
  • Server-Side Rendering — all blocks render on the server via the existing shortcode engine for consistent front-end output
  • Shared Editor CSS — styled search panels, result cards, selected product tags, and category picker across all blocks
  • Webpack Build — per-block JS bundles with dependency tracking via \index.asset.php\

Technical

  • BlockRegistrar refactored to singleton with per-block script enqueuing
  • \copy-webpack-plugin\ copies \�lock.json,
    ender.php, and \editor.css\ into the build output
  • Build artifacts now tracked in the repository for direct GitHub installs