Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Releases: ky-is/vue-cli-plugin-tailwind

v2.0.0

14 May 23:50
Compare
Choose a tag to compare

Supports Tailwind v1.0 (follow the migration guide).

Upgrade the plugin's default configuration, then apply your customizations to it:

vue invoke @ky-is/tailwind

v2.0.0-beta.2

28 Apr 20:42
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
  • Support builds with empty style files (fix #7)
  • Update dependencies to supported Tailwind betas >= 6
  • Add inset to theme extensions

v2.0.0-beta.1

24 Apr 17:03
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
  • Support TailwindCSS v1.0.0-beta
  • Default postcss-preset-env to stage 0 (allows everything to work out of the box, and there's no drawbacks if you aren't using those features)
  • Update the readme with more information on custom configurations and caveats

Note that Tailwind v1.0.0-beta.5 has a bug that makes it incompatible with this plugin, so the dependency is pinned to beta.4. This issue is fixed for the next Tailwind beta (see tailwindlabs/tailwindcss#858).

v1.7.0

24 Apr 16:54
Compare
Choose a tag to compare
  • Improve PurgeCSS classname regex to fix caveat with Vue's object class binding syntax
  • Simplify PostCSS config

v1.6.0

26 Feb 20:53
Compare
Choose a tag to compare
  • Only enable purgeCSS in production builds (#4)

v1.5.0

05 Nov 16:52
Compare
Choose a tag to compare
  • Update to Tailwind v0.7
  • Whitelist Vue's generated classnames by default (for <router-link>, <transition>, <transition-group>)
  • Expanded default config classes

1.4.0

06 Sep 06:21
Compare
Choose a tag to compare
  • Improved PurgeCSS detection for duplicate CSS classes when using @apply

1.3.0

19 Aug 00:37
Compare
Choose a tag to compare
  • Removes dependency on postcss-import (using ~ syntax to reference node_modules in css @import)
  • Includes group-hovervariants for visibility by default
  • Adds .pcss file support

Upgrading notes: You can delete the "postcss-import" entry from your package.json "devDependencies".

1.2.0

18 Aug 03:01
Compare
Choose a tag to compare
  • Generate assets/styles/tailwind as .postcss file for better linting/syntax highlighting.

1.1.1

17 Aug 03:09
Compare
Choose a tag to compare
  • Support special characters in class names (i.e. .w-1/2)
  • Import tailwind.css via css import for new projects