You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tailwindcss-intellisense/CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## 0.5.0
4
+
5
+
- Improve support for Tailwind CSS v2.0
6
+
- Suppress filesystem errors when scanning for Tailwind config file (#174)
7
+
8
+
## 0.4.3
9
+
10
+
- Prevent crash when there's a Tailwind error, and show the error message in the editor (#156)
11
+
- Fix completions not working when encountering a color with an alpha value of `0` (#177)
12
+
13
+
## 0.4.2
14
+
15
+
- Add color decorators for classes and CSS helper functions.
16
+
This can be configured with the new [`tailwindCSS.colorDecorators` setting](https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcsscolordecorators).
17
+
- Fix incorrect `cssConflict` warnings. (#136)
18
+
- Fix completion triggers for "computed" class attributes.
19
+
- Disable `invalidApply` lint rule when `applyComplexClasses` experimental flag is enabled.
20
+
- Show all classes in `@apply` completion list when `applyComplexClasses` experimental flag is enabled.
21
+
3
22
## 0.4.1
4
23
5
24
- Fixed `cssConflict` lint rule when classes apply the same properties but have different scopes (#134)
0 commit comments