Skip to content

Theme Tools Release — 2025-04-24 #899

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

Merged
merged 1 commit into from
Apr 24, 2025
Merged

Theme Tools Release — 2025-04-24 #899

merged 1 commit into from
Apr 24, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 16, 2025

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/[email protected]

Minor Changes

  • 4d55761: Add content_for argument theme checks if static block has LiquidDoc

    • DuplicateContentForArguments - Ensures arguments provided for content_for tag are unique
    • MissingContentForArguments - Ensures all required arguments, as per LiquidDoc, are provided
    • UnrecognizedContentForArguments - Ensures arguments provided exclusively match LiquidDoc params
    • ValidContentForArgumentTypes - Ensures arguments match type defined in LiquidDoc
  • c0f42c3: Restrict LiquidDoc param names in blocks based on content_for tag params

    • LiquidDoc inside blocks have limitations on names because content_for tag uses the following param names:
      • id
      • type
      • attributes
      • block
      • blocks
      • class
      • context
      • inherit
      • resource
      • resources
      • schema
      • section
      • sections
      • settings
      • snippet
      • snippets
      • template
      • templates

Patch Changes

  • 067a75e: Improve parsing logic around aliases
  • aa43656: [internal] Building blocks to support LiquidDoc for blocks
  • dccca5a: Bugfix ensures content_for argument theme check allows closest. args
  • 39339f8: visible_if should not warn on use of 'section' in a block file
  • 660bd7d: Allow UndefinedObject check on snippets
  • c0f42c3: Add reserved parameters to the content_for tag
  • Updated dependencies [067a75e]

@shopify/[email protected]

Minor Changes

  • 4d55761: Add content_for argument theme checks if static block has LiquidDoc

    • DuplicateContentForArguments - Ensures arguments provided for content_for tag are unique
    • MissingContentForArguments - Ensures all required arguments, as per LiquidDoc, are provided
    • UnrecognizedContentForArguments - Ensures arguments provided exclusively match LiquidDoc params
    • ValidContentForArgumentTypes - Ensures arguments match type defined in LiquidDoc
  • c0f42c3: Restrict LiquidDoc param names in blocks based on content_for tag params

    • LiquidDoc inside blocks have limitations on names because content_for tag uses the following param names:
      • id
      • type
      • attributes
      • block
      • blocks
      • class
      • context
      • inherit
      • resource
      • resources
      • schema
      • section
      • sections
      • settings
      • snippet
      • snippets
      • template
      • templates

Patch Changes

@shopify/[email protected]

Minor Changes

  • a126ab5: Support content_for param completion using LiquidDoc

Patch Changes

@shopify/[email protected]

Patch Changes

  • 067a75e: Improve parsing logic around aliases

@shopify/[email protected]

Patch Changes

@shopify/[email protected]

Patch Changes

@shopify/[email protected]

Patch Changes

@shopify/[email protected]

Patch Changes

@shopify/[email protected]

Patch Changes

[email protected]

Patch Changes

@github-actions github-actions bot requested a review from a team as a code owner April 16, 2025 17:32
@github-actions github-actions bot changed the title Theme Tools Release — 2025-04-16 Theme Tools Release — 2025-04-17 Apr 17, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 663ba09 to 2157f71 Compare April 17, 2025 18:47
@github-actions github-actions bot changed the title Theme Tools Release — 2025-04-17 Theme Tools Release — 2025-04-21 Apr 21, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 8da6597 to 9cac6a1 Compare April 21, 2025 18:02
@github-actions github-actions bot changed the title Theme Tools Release — 2025-04-21 Theme Tools Release — 2025-04-23 Apr 23, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9cac6a1 to 62664fa Compare April 23, 2025 15:39
@github-actions github-actions bot changed the title Theme Tools Release — 2025-04-23 Theme Tools Release — 2025-04-24 Apr 24, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 62664fa to 47d204f Compare April 24, 2025 14:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from 47d204f to 6851fef Compare April 24, 2025 17:24
@aswamy aswamy merged commit d94f82d into main Apr 24, 2025
1 check passed
@aswamy aswamy deleted the changeset-release/main branch April 24, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant