Files
wp-headless/wp-content/themes/moonshine/CHANGELOG.md
Pascal Martineau 2d93d44a93
Some checks failed
Deployment / wordpress (push) Failing after 2s
Deployment / nuxt (push) Failing after 9s
chore(release): v0.1.8
2026-01-28 21:14:24 -05:00

3.4 KiB

Changelog

v0.1.8

compare changes

🚀 Enhancements

  • UseResponsive with device detection on SSR (c82bf47)
  • Graphql cache keyPrefix from package.json version (b1b1aa4)
  • All of wrangler config in nuxt.config.ts (21a7036)
  • Configure nuxt-svgo module (5f9c29c)

🩹 Fixes

  • Headless_home_url needs to be in mu-plugins (51f594b)
  • Use public wpUrl runtime config for auth refresh token mutation (2c86905)
  • Term_order and default WPGraphQL settings (a27e6af)
  • Update nuxt-graphql and extractNodes typing (maybe => undefined instead of null) (27f4f73)

v0.1.7

compare changes

🚀 Enhancements

  • Configure sitemap URL in robots.txt (63f8e44)
  • Deploy to Cloudflare workers (c6dfbeb)
  • Display theme version in admin footer (b886585)

v0.1.6

compare changes

🚀 Enhancements

  • Site options page & field group (489ac82)
  • Initial SEO integration (c5ce607)

🩹 Fixes

  • Bypass headless home URL for specific cases (108269e)

v0.1.5

compare changes

🩹 Fixes

  • Auth server utils upgrade to latest nuxt-graphql (fd61895)
  • Immutable extractNodes (baa3061)
  • Type issue with NodePage (3b706c0)

v0.1.4

compare changes

🚀 Enhancements

  • Initial NodeByUri logic and frontend (688c4e3)
  • BuilderSections component (2b9a875)
  • LaoutContained (c7f6cca)
  • LayoutContained section wrapper (12048ff)
  • Initial typography / prose styles (764bc6a)
  • UiProse prose component with link highjacking (40becf1)
  • TinyMCE WYSIWYG editor styles (8e26f19)
  • Login / logout toast (2d0b176)
  • Hide title on front page (5e0df22)

🩹 Fixes

💅 Refactors

v0.1.3

compare changes

🚀 Enhancements

  • Initial NodeByUri logic and frontend (688c4e3)
  • BuilderSections component (2b9a875)
  • LaoutContained (c7f6cca)
  • LayoutContained section wrapper (12048ff)
  • Initial typography / prose styles (764bc6a)
  • UiProse prose component with link highjacking (40becf1)
  • TinyMCE WYSIWYG editor styles (8e26f19)
  • Login / logout toast (2d0b176)
  • Hide title on front page (5e0df22)

🩹 Fixes

💅 Refactors

v0.1.2

compare changes

🚀 Enhancements

  • Initial Nuxt UI configuration (ca2e660)
  • Initial layout with SiteHeader / SiteFooter (3d7a2b2)
  • Update .gitignore and add Copilot instructions (f520db7)
  • Optional SSL for dev server (9b6a86f)
  • Typecheck npm script (33589d4)
  • Initial theme setup (theme features, locale, main menu) (a286047)
  • Initial GraphQL setup with remote WP schema (d0244eb)
  • Initial authentication logic and UX (c109423)

v0.1.1

🚀 Enhancements

  • Initial Moonshine theme - Headless WordPress theme based on Nuxt (b3134fe)
  • CHANGELOG generation using conventional commits (55e16ab)
  • ESLint configuration (e95bbfb)