Skip to content

Releases: decocms/blocks

blocks-v7.5.3

blocks-v7.5.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 02:59

7.5.3 (2026-07-09)

Bug Fixes

  • blocks-cli: codegen exclusion predicate misses bare names and applies to directories (e6df2c0)
  • blocks-cli: fix dead condition that skipped the RenderSection import fix-up (080f378)
  • blocks-cli: gate generate-schema.ts's CLI arg parsing behind isMainModule() (a122937)
  • blocks-cli: normalize generate-sections.ts output hygiene (30ef08e)
  • blocks-cli: stop mapping legacy Shopify hooks imports to a nonexistent package (b67bb9a)

blocks-v7.5.2

blocks-v7.5.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 02:23

7.5.2 (2026-07-09)

Bug Fixes

  • blocks-cli: scaffolder emitted pre-split @decocms/start and @decocms/apps imports (8add5ed)

blocks-v7.5.1

blocks-v7.5.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 00:44

7.5.1 (2026-07-09)

Bug Fixes

  • blocks-cli: floor tsx at ^4.22.5 — 4.22.0-4.22.4 breaks tsImport inside Vite (827128d)

blocks-v7.5.0

blocks-v7.5.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 00:22

7.5.0 (2026-07-09)

Features

  • blocks-cli: generator outputs default into .deco/ (framework artifacts live in the framework's folder) (36ebf2a)

v6.30.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:00
85965d6

6.30.0 (2026-07-08)

Bug Fixes

  • observability: cache -> single deco.cache.requests + deco.cache.status (be66958)

Features

  • observability: unify metrics with deco-cx/deco semconv contract (6655cf3)

v6.29.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 12:28
6c11ca4

6.29.1 (2026-07-08)

Bug Fixes

v6.29.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 02:39
109913e

6.29.0 (2026-07-08)

Features

  • flags: sticky, cache-correct A/B multivariate flags (#323) (109913e)

v6.28.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 02:27
73d9345

6.28.2 (2026-07-08)

Bug Fixes

  • schema: recover widget aliases (Color, etc.) that resolve to any (#322) (73d9345)

blocks-v7.4.0

blocks-v7.4.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jul 23:06

7.4.0 (2026-07-08)

Bug Fixes

  • blocks-admin: drop import.meta syntax so CJS consumers (ts-jest) can compile (97695d5)
  • blocks-cli: exclude test/spec/stories/gen files from codegen scans (9a6b297)
  • blocks-cli: registry doc comment contained **/ which truncated the block comment (3443077)
  • blocks-cli: repo-relative schema definition IDs, not absolute file:// paths (1a321d6)
  • blocks: drop last import.meta occurrence in env.ts (a519e6e)
  • nextjs: clear createNextSetup memo on rejected bootstrap (d393fe0)
  • nextjs: README route import depth + pin POST /live/_meta 405 (9256fef)
  • nextjs: restore POST-only gating on createDecoRouteHandlers' invoke branch (8419f94)

Features

  • blocks-cli: generate-sections --registry emits a lazy section-import map for non-Vite bundlers (2edf4e0)
  • nextjs: createDecoRouteHandlers catch-all admin dispatcher (21a6f94)
  • nextjs: createNextSetup — one-call Next.js site bootstrap (be84843)
  • nextjs: migrate nextjs-smoke to withDeco/createDecoRouteHandlers/createNextSetup + README recipe (fed6996)
  • nextjs: withDeco next.config wrapper (Studio rewrites + transpilePackages) (fd19501)

blocks-v7.3.1

blocks-v7.3.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jul 19:59

7.3.1 (2026-07-08)

Bug Fixes

  • nextjs: admin route handlers crash with 'createContext is not a function' (1f3177d)