Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Releases: Shopify/shopify-cli

Version 2.28.0

17 Oct 14:31
10a4190
Compare
Choose a tag to compare

Fixed

  • #2646: Demo themes shouldn't appear in the shopify theme pull/push/list/open commands

Changed

  • #2648: Do not warn users when the CLI 2.x is running as a subprocess

Version 2.27.0

10 Oct 14:39
f92f897
Compare
Choose a tag to compare

Fixed

  • #2645: Fix issue that prevents the execution of shopify extension serve in some scenarios

Version 2.26.0

03 Oct 15:34
f5c26b0
Compare
Choose a tag to compare

Added

  • #2636: Show store when the CLI prompts users to select a theme

Version 2.25.0

15 Sep 08:11
ce07a44
Compare
Choose a tag to compare

Added

  • #2600: Add support to the SIGTERM signal
  • #2602: Add --only/--ignore support to the theme serve command

Fixed

  • #2607: Fix proxy to redirect to host and port set by cli

Version 2.24.0

29 Aug 11:17
51c77e6
Compare
Choose a tag to compare

Fixed

  • #2572: Breaking Update theme-check to 1.11.0 (dropped support for ruby 2.6)

Version 2.23.0

22 Aug 15:24
93e36b4
Compare
Choose a tag to compare

Fixed

  • #2528: Switch from using absolute file paths to relative paths for ignore filter

Added

  • #2520: Add the option to ignore new version warnings by passing the SHOPIFY_CLI_RUN_AS_SUBPROCESS environment variable
  • #2440: Warn when using CLI 2.0 in a CLI 3.0 project

Version 2.22.0

08 Aug 15:25
91ca358
Compare
Choose a tag to compare

Fixed

  • #2512: Add the -t/--theme parameter to the shopify theme serve -h message
  • #2505: Show warning messages when shopify theme push/pull has errors

Version 2.21.0

03 Aug 12:19
398a3cf
Compare
Choose a tag to compare

Fixed

  • #2453: Fix #2382: Ensure we wait 24 hours to show update message again
  • #2463: Fix for "Keep the remote version" deletes files on new development theme
  • #2405: Fix theme serve to trigger page refresh when a file is deleted
  • #2489: Fix theme serve to hot reload many occurrences of a stylesheet

Added

  • #2496: Accept storefront renderer token from ENV variable

Version 2.20.1

18 Jul 13:48
f091787
Compare
Choose a tag to compare

Fixed

  • #2458: Fix shop URL in unauthorized error message
  • #2459: Fix .json file ignore issues with shopify theme push
  • #2460: Fix job retries for .json theme file dependencies and support wider range of asset API errors

Version 2.20.0

11 Jul 13:32
07502e6
Compare
Choose a tag to compare

Added

  • #2368: Add performance enhancements to the theme serve and theme push commands
  • #2437: Add support to the warnings field in the assets API
  • #2446: Show a friendly message when developers use a browser without SSE support

Fixed

  • #2418: Improve the help message of the theme open -e/--editor flag

Changed

  • #2444: Expose the -s option in the help text of login, switch etc.