Skip to content

Releases: yan-ad/shopify-app-nuxt

v0.0.18

01 Apr 08:16

Choose a tag to compare

compare changes

🚀 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

01 Apr 07:22

Choose a tag to compare

compare changes

🚀 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

01 Apr 06:23

Choose a tag to compare

compare changes

🩹 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

v0.0.14

01 Apr 04:42

Choose a tag to compare

compare changes

🚀 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

30 Mar 11:39

Choose a tag to compare

compare changes

🚀 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

v0.0.12

30 Mar 11:18

Choose a tag to compare

compare changes

🚀 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

v0.0.11

30 Mar 09:18

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add App Bridge UI components (ShUiModal, ShUiNavMenu, ShUiSaveBar, ShUiTitleBar) for enhanced Shopify integration (b5bd90d)

❤️ Contributors

  • Yanuar Aditia (@yanuaraditia)

v0.0.10

30 Mar 08:46

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add ShLoadingIndicator component to manage loading state in Shopify app (584cb98)

❤️ Contributors

  • Yanuar Aditia (@yanuaraditia)

v0.0.9

30 Mar 08:42

Choose a tag to compare

compare changes

💅 Refactors

  • Enhance useShopifyFetch to support authorization headers and improve type definitions (54431e5)

❤️ Contributors

v0.0.8

30 Mar 07:35

Choose a tag to compare

compare changes

🚀 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)