master
Brad Cornes 2021-05-20 17:13:41 +01:00
parent 988e85cfb3
commit 67f83534a2
3 changed files with 10 additions and 3 deletions

View File

@ -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

4
package-lock.json generated
View File

@ -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",

View File

@ -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",