This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Releases: Shopify/slate
Releases · Shopify/slate
v1.0.0-beta.8
💔 Breaking
You will need to update your slate.config.js
to the new, simplified, more powerful format. For more information see the new Slate Configuration wiki 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'
.
🚀 Enhancement
slate-config
,slate-cssvar-loader
,slate-env
,slate-rc
,slate-sync
,slate-tools
🐛 Bug Fix
📝 Documentation
🏠 Internal
slate-config
slate-tools
- #755 Add 'webpack.babel.exclude' config. (@t-kelly)
- #753 Add 'webpack.postcss.plugins' config to set plugins for PostCSS. (@t-kelly)
- #746 Add tests to Eslint config items. (@t-kelly)
- #745 Add tests to prettier config items. (@t-kelly)
- #744 Add config tests for stylelint. (@t-kelly)
- #743 Themelint config test. (@t-kelly)
- #742 Add test for 'webpack.entrypoints' config. (@t-kelly)
- #740 Add tests for 'webpack.config.extend.prod' and 'webpack.config.extend.dev'. (@t-kelly)
- #739 Add test for 'webpack.commonExcludes' config. (@t-kelly)
- #738 Add tests for cssnano config item. (@t-kelly)
slate-analytics
,slate-env
,slate-tools
slate-config
,slate-tools
slate-analytics
,slate-tools
slate-config
,slate-cssvar-loader
,slate-tools
Committers: 1
- Thomas Kelly (t-kelly)
v1.0.0-beta.7
🚀 Enhancement
slate-tools
- #712 Add Browsersync for mobile development testing. (@t-kelly)
- #685 Add .otf font support in webpack config. (@chrisbujok)
🐛 Bug Fix
Committers: 2
- Chris Bujok (chrisbujok)
- Thomas Kelly (t-kelly)
v1.0.0-beta.6
v1.0.0-beta.5
v1.0.0-beta.4
v1.0.0-beta.3
v1.0.0-beta.2
🚀 Enhancement
slate-analytics
,slate-env
slate-tools
- #546 Set CSSNano z-index to false in production config. (@chrisberthe)
🐛 Bug Fix
🏠 Internal
- #573 Goodbye CircleCI 👋. (@shopify-admins)
Committers: 4
- Chris Berthe (chrisberthe)
- R. V. d. Mijnsbrugge (rvdmijnsbrugge)
- Thomas Kelly (t-kelly)
- shopify-admins
v0.14.0
🚀 Enhancement
slate-theme
- #567 Upgrade jQuery to v3. (@t-kelly)
- #354 Updated Apple Pay icon. (@jonathanmoore)
slate-tools
🐛 Bug Fix
slate-theme
slate-cli
slate-cli
,slate-theme
Committers: 3
- Hugues Tennier (huguestennier)
- Jonathan Moore (jonathanmoore)
- Thomas Kelly (t-kelly)
v1.0.0-beta.1
💔 Breaking Changes
- The
src/assets/vendors
folder 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)
v1.0.0-alpha.29
🚀 Enhancement
🐛 Bug Fix
create-slate-theme
slate-liquid-asset-loader
,slate-tools
slate-cssvar-loader
- #506 Fix default cssVarLoaderLiquidPath for the slate-cssvar-loader package. (@mmorissette)
Committers: 2
- Martin Morissette (mmorissette)
- Thomas Kelly (t-kelly)