Skip to content

v2.1.8

Choose a tag to compare

@avitorio avitorio released this 11 May 15:20
· 80 commits to canary since this release

2.1.8

Patch Changes

  • cfa8cac: Preserve raw MDX and HTML blocks in the editor without escaping component tags, and improve MDX block validation and parsing performance.
  • 5d41de3: Refactor documents and singletons tables to use the shadcn DataTable component (built on @tanstack/react-table).
  • a509f19: Outstatic now generates structured commit messages with the human-readable action first and an [outstatic:scope] tag at the end, e.g. update draft "Post title" [outstatic:content] and upload media "hero.jpg" [outstatic:media]. Rebuilds of the internal media.json manifest commit as update media-index [outstatic:config] (not [outstatic:media]) so deployment rules that skip media-only commits do not also skip manifest rebuilds. Slug renames surface in commit messages with a (renamed from <old-slug>) note, e.g. update published "New Title" (renamed from old-slug) [outstatic:content]. Together this makes commit history easy to scan while still letting Vercel's Ignore Build Step or GitHub Actions detect Outstatic commits and skip draft-only or media-only deploys.