Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/vscode-lit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
<!-- ### Removed -->
<!-- ### Fixed -->

## [1.4.4] - 02/06/2024

- Updated the HTML and CSS language service to the latest version. This should fix a number of issues with autocompletion and diagnostics in styles and HTML attributes. See [#352](https://github.com/runem/lit-analyzer/pulls/352).

<!-- A couple small releases not documented, erp! -->

## [1.4.1] - 11/12/2023

- Fix a number of issues when the tsconfig `moduleResolution` option is set. See [#313](https://github.com/runem/lit-analyzer/issues/313)
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-lit-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "lit-plugin",
"description": "Syntax highlighting, type checking and code completion for lit-html",
"version": "1.4.3",
"version": "1.4.4",
"publisher": "runem",
"icon": "docs/assets/lit-plugin@256w.png",
"license": "MIT",
Expand Down