Skip to content

Latest commit

 

History

History
176 lines (95 loc) · 4.7 KB

CHANGELOG.md

File metadata and controls

176 lines (95 loc) · 4.7 KB

vite-plugin-shopify

3.0.1

Patch Changes

  • Fix issue with build.manifest option

3.0.0

Major Changes

Shopify Vite Plugin is an ESM-only package. To use it with Vite 5, we need to add "type": "module" to the package.json of our projects OR change the extension of our Vite config file to .mjs/.mts.

  • Vite 5 support (#89)

2.2.1

Patch Changes

  • Add version numbers option. Thanks to @slavamak!

2.2.0

Minor Changes

  • Re-publish v2.1.2 as v2.2.0 for npm

2.1.2

Patch Changes

  • Fix html tags order (#95). Thanks @ysemennikov

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