Skip to content

emdash@0.25.1

Choose a tag to compare

@emdashbot emdashbot released this 30 Jun 14:34
bc9f1b6

Patch Changes

  • #1628 d4237eb Thanks @MA2153! - Fixes missing image dimensions and LQIP placeholders (blurhash, dominant color) on media created through signed-URL uploads, plugin ctx.media.upload(), and WordPress import. These were only generated for direct (local-storage) uploads, so production (R2/S3) media had no placeholders.

    LQIP placeholders are now cached on the stored media value of content fields (alongside width/height) and on images inserted into rich text, so the <Image> component and portable-text image blocks render a blur/color placeholder before the image loads without a runtime lookup.

  • #1654 2216dca Thanks @swissky! - Fixes the sitemap <lastmod> value so it is always a valid W3C Datetime. Timestamps stored via the database default (datetime('now') / CURRENT_TIMESTAMP) or carried in from imports were emitted as a space-separated YYYY-MM-DD HH:MM:SS string, which Google Search Console rejects as "Invalid date". They are now normalized to ISO 8601.

  • Updated dependencies [3960d49]:

    • @emdash-cms/admin@0.25.1
    • @emdash-cms/auth@0.25.1
    • @emdash-cms/gutenberg-to-portable-text@0.25.1