Skip to content

Commit 424cb76

Browse files
committed
0.9.8
1 parent 691cf96 commit 424cb76

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.9.8
4+
5+
- Fix `invalidTailwindDirective` linting with CRLF file endings (#723)
6+
- Add support for Handlebars template scripts (`<script type="text/x-handlebars-template">`) (#726)
7+
- Improve JavaScript comment detection (#727)
8+
- Add modifier completions for `@apply` and `classRegex` setting (#732)
9+
- Add bundled version of `@tailwindcss/container-queries` (#733)
10+
- Support `InitializeParams.rootUri` (#725)
11+
- Add `htmldjango` to default supported languages (#721)
12+
313
## 0.9.7
414

515
- Improve completion list performance (#706)

packages/vscode-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Intelligent Tailwind CSS tooling for VS Code",
55
"author": "Brad Cornes <[email protected]>",
66
"license": "MIT",
7-
"version": "0.9.7",
7+
"version": "0.9.8",
88
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
99
"bugs": {
1010
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)