Skip to content

Releases: barrel/shopify-vite

vite-plugin-shopify@4.1.2

14 Mar 21:12
f3279d0

Choose a tag to compare

Patch Changes

vite-plugin-page-reload@0.2.3

14 Mar 21:12
f3279d0

Choose a tag to compare

Patch Changes

vite-plugin-shopify@4.1.1

16 Dec 19:10
e5adfcb

Choose a tag to compare

Patch Changes

  • 458bf7c: Fix modulepreload tags to generate when build.modulePreload !== false
  • b8395b7: Update dependencies

vite-plugin-shopify@4.1.0

21 Nov 20:31
078e4c3

Choose a tag to compare

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.allowedHosts to 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 localhost and *.myshopify.com, which is a common requirement for theme development. Your custom server.cors settings will always take precedence.

vite-plugin-shopify@4.0.3

21 Nov 05:06
9b20500

Choose a tag to compare

Patch Changes

vite-plugin-page-reload@0.2.2

20 Nov 17:33
d1a2d32

Choose a tag to compare

Patch Changes

vite-plugin-shopify@4.0.2

22 Jul 01:16
36e2585

Choose a tag to compare

Patch Changes

vite-plugin-shopify@4.0.1

08 May 21:43
0149109

Choose a tag to compare

Patch Changes

  • 662b7e8: Output modulepreload tags only when configured

vite-plugin-shopify@4.0.0

10 Apr 21:19
36726fa

Choose a tag to compare

Major Changes

  • Hot reloading for OSE, Theme Preview via @shopify/theme-hot-reload (#177) - Breaking change: You need to use @shopify/cli@>=3.77.0. This version includes an updated theme server and introduces the new @shopify/theme-hot-reload script.

Patch Changes

  • Fix unwanted page reloads (#176)

vite-plugin-shopify@3.2.0

13 Feb 22:37
d6b6a99

Choose a tag to compare

Minor Changes

  • Fix CORS issues with tunnels (#167)