v2.2.0
·
8 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Added
Post::previous_postandPost::next_postaccessors (#154, #157) — published-adjacent post lookups so theartisanpack-ui/visual-editorPostResolvercan stamp navigation block payloads. Lookup is ordered bypublished_at, withidas a deterministic tie-breaker when timestamps collide.HasRenderedBlockContentconcern onPostandPage(#155, #156) — exposes arendered_contentaccessor soPostResolverinartisanpack-ui/visual-editorcan stamp the_resolvedContentHTML payload directly from the model.- "Using with the visual editor" README section (#150, #159) — documents the opt-in bridge to the
artisanpack-ui/visual-editorpackage, including theblock_contentcolumn,HasBlockContentpolyfill,_resolved*attribute flow, and the newprevious_post/next_post/rendered_contentaccessors.