shopify-theme-lab

Shopify theme development environment using Liquid, Vue and Tailwind CSS. Built on top of Shopify CLI 🧪

MIT License

Stars
741
Committers
6

Bot releases are visible (Hide)

shopify-theme-lab - v2.6.0

Published by sergejcodes over 3 years ago

Features

  • Vue components inside dynamic sections can now be properly rendered when inserted in the Shopify theme editor. Simply provide a class including the vue keyword for the section wrapper 98d7cd7

Maintenance

  • updated dependencies ad16acd & 6e0f1ac
  • fixed indentation in a file ef8d8cc

All changes: #71

shopify-theme-lab - v2.5.3

Published by sergejcodes over 3 years ago

Changes

  • added darkMode to tailwind.config.js 5ab347f
  • added a hint-file for static assets in shopify/assets/ d94a2ac

Maintenance

  • updated dependencies b5c22c8

All changes: #70

shopify-theme-lab - v2.5.2

Published by sergejcodes over 3 years ago

Changes

  • disabled stylelint at-rule-no-unknown altogether for better out of the box compatibility with SASS/SCSS 634bfc8

Maintenance

  • updated dependencies 4b5742f

All changes: #67

shopify-theme-lab - v2.5.1

Published by sergejcodes over 3 years ago

Maintenance

  • updated dependencies e0feb9a

All changes: #66

shopify-theme-lab - v2.5.0

Published by sergejcodes over 3 years ago

Improvements

  • Refactored menu 683bb40
  • Adjusted some line breaks and removed redundant HTML elements 7aea8e1
  • Added alias for shopify/ directory to webpack 51a7588
  • Replaced shopify-reloadr with new shopify-theme-lab-reloader 641f630

Changes

  • Removed soon deprecated Vue filters 8efcf3e

Maintenance

  • udated README for shopify-theme-lab-reloader 49444fd
  • added Shopify Theme Lab Plugins to ecosystem in README e78c4c0
  • updated dependencies e51fbda

All changes: #64

shopify-theme-lab - v2.4.16

Published by sergejcodes over 3 years ago

Improvements

  • replaced slot-scope with v-slot cf2e0e8
  • simplified locale structure in en.default.json 445af80
  • added an explicit notice for static files to the Common pitfalls section in README 23e300f

Maintenance

  • updated dependencies
  • naming adjustments

All changes: #63

shopify-theme-lab - v2.4.15

Published by sergejcodes over 3 years ago

Improvements

  • replaced installation instructions of React with Alpine.js in README dfc18e3

Maintenance

  • updated dependencies 6d41d51
shopify-theme-lab - v2.4.14

Published by sergejcodes over 3 years ago

Improvements

  • added a notice to .eslintrc.js on how to use less strict Vue linting rules 95e249a94eb4881209e2f91e33a1b2992ca5afd5 (closes #55)

Maintenance

  • updated dependencies 11f4d16601d7489cef99b23c44cf694036f9cab8
shopify-theme-lab - v3.0.0-rc.1

Published by sergejcodes over 3 years ago

It's still safe to use the latest v2.x release. This is a working release candidate which implements Vue version 3.
While everything works, the official Vue 3 tooling isn't 100% finished, so you might experience a slightly worse developer experience than with Theme Lab 2.x and Vue 2.x. Once the official Vue tooling is in better shape Theme Lab 3 will be released.

Features

  • added Vue 3 and adjusted configs
  • refactored all files to work with Vue 3
  • removed filters which aren't supported by Vue 3 anymore

Maintenance

  • updated dependencies
  • updated README

You can view all current differences between v2 and v3 here

shopify-theme-lab - v2.4.13

Published by sergejcodes over 3 years ago

Improvements

Maintenance

  • updated dependencies

view all changes: Pull request

shopify-theme-lab - v2.4.12

Published by sergejcodes over 3 years ago

Maintenance

  • updated Instructions at Theme Kit Docs link to point to the proper section in the Shopify dev docs in README
  • updated dependencies

view all changes: Pull request

shopify-theme-lab - v2.4.11

Published by sergejcodes over 3 years ago

Bug fixes

  • simplified CleanWebpackPlugin static file glob check inside webpack.common.js to fix issues with some complex file names
  • added options object with path options to the font file-loader inside webpack.common.js to ensure proper font loading

Maintenance

  • updated dependencies

view all changes: Pull request

shopify-theme-lab - v2.4.10

Published by sergejcodes over 3 years ago

Bug fixes

  • stylelint now ignores Tailwind CSS @layer directive

Maintenance

  • updated dependencies

view all changes: Pull request

shopify-theme-lab - v2.4.9

Published by sergejcodes over 3 years ago

Maintenance

  • fixed broken table of contents anchor links in README

view all changes: Pull request

shopify-theme-lab - v2.4.8

Published by sergejcodes over 3 years ago

Improvements

  • added a how-to implement React to the Swapping JavaScript framework section in README
  • added annotation with a path to the demo Vuex module to vue-examples.liquid

Maintenance

  • updated dependencies

view all changes: Pull request

shopify-theme-lab - v2.4.7

Published by sergejcodes over 3 years ago

Maintenance

  • updated dependencies
  • removed coming soon badge from ecosystem image
  • updated READMEs with proper links and version badges for the new Shopify Foundation Theme

view all changes: Pull request

shopify-theme-lab - v2.4.6

Published by sergejcodes almost 4 years ago

Bug fixes

  • added request.page_type == 'captcha' conditional to theme.liquid. So no Vue instance is created on captcha pages to prevent the removal of auto-inserted captcha scripts.

Maintenance

  • updated dependencies

view all changes: Pull request

shopify-theme-lab - v2.4.5

Published by sergejcodes almost 4 years ago

Improvements

  • added a link of the upcoming Shopify Foundation Theme to the README ecosystem section
  • removed extra whitespace from theme.liquid

Maintenance

  • updated dependencies

view all changes: Pull request

shopify-theme-lab - v2.4.4

Published by sergejcodes almost 4 years ago

Improvements

  • adjust the --name option in Getting started section inside README for shopify:init task to be kebab-case

Maintenance

  • update devDependencies: minor and patch versions

view all changes: Pull request

shopify-theme-lab - v2.4.3

Published by sergejcodes almost 4 years ago

Bug Fixes

  • added missing dashes -- to deploy command in CI/CD section inside README
  • fixed typos in README

view all changes: Pull request