Minor Changes
-
#2187
6a77862Thanks @logelog! - Add a trusted plugin extension point for contributing isolated, host-framed panels to the saved content editor settings sidebar. Panels support collection and role filtering, deterministic ordering, manifest lifecycle checks, and render-error recovery. -
#1973
5224b57Thanks @CacheMeOwside! - AddstitleFieldanddateFieldoptional collection options to choose which field is used as an entry's title and which date the content list shows and sorts by. -
#2194
2d5fb0bThanks @logelog! - Adds collection-configured custom field columns to admin content lists. Collection seeds and schema APIs can declare up to four supported fields throughadmin.listColumns; EmDash validates them when building the manifest and renders their stored values between the title and status columns. -
#2212
fefb702Thanks @logelog! - Adds opt-in database indexes for scalar custom fields and stable cursor pagination when ordering content lists by those fields. -
#2218
8300c64Thanks @khoinguyenpham04! - Updates media management and selection throughout the admin with clearer asset details, previews, and editing workflows, while keeping stored image metadata consistent across validation and generated types. -
#2195
4c565eaThanks @logelog! - Allow trusted React plugins to add manifest-aware, role-filtered content-list columns without taking ownership of the host table, pagination, or row actions. -
#2505
5828233Thanks @ascorbic! - Adds native Unicode slugs and requires published entries in routable collections to have a slug. Collections used only for internal or referenced content can setroutable: falsebefore publishing slugless entries.
Patch Changes
-
#2512
515c08dThanks @ascorbic! - Adds scheduler heartbeat health to the admin dashboard and warns when scheduled content is overdue because maintenance has never run or has stopped running. -
#2312
a159b44Thanks @MA2153! - Adds a byline filter to the admin content list. Pick one or more bylines to see entries credited to any of them, or filter to entries with no byline assigned. Bylines inferred from an entry's author are ignored unless you turn on "Include inferred bylines". -
#2342
f8a4fceThanks @fbartolitsch! - Fixes localized taxonomy navigation and editor choices so each admin surface follows the active content locale. Public taxonomy helpers now report visible term counts for the active content locale instead of combining assignments across translations. -
#2467
7708015Thanks @eyupcanakman! - Fixes the API token created date showing the wrong day for viewers outside UTC. The timezone-less stored timestamp is now parsed as UTC, matching the other admin dates. -
#2506
5289385Thanks @ascorbic! - Fixes inline taxonomy term creation for Unicode-only labels and adds numeric suffixes when generated term slugs collide. -
#1121
592a0e3Thanks @eyupcanakman! - Fixes admin dates showing the wrong time on SQLite-backed sites. Timezone-less stored timestamps in revision history, the dashboard, the content list, the editor's date metadata, and the scheduled publish time are now parsed as UTC, so they no longer drift by the viewer's offset. -
#2489
13db62cThanks @ascorbic! - Fixes file fields to accept persisted media references with incomplete cached metadata while preserving provider data and legacy URLs. -
#2402
49bc75eThanks @danielmlr! - Fixes the editor's word-count footer showing English in every admin language. The word, character, and reading-time metrics now go through the translation catalogs and use each language's plural rules. -
#2493
2398b8dThanks @ascorbic! - Fixes Portable Text editing so content with unsupported marks is blocked with a clear error instead of silently losing those marks. -
#2491
964f51eThanks @ascorbic! - Fixes tag suggestions so every matching term is scrollable and selectable with pointer or keyboard navigation. -
#2510
318b821Thanks @khoinguyenpham04! - Adds Image and HTML insertion to the rich-text toolbar while keeping subscript and superscript in the text-selection menu. -
#2508
5c216c2Thanks @ascorbic! - Fixes localized taxonomy assignments so the editor shows the configured default-locale variant or an unresolved translation prompt instead of hiding the assignment, and identifies the stored content locale and implicit English default. -
Updated dependencies []:
- @emdash-cms/blocks@0.34.0