0.7.1
parent
ba21a2f1d8
commit
ecdfc1a98e
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.1
|
||||||
|
|
||||||
|
- Add [`tailwindCSS.classAttributes` setting](https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssclassattributes) (#350)
|
||||||
|
- Fix resolution of WSL files on Windows (#411)
|
||||||
|
- Show color decorators for `accent-*` classes
|
||||||
|
- Support attributes with whitespace around the `=` character (#426)
|
||||||
|
- Fix color decorators for `var()` fallbacks (#423)
|
||||||
|
- Increase class list search range (#414)
|
||||||
|
|
||||||
## 0.7.0
|
## 0.7.0
|
||||||
|
|
||||||
- Add support for Tailwind CSS v3 alpha (#424)
|
- Add support for Tailwind CSS v3 alpha (#424)
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"author": "Brad Cornes <hello@bradley.dev>",
|
"author": "Brad Cornes <hello@bradley.dev>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||||
|
|
Loading…
Reference in New Issue