github emdash-cms/emdash @emdash-cms/admin@0.19.0

latest releases: @emdash-cms/auth@0.19.0, @emdash-cms/plugin-forms@0.2.4
7 hours ago

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 []:

    • @emdash-cms/blocks@0.19.0

Don't miss a new emdash release

NewReleases is sending notifications on new releases.