11
2+ v1.10.0 / 2022-02-24
3+ ====================
4+
5+ ## Features
6+
7+ * Performance Improvements ([ #556 ] ( https://github.com/shopify/theme-check/issues/556 ) )
8+ - Boasts ~ 125x faster ` checkOnChange ` checks.
9+
10+ * New language server configuration: ` "themeCheck.onlySingleFileChecks" ` ([ #556 ] ( https://github.com/shopify/theme-check/issues/556 ) )
11+ - When ` true ` , disables whole theme checks in the editor and makes it so only the open files are checked.
12+ - When ` false ` (default), behaves as before.
13+
14+ ## Fixes
15+
16+ * Do not complain about variables passed to the default filter ([ #532 ] ( https://github.com/shopify/theme-check/issues/532 ) )
17+ * ` extend: ` should accept absolute and relative paths ([ #555 ] ( https://github.com/shopify/theme-check/issues/555 ) )
18+ * Gracefully handle initialized without config. ([ #552 ] ( https://github.com/shopify/theme-check/issues/552 ) )
19+ * Add missing metafield filters ([ #550 ] ( https://github.com/shopify/theme-check/issues/550 ) )
20+ * Handle media.sources edge case in RemoteAsset ([ #549 ] ( https://github.com/shopify/theme-check/issues/549 ) )
21+ * Disable HTML checks inside Liquid comments ([ #548 ] ( https://github.com/shopify/theme-check/issues/548 ) )
22+ * Prevent bad render tags from passing theme-check ([ #551 ] ( https://github.com/shopify/theme-check/issues/551 ) )
23+ * Handle rogue carriage returns ([ #547 ] ( https://github.com/shopify/theme-check/issues/547 ) )
24+
225v1.9.2 / 2021-12-13
326===================
427
@@ -14,7 +37,7 @@ v1.9.0 / 2021-12-01
1437
1538## Features
1639
17- * Add Corrections as Code Actions in Language Server (quickfix + source.fixAll) (#471 )
40+ * Add Corrections as Code Actions in Language Server (quickfix + source.fixAll) ([ #471 ] ( https://github.com/shopify/theme-check/issues/471 ) )
1841 * Add SchemaJsonFormat check ([ #512 ] ( https://github.com/shopify/theme-check/issues/512 ) )
1942 * Add checkOn{Open,Change,Save} Language Server Configurations ([ #511 ] ( https://github.com/shopify/theme-check/issues/511 ) )
2043 * Add support for new filters ` image_tag ` + ` image_url `
0 commit comments