5.1 KiB
5.1 KiB
Changelog
v0.1.13
🚀 Enhancements
- TinyMCE list style (
8ae6daf)
🩹 Fixes
- Wrangler.json needed for wrangler types before build (
faf39ca)
v0.1.12
🚀 Enhancements
- ConnexionButton (
87be06e) - ShowLabel (
98e8d97) - ParseAcfLink (
2cfc1a0) - ParseAcfMedia (
ab563a7) - Event context type for Cloudflare environment (
4338028)
🩹 Fixes
- UApp in app.vue (
28f6e1a)
v0.1.11
🚀 Enhancements
🩹 Fixes
- Remove unneeded wrangler main / assets (
eea020b) - Cloudflare image provider only in production (
291fa6e) - Wrangler project name (
8f037b5) - ENABLE_CLOUDFLARE_IMAGE (
9c3dcee)
v0.1.10
🚀 Enhancements
- GroupSiteOptions.phoneNumber (
ad3c53c) - AcfPhone component (
6b17201) - AcfLink / AcfLinkButton components (
115a5d2)
💅 Refactors
- OptionsSite => SiteOptions for clearer naming (
fefa980)
v0.1.9
🚀 Enhancements
- Enhance refreshAuthToken to prevent duplicate requests (
5e39b53) - Default site-logo.svg (
238aa29) - Initial Media / HeroSplit acf groups (
0fbd2bf) - Media Focus Point plugin integration (
bff7bce) - AcfImage component based on @nuxt/image (
4918c63) - AcfMedia component (image + aspect + object-fit) (
8bd544b) - HeroSplit section (
0bafc3a)
v0.1.8
🚀 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
🚀 Enhancements
- Configure sitemap URL in robots.txt (
63f8e44) - Deploy to Cloudflare workers (
c6dfbeb) - Display theme version in admin footer (
b886585)
v0.1.6
🚀 Enhancements
🩹 Fixes
- Bypass headless home URL for specific cases (
108269e)
v0.1.5
🩹 Fixes
- Auth server utils upgrade to latest nuxt-graphql (
fd61895) - Immutable extractNodes (
baa3061) - Type issue with NodePage (
3b706c0)
v0.1.4
🚀 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
- Fatal 404 (
bfb5ae3)
💅 Refactors
v0.1.3
🚀 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
- Fatal 404 (
bfb5ae3)
💅 Refactors
v0.1.2
🚀 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)