0.8.0
parent
a879cf29d3
commit
1f1c3fcd79
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## 0.8.0
|
||||
|
||||
- Add `gohtmltmpl` to supported languages (#473)
|
||||
- Prevent directive errors in non-semicolon languages (#461)
|
||||
- Detect conflicting multi-rule classes (#498)
|
||||
- Fix classRegex error (#501)
|
||||
- Rework language boundary detection (#502)
|
||||
- Improve conflict diagnostics (#503)
|
||||
- Add Tailwind CSS language mode (#518)
|
||||
|
||||
## 0.7.7
|
||||
|
||||
- Fix activation for projects with square brackets in their path
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"preview": true,
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"license": "MIT",
|
||||
"version": "0.7.7",
|
||||
"version": "0.8.0",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue