Skip to content

Commit

Permalink
v4.1
Browse files Browse the repository at this point in the history
* Improved when autocompletions are suggested by preventing suggestions outside of HTML class attributes, CSS files, or single and double quotes in other files, such as ERB.
* Fixed an issue causing improper insertion of Tailwind directives.
  • Loading branch information
jasonplatts committed Jan 19, 2022
1 parent d0bd4a7 commit 99b3292
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 4.1

* Improved when autocompletions are suggested by preventing suggestions outside of HTML class attributes, CSS files, or single and double quotes in other files, such as ERB.
* Fixed an issue causing improper insertion of Tailwind directives.

## Version 4.0

* Added support for Tailwind version 3.0.15
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The Tailwind CSS extension will always provide default Tailwind CSS classes. How
1. Attempt to read the Tailwind configuration file specified in the workspace preferences (*see screenshot below*).
2. Search the workspace for a 'tailwind.config.js' file and attempt to read it.

**As of version 4.0, the extension only supports customized extended colors. Support for additional customizations is planned.**
**As of version 4.1, the extension only supports customized extended colors. Support for additional customizations is planned.**

It is not necessary to include a Tailwind installation in the project, nor include a 'tailwind.config.js' file for default class suggestions.

Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Tailwind CSS",
"organization": "Jason Platts",
"description": "Provides completions and a documentation sidebar for Tailwind CSS.",
"version": "4.0",
"version": "4.1",
"license":"MIT",
"repository":"https://github.com/jasonplatts/tailwindcss-nova-ext",
"bugs":"https://github.com/jasonplatts/tailwindcss-nova-ext/issues",
Expand Down

0 comments on commit 99b3292

Please sign in to comment.