- Added support for darker (950) colors added in Tailwind 3.3. Thanks to Bijan (https://github.com/gobijan) for this contribution!
- Added support for new flex-grow/flex-shrink aliases. Thanks to Emran (https://github.com/EmranMR) for this contribution!
- Removed truncation of class details and documentations.
- Fixed an issue preventing completions in JavaScript files.
- Removed outdated links to Tailwind documentation.
- Fixed a bug preventing completions in Nova version 10.
- Added support for Astro.
- Restored support for Liquid.
- Fixed multiple tailwind configuration file error caused by detection of tailwind.config.js files in the node_modules directory.
- Fixed minor configuration error.
- Added "Toggle TailwindCSS" command to the Nova command palette. Thanks to Emran (https://github.com/EmranMR) for this contribution!
- 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.
- Added support for Tailwind version 3.0.15
- Updated Tailwind class icons to represent style classes, pseudo-classes and pseudo-elements.
- Added support for Tailwind functions and directives.
- Added completion support in css, sass, and scss files.
- Fixed a bug preventing Tailwind class completions on systems not supporting newer JavaScript versions.
- Fixed a bug preventing autocompletions from being offered immediately after an opening quote within a HTML class attribute.
- Changed the "whitespace-no-wrap" Tailwind class to the correct name, "whitespace-nowrap".
- Fixed bug causing inconsistent reloading of the Tailwind classes when the Tailwind config file is saved.
- Added sidebar for viewing available Tailwind classes.
- Added support for Tailwind version 2.2.4.
- Added support for tailwind.config.js customization of extended colors.
- Improved Tailwind completion support in Vue.js projects by disallowing completions in script blocks and allowing completions in a style block when the @apply directive is used.
- Removed support for older versions of Tailwind to focus on current and future extension feature enhancements.
- Added support for jade and pug files.
- Added support for embedded Elixir files.
- Fixed issue with causing some classes to display undefined values.
- Added Tailwind CSS 2.0 support.
- Added support for changing the Tailwind CSS version in the workspace preferences.
- Increased the quality of the extension icon.
- Added support for Liquid files.
- Added support for Twig, Blade, and Svelte files.
- Fixed issue causing extension to stop responding when at the beginning of a line.
- Added a minimum supported Nova 2.0 runtime requirement. Nova 2.0 addresses an issue that can cause less accurate autocomplete suggestions.
Initial release