Skip to content

Releases: harvanchik/tailwind-template

v1.2.5 (Tailwind, CSSNano, & GulpRevRewrite Updates)

25 Aug 05:36
Compare
Choose a tag to compare

Updated TailwindCSS from 2.2.6 to 2.2.7.
Updated CSSNano from 5.0.7 to 5.0.8.
Updated GulpRevRewrite from 4.0.0 to 5.0.0.

v1.2.4 (Updated Gulp SVG Min)

28 Jun 21:34
Compare
Choose a tag to compare

Updated the version of gulp-svgmin from v3.0 to v4.0.1.

v1.2.3 (Updated TailwindCSS)

24 Jun 03:28
Compare
Choose a tag to compare

Updated TailwindCSS package from v2.2.2 to v2.2.4.

v1.2.2 (TailwindCSS Update)

19 Jun 07:49
Compare
Choose a tag to compare

Updated TailwindCSS from v1.2.0 to v1.2.2.

v1.2.1 (Image Optimizations w/ Gulp)

17 Jun 23:18
a544aef
Compare
Choose a tag to compare

I added a pipe in the gulp task that copies over the images to also optimize the images as well. This package is gulp-image.

I also updated the README.md to include updated information about changes in the previous release.

v1.2.0 (TailwindCSS Update & Better CLI)

17 Jun 20:09
6ee20aa
Compare
Choose a tag to compare

In this update, I have updated TailwindCSS to v2.2.0. There are tons of new features in this release, so check that out.

They also vastly improved their CLI, so I have ditched using PostCSS CLI in favor of Tailwind's CLI. Internally, it still uses PostCSS and Autoprefixer; however, these dependencies are no longer required in this project.

I will be releasing an update soon that will add some features to the gulp task.

v1.1.1 (HTML Title & Viewport Meta Tag)

14 Jun 18:11
Compare
Choose a tag to compare

I updated the HTML document title from Document to TailwindCSS Static Site Template. In the viewport meta tag, I included viewport-fit=cover so that the display works on iPhone/mobile screens.

v1.1.0 (Added Missing Folder Structure)

05 Jun 19:44
Compare
Choose a tag to compare

Unbeknownst to me, the repository was missing the folder structure in the assets folder which would force the user to assume the structure and names of the folders to allow Gulp to work properly. Yes, you could just look in the gulpfile.js for the folder names, but the point of this template is to make project setup minimal if not completely absent. In order to have these empty folders revisioned by Git, they must contain at least one file, so I added a .gitignore file in each asset folder. You can simply delete, hide, or ignore these files after cloning the repository.

I also made a slight change to the JavaScript minify task in Gulp. It will now convert double quotes to single quotes when applicable.

The NPM script prod will now run PostCSS in "verbose" mode. This simply outputs some extra information in the terminal while it executes. It doesn't hurt to have more information there.

v1.0.2 (Updated Readme)

05 Jun 18:47
91d4a98
Compare
Choose a tag to compare

I fixed some typos, reworded some things to sound more concise, and linked helpful images in the README.md.

v1.0.1 (TailwindCSS Plugin Update)

04 Jun 20:27
Compare
Choose a tag to compare

Updated the @tailwindcss/forms version from v0.3.2 to v0.3.3.