master
Brad Cornes 2023-03-13 12:16:50 +00:00
parent 691cf9671f
commit 424cb761c7
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 0.9.8
- Fix `invalidTailwindDirective` linting with CRLF file endings (#723)
- Add support for Handlebars template scripts (`<script type="text/x-handlebars-template">`) (#726)
- Improve JavaScript comment detection (#727)
- Add modifier completions for `@apply` and `classRegex` setting (#732)
- Add bundled version of `@tailwindcss/container-queries` (#733)
- Support `InitializeParams.rootUri` (#725)
- Add `htmldjango` to default supported languages (#721)
## 0.9.7
- Improve completion list performance (#706)

View File

@ -4,7 +4,7 @@
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
"version": "0.9.7",
"version": "0.9.8",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",