Releases: barrel/shopify-vite
Releases · barrel/shopify-vite
vite-plugin-shopify@4.1.2
Patch Changes
- 5786913: Vite 8 Support
vite-plugin-page-reload@0.2.3
Patch Changes
- 5786913: Vite 8 Support
vite-plugin-shopify@4.1.1
vite-plugin-shopify@4.1.0
Minor Changes
-
cffd332: This release addresses a critical compatibility issue with Vite 7 and enhances the development server experience.
Vite 7 Tunnel Fix: The plugin now automatically configures
server.allowedHoststo work with the dynamic tunnel feature (tunnel: true), resolving the "Blocked request" error.Smart CORS Defaults: To improve the out-of-the-box experience, the plugin now sets a default CORS policy that allows requests from
localhostand*.myshopify.com, which is a common requirement for theme development. Your customserver.corssettings will always take precedence.
vite-plugin-shopify@4.0.3
Patch Changes
- 9fba2d0: Add Shopify strict Liquid parser support with 'asset' variable. Thanks @jonathanmoore
vite-plugin-page-reload@0.2.2
Patch Changes
- 9936fb8: Vite 7 support
vite-plugin-shopify@4.0.2
Patch Changes
- b707b89: Vite 7 Support
vite-plugin-shopify@4.0.1
Patch Changes
- 662b7e8: Output modulepreload tags only when configured
vite-plugin-shopify@4.0.0
vite-plugin-shopify@3.2.0
Minor Changes
- Fix CORS issues with tunnels (#167)