This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
v1.10.0
Features
-
Performance Improvements (#556)
- Boasts ~125x faster
checkOnChange
checks.
- Boasts ~125x faster
-
New language server configuration:
"themeCheck.onlySingleFileChecks"
(#556)- When
true
, disables whole theme checks in the editor and makes it so only the open files are checked. - When
false
(default), behaves as before.
- When
Fixes
- Do not complain about variables passed to the default filter (#532)
extend:
should accept absolute and relative paths (#555)- Gracefully handle initialized without config. (#552)
- Add missing metafield filters (#550)
- Handle media.sources edge case in RemoteAsset (#549)
- Disable HTML checks inside Liquid comments (#548)
- Prevent bad render tags from passing theme-check (#551)
- Handle rogue carriage returns (#547)