diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f0690..17df15f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.4.0 + +- Trigger autocompletion for components named as `layout` or `section`. +- Fix component autocompletion insert text to contain closing statement as well. +- Trigger components autocompletion when `@!` keywords are used. +- Fix code comments shortcut to use Edge comment boundaries and not JavaScript comment boundaries. +- Fix folding markers to ignore inline tag names. + ## 1.3.2 - Autocompletion was triggered when using `@section` in `.edge` files diff --git a/package.json b/package.json index 2743a28..1b7f2ff 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "publisher": "adonisjs", "name": "vscode-edge", "displayName": "Edge templates syntax highlighter", - "version": "1.3.2", + "version": "1.4.0", "description": "Official Edge template engine extension for VSCode", "author": "virk", "license": "MIT",