Skip to content

Latest commit

 

History

History
144 lines (78 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

144 lines (78 loc) · 4.07 KB

vite-plugin-shopify

2.1.1

Patch Changes

2.1.0

Minor Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

We have deprecated the vite-plugin-shopify-modules and vite-plugin-shopify-theme-settings packages from our NPM repository. These packages are no longer necessary and do not provide any additional benefit, and their presence can cause additional complexity and confusion.

Note After removing "vite-plugin-shopify-modules" from your theme, you could manually configure the @modules alias in Vite to maintain compatibility with this alias in your code.

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

0.0.13

Patch Changes

0.0.12

Patch Changes

0.0.11

Patch Changes

0.0.10

Patch Changes

  • Upgrade to Vite 4.0.4

0.0.9

Patch Changes

  • Upgrade to Vite 4.0.0
  • Ensure entry file hashes are updated when imported chunks are modified

0.0.8

Patch Changes

  • Remove version query from Shopify assets to avoid double-loading when files are used as both entry points and imported chunks

0.0.7

Patch Changes

  • Remove query strings from shopify asset URLS in vite tag snippet

0.0.6

Patch Changes

  • Add support for preload_stylesheet parameter on vite-tag snippet
  • Allow specifying entry file for vite-tag by absolute path (relative to root)

0.0.5

Patch Changes

  • feef172: Add "additionalEntrypoints" option and support for shorthand imports from vite-plugin-shopify-modules

0.0.4

Patch Changes

  • Fix error when restarting dev server

0.0.3

Patch Changes

  • Add style tag for style.css when build.cssCodeSplit is disabled

0.0.2

Patch Changes

  • Update config generated by plugin to improve alias and hot-reloading support
  • Update Vite dependency to 3.0.0 release
  • Add vite-client snippet

0.0.1

Patch Changes

  • Initial release