Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CLI version 3.68.0 release notes #4561

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions RELEASE_NOTES/3.68.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## CLI-Kit
- Fix a bug when building empty theme assets

## App

- Updates Javy to version 3.1.1
- Fixes a bug where some users were unable to intialize their app dev command with theme app extensions

## Theme

- Fix content in SVG files
- Fix Theme Access authentication on `shopify theme dev` and `shopify theme console` commands
- Fixes a bug where some users were unable to intialize their app dev command with theme app extensions
- Fix cart/add request in development
- Fix encoding of certain characters in HTML responses in the new theme dev server
- Fix hot reload on sections
- Fix serving local assets that contain non-printable characters
- Update checksum calculation to no longer minify assets before calculating




Loading