Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 14:32
· 88 commits to main since this release
21f6057

New Features

  • Safe presentational HTML in Markdown: Markdown now lowers common GitHub-style inline and block HTML into native widgets, including links, details, aligned containers, and caller-resolved images, while scripts, styles, forms, embeds, event attributes, and unsupported or malformed markup remain inert literal text (vercel-labs#280).

Bug Fixes

  • Reliable resolved Markdown images: image discovery now follows renderable block starts, canonicalizes entity-encoded URLs consistently between loading and lookup, preserves aspect ratios within declared bounds, honors centered and end alignment, and ignores images inside comments, unsupported markup, code, and preformatted blocks (vercel-labs#281).
  • Payload-free HTTP write requests: Effects.fetch now sends an explicit zero-length body for POST, PUT, and PATCH requests without a payload, preventing debug-build crashes and emitting the required Content-Length: 0 header (vercel-labs#277).

Improvements

  • History-driven release notes: release preparation now builds the complete changelog entry and contributor list from the commits since the previous release, replacing the per-change fragment workflow (vercel-labs#278).

Contributors