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

Commit 748f780

Browse files
authored
v1.10.0 (#557)
1 parent c01300e commit 748f780

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
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+
225
v1.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`

lib/theme_check/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ThemeCheck
3-
VERSION = "1.9.2"
3+
VERSION = "1.10.0"
44
end

0 commit comments

Comments
 (0)