Releases: yan-ad/shopify-app-nuxt
Releases · yan-ad/shopify-app-nuxt
v0.0.18
🚀 Enhancements
- Enhance ShUiTitleBar and ShUiSaveBar components with typed action props (7c34ecd)
🩹 Fixes
- Handle BotActivityDetected error in auth callback and improve session token validation (28c656d)
💅 Refactors
- Remove Polaris types and introduce PolarisIcon type (3ad9cdf)
❤️ Contributors
- Yanuar Aditia (@yanuaraditia)
v0.0.17
🚀 Enhancements
- Implement centralized logging for App Bridge and OAuth callback (72795e5)
- Add middleware and types documentation for Shopify authentication (39863fc)
- Add CopyCodeInput component for easy code copying (eb1efb2)
- Add component prefix and rename ShopifyAppProvider as ShApp (2954fee)
💅 Refactors
- Remove logger usage and replace with console methods in app-bridge and auth-callback (b4fae65)
🏡 Chore
- Update TypeScript version to 5 and remove storefront API client dependency (807efd4)
❤️ Contributors
- Yanuar Aditia (@yanuaraditia)
v0.0.16
🩹 Fixes
- Pass apiVersion to GraphQL and Storefront clients in context creation (0ce2173)
- Update Admin API context to remove REST client references (d700c03)
- Enhance type safety for admin and flow authentication contexts (ad209be)
- Remove Storefront API context and related references since it already out-of-context of shopify apps (3b4a1ff)
❤️ Contributors
- Yanuar Aditia (@ngalor)
v0.0.14
🚀 Enhancements
- Add comprehensive documentation for webhooks, App Bridge, and Polaris components (8e5bf7e)
- Add google site verification HTML file for SEO (10fbd27)
🩹 Fixes
- Remove incorrect module path in nuxt.config.ts (11f6a46)
- Update package name from shopify-nuxt to shopify-app-nuxt in README and module files (ec2d14f)
💅 Refactors
- Code structure for improved readability and maintainability and add docs starter from docus (a1b43ef)
❤️ Contributors
- Yanuar Aditia (@yanuaraditia)
v0.0.13
🚀 Enhancements
- Enhance useShopifyFetch to support query parameters and improve type safety (02a6949)
- Enhance AdminContext and useShopifyAdmin to support generic JwtPayload type (efde9ce)
📖 Documentation
- Update README to clarify differences between shopify-nuxt and @nuxtjs/shopify (52f8079)
❤️ Contributors
- Yanuar Aditia (@ngalor)
v0.0.12
🚀 Enhancements
- Add Shopify API integration files and update h3 dependency to v2.0.0 (c96c2ab)
- Enhance useShopifyFetch with server-side support and add tests for authorization header handling (8091068)
💅 Refactors
- Streamline useShopifyFetch function and remove redundant interface (120c4c6)
❤️ Contributors
- Yanuar Aditia (@ngalor)
v0.0.11
v0.0.10
v0.0.9
v0.0.8
🚀 Enhancements
- Add Nitro plugin to set Shopify-required response headers for document requests (6f37605)
🩹 Fixes
- Remove TypeScript error suppression for auto-import in Shopify defaults plugin (7b08195)
💅 Refactors
- Update meta tag handling in Nuxt module and improve CSP header test (10171d4)
❤️ Contributors
- Yanuar Aditia (@yanuaraditia)