Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
v0.5.5
10 Dec 15:21
Compare
Sorry, something went wrong.
No results found
Add support for Yarn Plug'n'Play. Thanks @DanSnow ! (#217 )
Add rescript to list of default languages. Thanks @dcalhoun ! (#222 )
Add hover, color decorator, linting support for experimental.classRegex setting (#129)
Add support for config files with .cjs extension (#198 )
v0.5.4
02 Dec 14:12
Compare
Sorry, something went wrong.
No results found
Fix initialisation failure when using extends in browserslist config (#159 )
Fixes for experimental.classRegex setting (#129)
v0.5.3
01 Dec 19:17
Compare
Sorry, something went wrong.
No results found
Add experimental.showPixelValues setting (#200 )
Add some basic initialisation logs
Fixes for experimental.classRegex setting (#129)
v0.5.2
01 Dec 11:23
Compare
Sorry, something went wrong.
No results found
Add support for [ngClass] attribute (#187 )
v0.5.1
30 Nov 16:31
Compare
Sorry, something went wrong.
No results found
Update color parser to avoid interpreting shadows and font-weights as colors (#180 )
Respect default editor tab size in CSS previews
Add experimental.classRegex setting (#129)
Fix documentation links
Add @layer completions
Add mdx to default languages
Fix readme image references
v0.4.3
25 Aug 20:40
Compare
Sorry, something went wrong.
No results found
Prevent crash when there's a Tailwind error, and show the error message in the editor (#156 )
Fix completions not working when encountering a color with an alpha value of 0 (#177 )
v0.4.2
21 Aug 15:33
Compare
Sorry, something went wrong.
No results found
Add color decorators for classes and CSS helper functions.
This can be configured with the new tailwindCSS.colorDecorators setting .
Fix incorrect cssConflict warnings. (#136 )
Fix completion triggers for "computed" class attributes.
Disable invalidApply lint rule when applyComplexClasses experimental flag is enabled.
Show all classes in @apply completion list when applyComplexClasses experimental flag is enabled.
v0.4.1
24 Jun 12:51
Compare
Sorry, something went wrong.
No results found
Fixed cssConflict lint rule when classes apply the same properties but have different scopes (#134 )
Fixed JS error when providing diagnostics in the case that IntelliSense is not enabled (#133 )
Fixed config finder incorrectly determining that no config file can be found (#130 )
Fixed class name completion tree when config is a symlink
v0.4.0
23 Jun 18:54
Compare
Sorry, something went wrong.
No results found
v0.3.1
12 Jun 12:10
Compare
Sorry, something went wrong.
No results found
Fixed class attribute completions not showing when using the following Pug syntax (#125 ):
Fixed hover previews not showing when using a computed class attribute in Vue templates
Restore missing readme images
Update settings descriptions to use markdown