Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
emdash-playground | fb9ea6f | Apr 08 2026, 09:46 AM |
@emdash-cms/admin
@emdash-cms/auth
@emdash-cms/blocks
@emdash-cms/cloudflare
emdash
create-emdash
@emdash-cms/gutenberg-to-portable-text
@emdash-cms/x402
@emdash-cms/plugin-ai-moderation
@emdash-cms/plugin-atproto
@emdash-cms/plugin-audit-log
@emdash-cms/plugin-color
@emdash-cms/plugin-embeds
@emdash-cms/plugin-forms
@emdash-cms/plugin-webhook-notifier
commit: |
037a0f8 to
1b6550f
Compare
186283f to
e65e254
Compare
e65e254 to
46ef618
Compare
46ef618 to
7a97b0f
Compare
7a97b0f to
728f039
Compare
728f039 to
da918fb
Compare
Contributor
Overlapping PRsThis PR modifies files that are also changed by other open PRs:
This may cause merge conflicts or duplicated work. A maintainer will coordinate. |
cf504bb to
c0e13da
Compare
c0e13da to
4add1b0
Compare
4add1b0 to
9de6dbf
Compare
9de6dbf to
82fcf80
Compare
82fcf80 to
8604d2f
Compare
8604d2f to
b3b79f3
Compare
b3b79f3 to
0230289
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@emdash-cms/admin@0.1.1
Patch Changes
#328
12d73ffThanks @jdevalk! - Add OG Image field to content editor#200
422018aThanks @ascorbic! - Replace placeholder text branding with proper EmDash logo SVGs across admin UI, playground loading page, and preview interstitial#306
71744fbThanks @JULJERYT! - Align back button position in API Tokens section#135
018be7fThanks @fzihak! - Fix content list for large collections by implementing infinite scroll pagination#181
9d10d27Thanks @ilicfilip! - fix(admin): use collection urlPattern for preview button fallback URL#225
d211452Thanks @seslly! - AddspasskeyPublicOriginonemdash()so WebAuthnoriginandrpIdmatch the browser when dev sits behind a TLS-terminating reverse proxy. Validates the value at integration load time and threads it through all passkey-related API routes.Updates the admin passkey setup and login flows to detect non-secure origins and explain that passkeys need HTTPS or
http://localhostrather than implying the browser lacks WebAuthn support.#268
ab21f29Thanks @doguabaris! - Fixes passkey login error handling when no credential is returned from the authenticator#45
5f448d1Thanks @Flynsarmy! - Adds Back navigation to Security and Domain settings pages@emdash-cms/auth@0.1.1
Patch Changes
9269759Thanks @kyjus25! - Fix auth links and OAuth callbacks to use/_emdash/api/auth/...so emailed sign-in, signup, and invite URLs resolve correctly in EmDash.@emdash-cms/cloudflare@0.1.1
Patch Changes
#200
422018aThanks @ascorbic! - Replace placeholder text branding with proper EmDash logo SVGs across admin UI, playground loading page, and preview interstitial#16
7924d54Thanks @ascorbic! - DIsplay an interstitial when loading playgroundUpdated dependencies [
422018a,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc]:emdash@0.1.1
Patch Changes
#200
422018aThanks @ascorbic! - Replace placeholder text branding with proper EmDash logo SVGs across admin UI, playground loading page, and preview interstitial#133
9269759Thanks @kyjus25! - Fix auth links and OAuth callbacks to use/_emdash/api/auth/...so emailed sign-in, signup, and invite URLs resolve correctly in EmDash.#365
d6cfc43Thanks @ascorbic! - Fixes migration 033 failing with "index already exists" on databases where the schema registry had already created composite indexes on content tables.#313
1bcfc50Thanks @mvanhorn! - Remove FTS5 integrity-check from startup verification to prevent D1 shadow table corruption#262
8c693b5Thanks @BenjaminPrice! - Fix media upload OOM on Cloudflare Workers for large images by generating blurhash from client-provided thumbnails instead of decoding full-resolution images server-side#330
5b3e33cThanks @MattieTK! - Fixes migration 033 (optimize content indexes) not being registered in the static migration runner, so the composite and partial indexes it defines are now actually applied on startup.#181
9d10d27Thanks @ilicfilip! - fix(admin): use collection urlPattern for preview button fallback URL#363
91e31fbThanks @ascorbic! - Fixes sandboxed plugin entries failing when package exports point to unbuilt TypeScript source. Adds build-time and bundle-time validation to catch misconfigured plugin exports early.#298
f112ac4Thanks @BenjaminPrice! - Fixes install telemetry using an unstable hash that inflated install counts. Uses the site's request origin as a stable hash seed for accurate per-site deduplication. Denormalizes install_count on the marketplace plugins table for query performance.#214
e9a6f7aThanks @SARAMALI15792! - Optimizes D1 database indexes to eliminate full table scans in admin panel. Addscomposite indexes on ec_* content tables for common query patterns (deleted_at +
updated_at/created_at + id) and rewrites comment counting to use partial indexes.
Reduces D1 row reads by 90%+ for dashboard operations.
#107
b297fddThanks @mvanhorn! - Allows public access to search API for frontend LiveSearch#225
d211452Thanks @seslly! - AddspasskeyPublicOriginonemdash()so WebAuthnoriginandrpIdmatch the browser when dev sits behind a TLS-terminating reverse proxy. Validates the value at integration load time and threads it through all passkey-related API routes.Updates the admin passkey setup and login flows to detect non-secure origins and explain that passkeys need HTTPS or
http://localhostrather than implying the browser lacks WebAuthn support.#105
8e28cfcThanks @ascorbic! - Fix CLI--jsonflag so JSON output is clean. Previously,consola.success()and other log messages leaked into stdout alongside the JSON data, making it unparseable by scripts. Log messages now go to stderr when--jsonis set.Updated dependencies [
12d73ff,422018a,9269759,71744fb,018be7f,9d10d27,d211452,ab21f29,5f448d1]:@emdash-cms/plugin-ai-moderation@0.1.1
Patch Changes
422018a,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc]:@emdash-cms/plugin-atproto@0.1.1
Patch Changes
#363
91e31fbThanks @ascorbic! - Fixes sandboxed plugin entries failing when package exports point to unbuilt TypeScript source. Adds build-time and bundle-time validation to catch misconfigured plugin exports early.Updated dependencies [
422018a,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc]:@emdash-cms/plugin-audit-log@0.1.1
Patch Changes
#363
91e31fbThanks @ascorbic! - Fixes sandboxed plugin entries failing when package exports point to unbuilt TypeScript source. Adds build-time and bundle-time validation to catch misconfigured plugin exports early.Updated dependencies [
422018a,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc]:@emdash-cms/plugin-color@0.1.1
Patch Changes
422018a,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc]:@emdash-cms/plugin-embeds@0.1.1
Patch Changes
422018a,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc]:@emdash-cms/plugin-forms@0.1.1
Patch Changes
#120
66beb4dThanks @JULJERYT! - Fix DOM XSS in form redirectsUpdated dependencies [
422018a,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc]:@emdash-cms/plugin-webhook-notifier@0.1.1
Patch Changes
#363
91e31fbThanks @ascorbic! - Fixes sandboxed plugin entries failing when package exports point to unbuilt TypeScript source. Adds build-time and bundle-time validation to catch misconfigured plugin exports early.Updated dependencies [
422018a,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc]: