Shopify / theme-tools

Everything developer experience for Shopify themes
https://shopify.dev/docs/themes
MIT License
48 stars 14 forks source link

Theme Tools Release: 25-03-24 #330

Closed charlespwd closed 3 months ago

charlespwd commented 3 months ago

Releases

@shopify/theme-language-server-common

Minor incremented 1.8.3 -> 1.9.0

Changes:

For example, if your translation look like this:

{
  "items": {
    "one": "{{ count }} item",
    "other": "{{ count }} items"
  }
}

Then we’ll complete like this:

{{ items | t: count: count }}

To be used to power MatchingTranslations for Schema translations.

To be used to power Schema translations code completion and hover in section and theme block {% schema %} JSON blobs.

@shopify/theme-language-server-node

Minor incremented 1.8.3 -> 1.9.0

Changes:

For example, if your translation look like this:

{
  "items": {
    "one": "{{ count }} item",
    "other": "{{ count }} items"
  }
}

Then we’ll complete like this:

{{ items | t: count: count }}

To be used to power MatchingTranslations for Schema translations.

To be used to power Schema translations code completion and hover in section and theme block {% schema %} JSON blobs.

theme-check-vscode

Minor incremented 2.1.3 -> 2.2.0

Changes:

For example, if your translation look like this:

{
  "items": {
    "one": "{{ count }} item",
    "other": "{{ count }} items"
  }
}

Then we’ll complete like this:

{{ items | t: count: count }}

@shopify/theme-check-common

Minor incremented 2.2.2 -> 2.3.0

Changes:

To be used to power MatchingTranslations for Schema translations.

To be used to power Schema translations code completion and hover in section and theme block {% schema %} JSON blobs.

@shopify/theme-check-node

Minor incremented 2.2.2 -> 2.3.0

Changes:

To be used to power MatchingTranslations for Schema translations.

To be used to power Schema translations code completion and hover in section and theme block {% schema %} JSON blobs.

@shopify/codemirror-language-client

Patch incremented 0.5.0 -> 0.5.1

Changes:

To be used to power MatchingTranslations for Schema translations.

To be used to power Schema translations code completion and hover in section and theme block {% schema %} JSON blobs.

@shopify/theme-language-server-browser

Minor incremented 1.8.3 -> 1.9.0

@shopify/theme-check-browser

Minor incremented 2.2.2 -> 2.3.0

@shopify/theme-check-docs-updater

Minor incremented 2.2.2 -> 2.3.0