v0.6.6
parent
988e85cfb3
commit
67f83534a2
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 0.6.6
|
||||
|
||||
- [JIT] Show `rem` pixel equivalents in completion item details (#332)
|
||||
- [JIT] Fix initialisation when `mode` is set in a preset (#333)
|
||||
- Fix completions and hovers inside `<style>` in JavaScript files (#334)
|
||||
- Fix module resolution when path has a `#` character (#331)
|
||||
|
||||
## 0.6.5
|
||||
|
||||
- [JIT] Add [opacity modifier](https://github.com/tailwindlabs/tailwindcss/pull/4348) completions
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-tailwindcss",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-tailwindcss",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ctrl/tinycolor": "3.1.4",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"preview": true,
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"license": "MIT",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue