Skip to content

Releases: Shopify/theme-tools

@shopify/[email protected]

20 Jan 19:49
a7de3d4
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

20 Jan 19:49
a7de3d4
Compare
Choose a tag to compare

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 the content_for "block" tag.

  • ac55577: Add prettier support for LiquidDoc {% doc %} tag and @param annotation

Patch Changes

@shopify/[email protected]

20 Jan 19:49
a7de3d4
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

20 Jan 19:48
a7de3d4
Compare
Choose a tag to compare

@shopify/[email protected]

20 Jan 19:48
a7de3d4
Compare
Choose a tag to compare

@shopify/[email protected]

20 Jan 19:48
a7de3d4
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

20 Jan 19:48
a7de3d4
Compare
Choose a tag to compare

@shopify/[email protected]

20 Jan 19:48
a7de3d4
Compare
Choose a tag to compare

Minor Changes

  • ac55577: Add prettier support for LiquidDoc {% doc %} tag and @param annotation

Patch Changes

@shopify/[email protected]

20 Jan 19:48
a7de3d4
Compare
Choose a tag to compare

Minor Changes

  • ac55577: Add prettier support for LiquidDoc {% doc %} tag and @param annotation

@shopify/[email protected]

20 Jan 19:48
a7de3d4
Compare
Choose a tag to compare

Patch Changes

  • 5207ece: Fix DataCloneError on Safari by serializing the ResponseError before sending it to the worker.