Releases: Shopify/theme-tools
Releases · Shopify/theme-tools
@shopify/[email protected]
Patch Changes
- Updated dependencies [ccc0c95]
- Updated dependencies [ac55577]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]
@shopify/[email protected]
Minor Changes
-
ccc0c95: Support
content_for
block type completion + document link-
The following code will offer completion suggestions based on public blocks
within the blocks folder.{% content_for "block", type: "█", id: "" %}
-
You can navigate to a block file by clicking through the
type
parameter value
within thecontent_for "block"
tag.
-
-
ac55577: Add prettier support for LiquidDoc {% doc %} tag and @param annotation
Patch Changes
- Updated dependencies [ac55577]
- @shopify/[email protected]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- Updated dependencies [ccc0c95]
- Updated dependencies [ac55577]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- @shopify/[email protected]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- Updated dependencies [ac55577]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- @shopify/[email protected]
@shopify/[email protected]
@shopify/[email protected]
@shopify/[email protected]
Patch Changes
- 5207ece: Fix
DataCloneError
on Safari by serializing theResponseError
before sending it to the worker.