Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

v1.9.0

Compare
Choose a tag to compare
@charlespwd charlespwd released this 01 Dec 15:39
· 91 commits to main since this release

Features

  • πŸ”₯ Add Corrections as Code Actions in Language Server (quickfix + source.fixAll) (#471)

    correct.mp4
  • πŸ’… Add SchemaJsonFormat check and correction for prettier JSON (#512)

    json.mp4
  • Add checkOn{Open,Change,Save} Language Server Configurations (#511)

    Adds support for a couple of Language Server configurations (commonly known as VS Code settings). Here's the default configuration:

     {
        "themeCheck.checkOnSave": true,
        "themeCheck.checkOnChange": true,
        "themeCheck.checkOnOpen": true
      }
  • Add support for new filters image_tag + image_url. (See shopify.dev changelog announcement)

    • Add support for new filters:

      • image_tag
      • image_url
    • Add depreciation for old filters:

      • img_tag
      • img_url
    • Add img_url correction to ease migration:

      img_url_correct.mp4

Fixes

  • Fix missing null check in ValidHTMLTranslation (#517)
  • Fix MatchingTranslations check + corrections (#515)
  • Fix RemoteAsset false positive from settings variables (#516)
  • Make SpaceInsideBraces work for missing cases (#509)
  • Fix Liquid in HTML parsing
  • Make TranslationKeyExists also check section translations