Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

v1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@t-kelly t-kelly released this 03 May 20:30
· 273 commits to master since this release

馃挃 Breaking Changes

  1. The src/assets/vendors folder has been renamed to src/assets/static. You will need to rename this to run Slate Tools.
  2. 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 use snippets/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

    • #521 Update liquid-asset-plugin to use tapable.hooks. (@t-kelly)
  • slate-cssvar-loader

    • #520 Change the the default CSS var declaration file to theme.liquid (@t-kelly)
  • slate-tools

    • #519 Breaking: assets/vendors to assets/static. (@t-kelly)

馃悰 Bug Fix

  • #517 Fix CircleCI running with Node 10. (@t-kelly)

  • slate-analytics

    • #522 Remove circular reference in Slate Analytics event (@t-kelly)
  • slate-cssvar-loader

    • #515 [slate-cssvar-loader] Escape double quotes from liquid variable. (@mmorissette)

馃摑 Documentation

  • slate-tools

Committers: 1