From f8ff6ee9c2d760d8075a32439d28a82fe5725279 Mon Sep 17 00:00:00 2001 From: Alex Montague Date: Tue, 1 Oct 2024 17:46:51 -0400 Subject: [PATCH] Create CLI version 3.68.0 release notes --- RELEASE_NOTES/3.68.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 RELEASE_NOTES/3.68.md diff --git a/RELEASE_NOTES/3.68.md b/RELEASE_NOTES/3.68.md new file mode 100644 index 0000000000..2749033620 --- /dev/null +++ b/RELEASE_NOTES/3.68.md @@ -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 + + + +