Minor Changes
- #1442
e96587fThanks @ascorbic! - Add status, author, and date-range filtering to the admin content list (#1288). The content list API gainsauthorId,dateField,dateFrom, anddateToquery params (all additive and optional), and a newGET /_emdash/api/content/{collection}/authorsendpoint lists the distinct authors of a collection's content (gated oncontent:read). Filtering runs server-side, so it works across the whole collection rather than only the loaded page.
Patch Changes
-
#1307
cedfcc5Thanks @emdashbot! - Forwardlocalequery param through admin content edit route, content list navigation links, and API client to resolve correct i18n variant for slug-based lookups (#1242) -
#1417
7e70abcThanks @emdashbot! - Fix taxonomy term edit dialog overflow with many locales (#1269)Adds
max-h-[85vh] flex flex-colto theTermFormDialogand makes its body
scrollable withflex-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
783e663Thanks @diogoascarneiro! - Add a visible WYSIWYG toolbar button for inserting HTML blocks, matching the existing/htmlshortcut. -
#1142
157237dThanks @OrangeManLi! - Fixes nested-list serialization in the Portable Text editor.convertListnow recurses into nestedbulletList/orderedListchildren and emits each block with the correctlevelvalue, so Tab-indented list items in the editor round-trip throughonChangeas real nested portable-text blocks instead of being flattened to a single top-level list with every item atlevel: 1. -
Updated dependencies []:
- @emdash-cms/blocks@0.19.0