Skip to content

Commit

Permalink
0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlc committed Aug 16, 2023
1 parent e5bc536 commit 755eb5f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## 0.9.12

- Increase class search range (#760)
- Fix CSS conflict diagnostic false negatives (#761)
- Don't attempt to read from deleted CSS files (#765)
- Resolve helper functions in CSS previews (#766)
- Fix CSS conflict diagnostics in semicolonless CSS documents (#771)
- Enable IntelliSense for `<script lang="tsx">` (#773)
- Include pixel equivalents in more places (#775)
- Fix initialisation when using `tailwindcss@^0` (#787)
- Fix activation when `files.excludes` contains braces (#789)
- Fix diagnostic false-positive when no CSS properties are present (#793)
- Add language mode icon (#794)
- Fix IntelliSense following closing `script`/`style` tag containing whitespace (#808)
- Fix `classRegex` hovers in unknown contexts (#824)
- Expand `classRegex` search range (#840)

## 0.9.11

- Fix first-party plugin usage when using bundled version of `tailwindcss` (#751)
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-tailwindcss/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
"version": "0.9.11",
"version": "0.9.12",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
Expand Down

0 comments on commit 755eb5f

Please sign in to comment.