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

v1.0.0-beta.8

Pre-release
Pre-release

Choose a tag to compare

@t-kelly t-kelly released this 14 Sep 15:27
· 158 commits to master since this release

💔 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
    • #725 Simplify @shopify/slate-config and refactor where it's used. (@t-kelly)

🐛 Bug Fix

  • slate-config
    • #750 Throw any errors that occur in slate.config.js. (@t-kelly)

📝 Documentation

  • slate-config

🏠 Internal

  • slate-config
    • #756 Pass computed default value to slate.config.js functions. (@t-kelly)
  • slate-tools
  • slate-analytics, slate-env, slate-tools
  • slate-config, slate-tools
  • slate-analytics, slate-tools
  • slate-config, slate-cssvar-loader, slate-tools
    • #730 Correct tests to use global.slateUserConfig. (@t-kelly)

Committers: 1