This repository was archived by the owner on Jul 19, 2021. It is now read-only.
v1.0.0-beta.1
Pre-release
Pre-release
💔 Breaking Changes
- The
src/assets/vendorsfolder has been renamed tosrc/assets/static. You will need to rename this to run Slate Tools. - The default file which Slate looks for CSS custom property -> Liquid declarations has been changed to
layout/theme.liquid. If you wish to continue to usesnippets/css-variables.liquid, you will need to include it in your slate.config.js:
module.exports = {
slateCssVarLoader: {
cssVarLoaderLiquidPath: ['src/snippets/css-variables.liquid'];
}
};
🚀 Enhancement
-
html-webpack-liquid-asset-tags-plugin -
slate-cssvar-loader -
slate-tools
🐛 Bug Fix
-
slate-analytics -
slate-cssvar-loader- #515 [slate-cssvar-loader] Escape double quotes from liquid variable. (@mmorissette)
📝 Documentation
slate-tools- #516 Make instructions for prompt settings more obvious. (@chrisberthe)
Committers: 1
- Chris Berthe (chrisberthe)
- Martin Morissette (mmorissette)
- Thomas Kelly (t-kelly)