0.9.8
parent
691cf9671f
commit
424cb761c7
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue