Skip to content

Commit

Permalink
bumps to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrfrts committed Mar 27, 2021
1 parent 452a1c5 commit 00dbb7c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**New:**

- **v1.1 brings Completions!**
- **v1.1 brings Completions!**
Liquid for Nova now supports code completions for both Liquid and Jekyll tags and filters.

### Version 1.1.1
Expand All @@ -12,17 +12,26 @@
- Fixes the extension image, broken in the 1.1 release.
- Updates the CHANGELOG with a new, leaner organization.

### Version 1.1.2

**Fixes:**

- Fixes a `capture` completion which generated an invalid syntax.
- Prevents Nova to spell-check the `{% comment %}` tag.

***

## Version 1.0

Initial release

### Version 1.0.3
### Version 1.0.1

**Fixes:**

- Fix an issue where all `.html` files were identified as Liquid files (#2).
- Removes YAML block, since that didn't worked.
- Improves Liquid tag support in Nova 4.0+.


### Version 1.0.2

Expand All @@ -33,9 +42,9 @@ Initial release
- Modified priority of html to 0.5 (value is valid between 0-1) (#1) (also a bugfix).
- Added content matching rule for liquid handlebar (#1).

### Version 1.0.1

### Version 1.0.3

**Fixes:**

- Removes YAML block, since that didn't worked.
- Improves Liquid tag support in Nova 4.0+.
- Fix an issue where all `.html` files were identified as Liquid files (#2).
4 changes: 2 additions & 2 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "Liquid",
"organization": "arthr",
"description": "Syntax highlighting for Liquid template files.",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"bugs": "https://github.com/arthrfrts/Liquid.novaextension/issues",
"repository": "https://github.com/arthrfrts/Liquid.novaextension",
"keywords": ["liquid", "jekyll", "shopify", "html", "templates", "syntax"],
"categories": ["languages"],
"categories": ["languages", "completions"],
"activationEvents": ["onLanguage:liquid", "onLanguage:html"]
}

0 comments on commit 00dbb7c

Please sign in to comment.