Releases: tailwindlabs/tailwindcss-intellisense
Releases · tailwindlabs/tailwindcss-intellisense
v0.5.9
- Add
focus-visible
, checked
, motion-safe
, motion-reduce
, and dark
to @variants
completions
- Add
showPixelEquivalents
and rootFontSize
settings (#200)
v0.5.8
- Fix error when
@apply
is used within a plugin (#255)
v0.5.7
- Ignore file watcher permission errors (#238)
- Update class attribute regex to support
(class="_")
(#233)
- Fix
fast-glob
concurrency on certain operating systems (#226, #239)
v0.5.6
- Fix module resolution in config files when using Yarn Plug'n'Play
- Add noise check when providing Emmet-style completions (#146, #228)
v0.5.5
- 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
- Fix initialisation failure when using
extends
in browserslist config (#159)
- Fixes for
experimental.classRegex
setting (#129)
v0.5.3
- Add
experimental.showPixelValues
setting (#200)
- Add some basic initialisation logs
- Fixes for
experimental.classRegex
setting (#129)
v0.5.2
- Add support for
[ngClass]
attribute (#187)
v0.5.1
- 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
- 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)