Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Releases: daflh/eleventy-plugin-tailwindcss

v0.3.0

18 Dec 16:12
Compare
Choose a tag to compare
  • Update to Tailwind CSS 2.0
  • Update to Autoprefixer 10.0
  • Update to PostCSS 8.0
  • Use path.posix.join() to prevent bug on Windows #16
  • Always watch Tailwind config file for changes in watch & serve mode
  • Throw error when configFile option is given but not found

v0.2.5

24 Sep 03:22
Compare
Choose a tag to compare
  • New watchEleventyWatchTargets option, see documentation
  • Remove excludeNodeModules option because it's rarely used
  • Update TailwindCSS dependency

v0.2.4

26 Aug 12:42
Compare
Choose a tag to compare
  • update some packages
  • change plugin name in console log

v0.2.3

20 Aug 10:43
Compare
Choose a tag to compare
  • less dependencies (remove chalk and shimmer)
  • avoid circular dependency #2
  • improve code efficiency

v0.2.2

20 Aug 04:49
Compare
Choose a tag to compare
0.2.2

v0.2.1

18 Aug 06:18
Compare
Choose a tag to compare
  • add dest, keepFolderStructure, and excludeNodeModules plugin options
  • automatically ignore file that are not CSS
  • logging only useful information
  • fixing lot of bugs (i'm too lazy to mention all)

and also some changes that you may not really care about:

  • updating package version
  • rewrite internal code
  • use packages more efficiently
  • add sample for easy development

0.1.1

10 Jul 23:45
Compare
Choose a tag to compare
version 0.1.1

0.1.0

10 Jul 07:12
Compare
Choose a tag to compare
Initial commit