See documentation on Upgrading.
- AccordionBlock — dedicated block for accordion layouts. Has a boolean "Open first item on load" option. Replaces the
accordion-closed/accordion-openlayouts fromGroupingBlock. - TabsBlock — dedicated block for tabbed interfaces. Replaces the
tabslayout fromGroupingBlock. - StackBlock — dedicated block for stacking items one after another, with an optional "Show titles" toggle. Replaces the
stack-titled/stack-untitledlayouts fromGroupingBlock. - ColumnBlock — new block that arranges nested blocks in 2, 3, or 4 side-by-side columns with responsive collapse.
-
Migrated hosting from Cloudflare Pages to Cloudflare Workers with static assets. Deployment now uses
wrangler deployvia Cloudflare Workers Builds instead of the legacy Pages deployment pipeline. -
npm run previewnow useswrangler devinstead ofwrangler pages dev ./dist. -
npm run deployadded as the explicit deploy command. -
Build environment variables updated:
CF_PAGES/CF_PAGES_BRANCH/CF_PAGES_URLreplaced byWORKERS_CI/WORKERS_CI_BRANCH/WORKERS_CI_COMMIT_SHA. -
Default production URL changed from
*.pages.devto*.workers.dev(override with a custom domain as before). -
AccordionBlock(formerlyGroupingBlockaccordion-open): now only the first item starts expanded when "Open first item on load" is enabled. Previously all items were opened simultaneously, which was a bug. -
GroupingBlockis deprecated and will be removed in a future release. Use the new dedicated blocks for new content. ExistingGroupingBlockrecords in the CMS should be migrated before removing the model.