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

Releases: Shopify/slate

v1.0.0-beta.18

08 Apr 18:09
Compare
Choose a tag to compare
v1.0.0-beta.18 Pre-release
Pre-release

🚀 Enhancement

  • slate-sections-plugin, slate-translations
  • slate-tools

🐛 Bug Fix

  • slate-sections-plugin
    • #1008 Fix lax checking of filename against genericTemplateName in sections plugin. (@andyexeter)

Committers: 3

v1.0.0-beta.17

11 Mar 18:13
Compare
Choose a tag to compare
v1.0.0-beta.17 Pre-release
Pre-release

🐛 Bug Fix

  • slate-sections-plugin

Committers: 1

v1.0.0-beta.16

05 Mar 19:25
Compare
Choose a tag to compare
v1.0.0-beta.16 Pre-release
Pre-release

🚀 Enhancement

🏠 Internal

Committers: 3

v1.0.0-beta.15

11 Feb 19:12
Compare
Choose a tag to compare
v1.0.0-beta.15 Pre-release
Pre-release

🐛 Bug Fix

  • slate-tools
    • #967 Resolve Windows Slashes for styles and script tags snippets.. (@YourWishes)
  • slate-analytics
    • #925 Update analytics to refer to betainstead of alpha. (@t-kelly)

📝 Documentation

🏠 Internal

  • slate-tools
    • #923 Fix cli:start and start:start analytics events. (@t-kelly)

:wrench Config

  • slate-env, slate-sync
    • #968 Expose request timeout of themekit in .env. (@Liroo)

Committers: 4

v1.0.0-beta.14

22 Nov 18:56
Compare
Choose a tag to compare
v1.0.0-beta.14 Pre-release
Pre-release

🐛 Bug Fix

  • slate-tools
    • #883 Fix liquid styles not uploading to Shopify. (@t-kelly)
  • slate-cssvar-loader
    • #878 Add check for hyphens in Liquid style tag for CSS custom properties. (@chrisberthe)

Committers: 2

v1.0.0-beta.13

16 Nov 18:28
Compare
Choose a tag to compare
v1.0.0-beta.13 Pre-release
Pre-release

🚀 Enhancement

🐛 Bug Fix

  • slate-tools
    • #877 Fix style-tags.liquid so it points to correct styleLiquid path. (@t-kelly)

Committers: 2

v1.0.0-beta.12

25 Oct 19:23
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

💔 Breaking

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.

🚀 Enhancement

🐛 Bug Fix

  • html-webpack-liquid-asset-tags-plugin, slate-config, slate-liquid-asset-loader, slate-tools
  • slate-tools

Committers: 3

v1.0.0-beta.11

16 Oct 13:26
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release

🐛 Bug Fix

🏠 Internal

v1.0.0-beta.10

12 Oct 14:20
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release

🐛 Bug Fix

  • slate-tools
    • #808 Support customers level template bundles. (@tshamz)
    • #810 Add rule to webpack config to handle .css files. (@t-kelly)
  • slate-env, slate-sync, slate-tools
    • #812 Fix SLATE_USER_EMAIL env variable not being set for all commands. (@t-kelly)

📝 Documentation

  • slate-env
    • #814 Clarify how the the SLATE_IGNORE_FILES env variable works. (@t-kelly)

🏠 Internal

  • slate-tools
    • #815 Remove extra } character in settings-data prompt. (@t-kelly)

Committers: 2

v1.0.0-beta.9

03 Oct 17:11
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

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!

🚀 Enhancement

  • slate-tools
    • #773 Add configuration to disable external testing using local IP. (@t-kelly)

🐛 Bug Fix

🏠 Internal

  • Other
  • slate-tools
    • #779 Update dependencies to remove Tapable.plugin warning. (@t-kelly)

Committers: 2