Skip to content

Commit b97c895

Browse files
committed
update changelog
1 parent b065fca commit b97c895

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/tailwindcss-intellisense/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

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+
322
## 0.4.1
423

524
- Fixed `cssConflict` lint rule when classes apply the same properties but have different scopes (#134)

0 commit comments

Comments
 (0)