Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopify/liquid-html-parser@2.7.0
Minor Changes
description
andexample
nodes and add aisInline
property to indicate whether content was provided inline or on a new line.@shopify/prettier-plugin-liquid@1.9.0
Minor Changes
8ff8959: Adjust LiquidDoc formatting rules for single-line and multi-line examples and descriptions
Patch Changes
@shopify/theme-check-common@3.11.0
Minor Changes
8a0393a: Theme check to ensure liquid doc param names don't collide with reserved words
0d96194: Update MissingRenderSnippetParams to report when alias variable are provided using
with/for
syntax.2135423: Update UnrecognizedRenderSnippetParams to report when alias variable are provided using
with/for
syntax.c55077e: Split ValidRenderSnippetParams theme check into MissingRenderSnippetParams and UnrecognizedRenderSnippetParams. This allows them to be disabled independantly.
48d4d79: Update ValidRenderSnippetParamTypes to report when alias variable are provided using
with/for
syntax.a851f37: Add DuplicateRenderSnippetParams theme check
Introduces a new theme check to detect and report duplicate parameters in Liquid render tags. The check:
Patch Changes
getSnippetDefinitions
andRenderSnippetHoverProvider
to account for trimmed newline characters in description and example nodes content.@shopify/theme-check-node@3.11.0
Minor Changes
8a0393a: Theme check to ensure liquid doc param names don't collide with reserved words
c55077e: Split ValidRenderSnippetParams theme check into MissingRenderSnippetParams and UnrecognizedRenderSnippetParams. This allows them to be disabled independantly.
a851f37: Add DuplicateRenderSnippetParams theme check
Introduces a new theme check to detect and report duplicate parameters in Liquid render tags. The check:
Patch Changes
@shopify/theme-language-server-common@2.10.0
Minor Changes
1dc0317: Display completion suggestions while typing for liquiddoc annotations
d9fc9d0: Support LiquidDoc param code completion within snippet
when performing a variable lookup in the file
17cf30d: Renaming liquid doc params refactors render tag alias param
22dd956: Renaming liquid doc params refactors render tag params
Patch Changes
110bb00: Renaming variables inside snippets also renames the LiquidDoc parameters
3a68fe5: Update hover behaviour for the {% render %} tag to render new lines for multi-line descriptions
dafba83: [Internal] Update
getSnippetDefinitions
andRenderSnippetHoverProvider
to account for trimmed newline characters in description and example nodes content.cb2b2f4: Fix bug where help text appears when hovering over liquid doc nodes outside param names
85579bc: Fix spacing after @example tag in liquid doc
Updated dependencies [8a0393a]
Updated dependencies [0d96194]
Updated dependencies [2135423]
Updated dependencies [dafba83]
Updated dependencies [c55077e]
Updated dependencies [48d4d79]
Updated dependencies [de87755]
Updated dependencies [a851f37]
@shopify/theme-check-browser@3.11.0
Patch Changes
@shopify/theme-check-docs-updater@3.11.0
Patch Changes
@shopify/theme-language-server-browser@2.10.0
Patch Changes
@shopify/theme-language-server-node@2.10.0
Patch Changes
theme-check-vscode@3.6.0
Minor Changes
Patch Changes