Skip to content

emdash

[email protected] scope: emdash Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 22d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

astro cms emdash typescript

ReleasePort's take

Light signal
editorial:auto 13d

emdash 0.12.0 adds site-wide default Open Graph images (absolutized for crawlers) and fixes a stale ref race in the slash command menu keyboard handlers.

Why it matters: Default OG images improve SEO discoverability for pages without custom images. The keyboard handler fix eliminates race conditions in the editor. Test OG defaults in dev before rollout.

Summary

AI summary

Adds site-wide default Open Graph image support and fixes a stale ref race in the slash command menu keyboard handlers.

Changes in this release

Feature Medium

Site-wide default Open Graph image setting added

Site-wide default Open Graph image setting added

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Default og:image and twitter:image emitted unless page has custom image

Default og:image and twitter:image emitted unless page has custom image

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Open Graph image URLs absolutized for crawler compatibility

Open Graph image URLs absolutized for crawler compatibility

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

MediaPickerModal localOnly prop restricts to local media

MediaPickerModal localOnly prop restricts to local media

Source: llm_adapter@2026-05-21

Confidence: low

Feature Medium

Automatically emits default og:image/twitter:image when no per-page image exists

Automatically emits default og:image/twitter:image when no per-page image exists

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Feature Medium

Absolutizes emitted Open Graph image URLs using site URL or request origin

Absolutizes emitted Open Graph image URLs using site URL or request origin

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Slash command menu stale ref race in keyboard handlers fixed

Slash command menu stale ref race in keyboard handlers fixed

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

Media metadata updates and deletes invalidate site settings cache

Media metadata updates and deletes invalidate site settings cache

Source: llm_adapter@2026-05-21

Confidence: low

Full changelog

Minor Changes

  • #997 7b45cba Thanks @ascorbic! - Adds support for a site-wide default Open Graph image. The setting is exposed in the admin SEO settings page (Settings -> SEO -> Default Social Image), resolved to a URL on read by getSiteSettings(), and automatically emitted as og:image / twitter:image (and BlogPosting JSON-LD image) by EmDashHead.astro whenever a page has no image of its own. Per-page images still take precedence.

    This wires up an existing data model that was previously defined in the schema and MCP tools but never used: stored values were not resolved and no template path read the setting.

    Emitted URLs are absolutized using SiteSettings.url, the page's siteUrl, or the request origin so crawlers and JSON-LD consumers that reject relative URLs work correctly.

    Also adds a localOnly prop to MediaPickerModal that suppresses the "Insert from URL" input and external provider tabs. Used by SEO settings to ensure the picker only returns locally-stored media (since the setting only persists a local mediaId).

    Media metadata updates and deletes now invalidate the worker-scoped site-settings cache, so resolved logo/favicon/default-social-image URLs and dimensions stay in sync with the underlying media row.

Patch Changes

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track emdash

Get notified when new releases ship.

Sign up free

About emdash

All releases →

Related context

Related tools

Earlier breaking changes

Beta — feedback welcome: [email protected]