Skip to content

Releases: lazymozek/gulp-with-tailwindcss

Tailwind v3.3 Update

28 Mar 20:58
6c60c3a
Compare
Choose a tag to compare
  • Updated to latest Tailwind CSS v.3.3 release
  • Removed line-clamp plugin as latest version includes line-clamp-* utility by default

v3.0 Release

17 Mar 19:21
4fd255d
Compare
Choose a tag to compare

Bug Fixes

  • Updated purgecss extractor to support latest tailwindcss (v3.0) arbitrary values classes
  • Made build files to be independent of dev files when using build command
  • Fixed CSS minification issues by adding cssnano plugin

Updates

  • Updated config.js to have more accessible configurations for plugins used
  • Added support for imagemin plugins with quality control option using config.js
  • Added purgecss config for configure more options such as safelist when using custom arbitrary values classes
  • Updated index.html with documentation link
  • Added supports for third-party files and fonts with which you can includes files directly from the folders.

v2.1.0

16 Feb 07:50
5a5d222
Compare
Choose a tag to compare

Latest Updates

  • Updated TailwindCSS, Post CSS and other packages to latest version
  • Added TailwindCSS @tailwindcss/container-queries plugin
  • Added option in config.js to enable/disable tailwind plugins, by default all are enabled, You can refer plugins key under config.js
  • Added prettier and prettier-plugin-tailwindcss plugin

v2.0.0

30 Nov 18:46
Compare
Choose a tag to compare

Release update

  • Updated TailwindCSS version to 3+
  • Updated tailwind.config.js according to latest version
  • Replaces node-sass with sass
  • Updated Gulp to latest version
  • Added Tailwind Official Plugins (@tailwindcss/typography, @tailwindcss/forms, @tailwindcss/line-clamp)
  • Added MIT License

v1.3.1

07 Apr 03:22
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Styles duplicate due to scss and css file being compiled on production build

v1.3

06 Apr 04:01
8bf7ef2
Compare
Choose a tag to compare

Updates

  • Updated with Tailwind v2.1 which has JIT Built In

v1.2.2

03 Jan 03:32
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Path Issue being 404
  • Replaced gulp-uglify with gulp-terser

v1.2.0

04 Dec 04:43
Compare
Choose a tag to compare

Updates

  • Updated TailwindCSS (2.0+)
  • Updated PostCSS (v8.0+)

v1.1.0

07 Nov 18:39
Compare
Choose a tag to compare

Updates

  • Code Rewrite with respect to gulp v4+
  • Added Port to config.js default is 9050
  • Added External folder pattern which will be discarded on JS concatenation (to excluded third party plugins)

Fixes

  • Fixed Styles concatenate order
  • Fixed dev and build folder names being hardcoded which affects in cleaning folders before build/dev

Stable Release 1.0.0

06 Nov 19:06
Compare
Choose a tag to compare

Bug Fixes / Package Updates

  • Added Config.js file for folder/file names configuration
  • Updated TailwindCSS to latest version (v1.9.0)
  • Updated Packages and Fixed issues in updated packages

(Note: From this release, repo will be maintained constantly, feel free to raise issues and improvements)