Minor Changes
- #705
8ebdf1aThanks @eba8! - Adds admin white-labeling support viaadminconfig inastro.config.mjs. Agencies can set a custom logo, site name, and favicon for the admin panel, separate from public site settings.
Patch Changes
-
#680
2e4b205Thanks @CacheMeOwside! - Fixes dark mode toggle having no effect with the classic theme. -
#732
e3e18aaThanks @jcheese1! - Fixes select dropdown appearing behind dialog by removing explicit z-index values and addingisolateto the admin body for proper stacking context. -
#647
743b080Thanks @arashackdev! - Adds Persian (Farsi) locale with full admin translations.
Adds Vazirmatn as the default font family for Farsi. -
#689
fa8d753Thanks @edrpls! - Fixes the taxonomy term picker to match across diacritic boundaries.Typing
Mexicoin the admin picker now surfaces a term labeledMéxicoinstead of prompting a duplicate create. Input and term labels are folded via NFD decomposition + lowercase before substring-matching, so editors who type without diacritics — or with locale keyboards that produce precomposed vs. combining forms — still see the canonical term.Before this fix,
"mexico"and"méxico"were treated as distinct strings, so the picker showed zero suggestions and the editor had no way to find the existing term except to create a duplicate. Duplicate terms then split the taxonomy and broke public-facing filter pages that group content by slug.The exact-match check that gates the "Create new term" button uses the same fold, so typing
MexicowhenMéxicoexists also suppresses Create — closing the duplicate-creation loop. -
Updated dependencies []:
- @emdash-cms/blocks@0.7.0