@shopify/slate-analytics
Advanced tools
Changelog
v1.0.0-beta.16 (2019-03-05)
slate-tools
slate-sections-plugin
, slate-tools
slate-tools
Changelog
v1.0.0-beta.15 (2019-02-11)
slate-tools
slate-analytics
Changelog
v1.0.0-beta.14 (2018-11-22)
slate-tools
slate-cssvar-loader
Changelog
v1.0.0-beta.13 (2018-11-16)
slate-sync
Changelog
v1.0.0-beta.12 (2018-10-25)
All pre-exisiting logic and operations that were performed to folders inside the the src/assets
directory has been removed. All contents of the assets folder are now statically copied to the dist/assets
folder.
The src/assets/scripts
directory has moved to src/scripts
.
The src/assets/styles
directory has moved to src/styles
.
SVGs contained in the src/assets/svgs
directory, which were copied to the dist/snippets
directory and renamed to .liquid
files, should now be moved into the src/snippets
directory and manually renamed with a .liquid
extension. This will allows these SVGs to continue to be inlined into your theme via the {% include %}
tag.
Referencing assets via relative paths, e.g. <img src"{{ '../assets/images/my-image.jpg' | asset_url }} />
, has been replaced by native Shopify asset references, e.g. <img src"{{ 'my-image.jpg' | asset_url }} />
.
See Pull Request #850 for all the details.
slate-env
html-webpack-liquid-asset-tags-plugin
, slate-config
, slate-liquid-asset-loader
, slate-tools
slate-tools
Changelog
v1.0.0-beta.11 (2018-10-16)
slate-tools
Changelog
v1.0.0-beta.10 (2018-10-12)
slate-tools
slate-env
, slate-sync
, slate-tools
Changelog
v1.0.0-beta.9 (2018-09-28)
In addition to this beta release, we shipped v1 of theme-cart
, a tiny library (<1kb min+gzip that facilitates requests to Shopify's Cart API and makes it easier to manage cart state. Check out the other packages in the repo while you're there too!
slate-tools
slate-tools
Changelog
v1.0.0-beta.8 (2018-09-14)
You will need to update your slate.config.js
to the new, simplified, more powerful format. For more information see the new Slate Configuration page.
There is no longer seperate development or production configurations. A configuration can return different values for prod or dev by checking if process.env.NODE_ENV === 'production'
or process.env.NODE_ENV === 'development'
.
slate-config
, slate-cssvar-loader
, slate-env
, slate-rc
, slate-sync
, slate-tools
slate-config
slate-tools
slate-analytics
, slate-env
, slate-tools
slate-config
, slate-tools
slate-analytics
, slate-tools
slate-config
, slate-cssvar-loader
, slate-tools
Changelog
v1.0.0-beta.7 (2018-09-04)
slate-tools