Releases: Shopify/slate
v1.0.0-beta.18
🚀 Enhancement
slate-sections-plugin
,slate-translations
- #1010 Add @shopify/slate-translations plugin. (@chrisberthe)
slate-tools
- #1019 Add locales transformer for settings schema. (@chrisberthe)
🐛 Bug Fix
slate-sections-plugin
- #1008 Fix lax checking of filename against genericTemplateName in sections plugin. (@andyexeter)
Committers: 3
- Andy Palmer (andyexeter)
- Chris Berthe (chrisberthe)
- Helen Lin (wizardlyhel)
v1.0.0-beta.17
🐛 Bug Fix
slate-sections-plugin
- #1005 Add the sections folder back to webpack context. (@dan-gamble)
Committers: 1
- Dan Gamble (dan-gamble)
v1.0.0-beta.16
🚀 Enhancement
slate-tools
- #953 Hide Shopify preview bar. (@huguestennier)
slate-sections-plugin
,slate-tools
- #982 [WIP] Slate Sections Plugin. (@harshal317)
🏠 Internal
slate-tools
- #996 Upgrade to [email protected]. (@internationalhouseofdonald)
Committers: 3
- Donald Moore (internationalhouseofdonald)
- Harshal Brahmbhatt (harshal317)
- Hugues Tennier (huguestennier)
v1.0.0-beta.15
🐛 Bug Fix
slate-tools
- #967 Resolve Windows Slashes for styles and script tags snippets.. (@YourWishes)
slate-analytics
📝 Documentation
- #951 Add travis task to deploy docs. (@huguestennier)
- #950 Update docs structure. (@huguestennier)
- #928 Add docs search. (@huguestennier)
- #929 Remove unused docs files. (@huguestennier)
- #926 Add Google Analytics. (@huguestennier)
🏠 Internal
:wrench Config
Committers: 4
- Dominic Masters (YourWishes)
- Hugues Tennier (huguestennier)
- Pierre Monge ᵈᵉᵛ (Liroo)
- Thomas Kelly (t-kelly)
v1.0.0-beta.14
🐛 Bug Fix
slate-tools
slate-cssvar-loader
- #878 Add check for hyphens in Liquid style tag for CSS custom properties. (@chrisberthe)
Committers: 2
- Chris Berthe (chrisberthe)
- Thomas Kelly (t-kelly)
v1.0.0-beta.13
🚀 Enhancement
slate-sync
- #866 Add environment to deploy message. (@huguestennier)
🐛 Bug Fix
Committers: 2
- Hugues Tennier (huguestennier)
- Thomas Kelly (t-kelly)
v1.0.0-beta.12
💔 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
slate-env
- #821 Prevent trailing slashes at the end of store URLs. (@maximevaillancourt)
🐛 Bug Fix
html-webpack-liquid-asset-tags-plugin
,slate-config
,slate-liquid-asset-loader
,slate-tools
slate-tools
Committers: 3
- Maxime Vaillancourt (maximevaillancourt)
- Peter Kazazes (kazazes)
- Thomas Kelly (t-kelly)
v1.0.0-beta.11
v1.0.0-beta.10
🐛 Bug Fix
slate-tools
slate-env
,slate-sync
,slate-tools
📝 Documentation
🏠 Internal
Committers: 2
v1.0.0-beta.9
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
🐛 Bug Fix
slate-tools
🏠 Internal
- Other
- #786 Add Travis CI notifications for Slack. (@chrisberthe)
slate-tools
Committers: 2
- Chris Berthe (chrisberthe)
- Thomas Kelly (t-kelly)