Skip to content

Releases: jasonplatts/tailwindcss-nova-ext

v4.6

01 Apr 16:07
Compare
Choose a tag to compare

v4.5

31 Oct 16:41
Compare
Choose a tag to compare
  • Removed truncation of class details and documentations.
  • Fixed an issue preventing completions in JavaScript files.
  • Removed outdated links to Tailwind documentation.

v4.4

29 Oct 17:23
Compare
Choose a tag to compare
  • Fixed a bug preventing completions in Nova version 10.

v4.3

15 Mar 14:51
Compare
Choose a tag to compare
  • Added support for Astro.
  • Restored support for Liquid.

v4.2.2

03 Mar 18:03
Compare
Choose a tag to compare
  • Fixed multiple tailwind configuration file error caused by detection of tailwind.config.js files in the node_modules directory.

v4.2.1

28 Feb 18:03
Compare
Choose a tag to compare

Version 4.2.1

  • Fixed minor configuration error.

Version 4.2

v4.1

20 Jan 15:06
Compare
Choose a tag to compare
  • 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.

v4.0

18 Jan 21:38
Compare
Choose a tag to compare
  • 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.

v3.0.4

08 Aug 15:58
Compare
Choose a tag to compare
  • Added completion support in css, sass, and scss files.
  • Fixed a bug preventing Tailwind class completions on systems not supporting newer JavaScript versions.

v3.0.3

30 Jul 22:20
Compare
Choose a tag to compare
  • Fixed a bug preventing autocompletions from being offered immediately after an opening quote within a HTML class attribute.