v2.0.0 - 2022-12-27
- fix: update configuration by @ellreka in #93
- Remove
tailwindcss-highlight.configs
,tailwindcss-highlight.variants
. - Add
tailwindcss-highlight.enabledUtilities
,tailwindcss-highlight.customUtilitiesConfig
,tailwindcss-highlight.defaultVariantsColor
,tailwindcss-highlight.customVariantsConfig
. - Change non-enabled utility style to dotted border.
- Remove
v1.4.1 - 2022-09-23
- fix: fix vscode engines version by @ellreka in #77
v1.4.0 - 2022-09-23
- feat: add variants highlighting by @ellreka in #64
-
Highlight variants.
-
Highlight the selected utility by the command.
-
Changed highlight style.
-
Disabled some utilities.
- Fixed regex matching className.
- Updated README.md.
- Apply changes to settings without reloading.
- Fixed some strings not being highlighted.
- Added
vue
,php
,svelte
to the default languages config.
- Fixed not working in jit mode.
- Changed display name.
-
Added some utilities.
-
Added sample code for visual image.
-
Delete utilities property from configuration.
-
Fixed matching of strings other than the className.
- The build file was not included.
-
Added some utilities.
-
Added unit tests.
- Fixed bugs in regex.
- Added keywords and icon into package.json.
- Initial release 🎉