Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Shopify/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.87.2
Choose a base ref
...
head repository: Shopify/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.87.3
Choose a head ref
  • 4 commits
  • 21 files changed
  • 2 contributors

Commits on Nov 13, 2025

  1. Fix images not loading in theme app extensions

    Our wrapper around fs's `readFile` sets a default of `{encoding:
    'utf8'}` to the options. This will cause any binary files (like images
    or fonts) to not be read properly.
    
    There isn't a way to disable the encoding based on how the function is
    currently typed so I'm switching to fs's version of `readFile` which
    will handle all file types correctly automatically.
    graygilmore committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    718c173 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6618 from Shopify/gg-fix-tae-images-3.87-patch

    3.87 Patch: Fix images not loading in theme app extensions
    graygilmore authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    0ce6f2b View commit details
    Browse the repository at this point in the history
  3. Version Packages

    github-actions[bot] committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    92f6288 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6619 from Shopify/changeset-release/stable/3.87

    Version Packages - stable/3.87
    graygilmore authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    f1e9d76 View commit details
    Browse the repository at this point in the history
Loading