Skip to content

emdash

v@emdash-cms/[email protected] Feature

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

Published 1mo 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

Summary

AI summary

Updates Patch Changes, Minor Changes, and https://github.com/apps/emdashbot across a mixed release.

Changes in this release

Feature Low

Adds status, author, and date-range filtering to admin content list API.

Adds status, author, and date-range filtering to admin content list API.

Source: llm_adapter@2026-06-12

Confidence: high

Feature Low

Forwards `locale` query param through admin content edit route and API client for i18n variant resolution.

Forwards `locale` query param through admin content edit route and API client for i18n variant resolution.

Source: llm_adapter@2026-06-12

Confidence: high

Feature Low

Adds visible WYSIWYG toolbar button for inserting HTML blocks, matching `/html` shortcut.

Adds visible WYSIWYG toolbar button for inserting HTML blocks, matching `/html` shortcut.

Source: llm_adapter@2026-06-12

Confidence: high

Feature Low

Introduces GET /_emdash/api/content/{collection}/authors endpoint listing distinct authors (requires content:read).

Introduces GET /_emdash/api/content/{collection}/authors endpoint listing distinct authors (requires content:read).

Source: granite4.1:30b@2026-06-12-audit

Confidence: low

Dependency Low

Updates dependency @emdash-cms/blocks to version 0.19.0.

Updates dependency @emdash-cms/blocks to version 0.19.0.

Source: llm_adapter@2026-06-12

Confidence: high

Bugfix Medium

Fixes taxonomy term edit dialog overflow with many locales.

Fixes taxonomy term edit dialog overflow with many locales.

Source: llm_adapter@2026-06-12

Confidence: high

Bugfix Medium

Fixes nested-list serialization in Portable Text editor to preserve list hierarchy on round‑trip.

Fixes nested-list serialization in Portable Text editor to preserve list hierarchy on round‑trip.

Source: llm_adapter@2026-06-12

Confidence: high

Full changelog

Minor Changes

  • #1442 e96587f Thanks @ascorbic! - Add status, author, and date-range filtering to the admin content list (#1288). The content list API gains authorId, dateField, dateFrom, and dateTo query params (all additive and optional), and a new GET /_emdash/api/content/{collection}/authors endpoint lists the distinct authors of a collection's content (gated on content:read). Filtering runs server-side, so it works across the whole collection rather than only the loaded page.

Patch Changes

  • #1307 cedfcc5 Thanks @emdashbot! - Forward locale query param through admin content edit route, content list navigation links, and API client to resolve correct i18n variant for slug-based lookups (#1242)

  • #1417 7e70abc Thanks @emdashbot! - Fix taxonomy term edit dialog overflow with many locales (#1269)

    Adds max-h-[85vh] flex flex-col to the TermFormDialog and makes its body
    scrollable with flex-1 overflow-y-auto, keeping the header and footer pinned.
    This prevents the Cancel/Update buttons from falling off-screen when the
    Translations panel lists a large number of locales.

  • #1440 783e663 Thanks @diogoascarneiro! - Add a visible WYSIWYG toolbar button for inserting HTML blocks, matching the existing /html shortcut.

  • #1142 157237d Thanks @OrangeManLi! - Fixes nested-list serialization in the Portable Text editor. convertList now recurses into nested bulletList/orderedList children and emits each block with the correct level value, so Tab-indented list items in the editor round-trip through onChange as real nested portable-text blocks instead of being flattened to a single top-level list with every item at level: 1.

  • Updated dependencies []:

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

Earlier breaking changes

Beta — feedback welcome: [email protected]