emdash@0.25.1
Patch Changes
-
#1628
d4237ebThanks @MA2153! - Fixes missing image dimensions and LQIP placeholders (blurhash, dominant color) on media created through signed-URL uploads, pluginctx.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
2216dcaThanks @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-separatedYYYY-MM-DD HH:MM:SSstring, 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