Skip to content

Releases: harvanchik/tailwind-template

v1.5.6 (Dependency Updates)

04 Apr 22:18
Compare
Choose a tag to compare
dependenciy updates

v1.5.5 (Package Updates, Typos)

23 Mar 18:01
Compare
Choose a tag to compare

Updates dependencies, fixed typos in the README.md file, and other minor changes.

v1.5.4 (Package Updates)

18 Feb 00:57
Compare
Choose a tag to compare

Updated Tailwind CSS package.

v1.5.3 (Extension Recommendations)

12 Feb 19:58
Compare
Choose a tag to compare

Added recommended extensions to the project. The user will be prompted to accept and install the recommended extensions when opening the project in VS Code.

{
  "recommendations": [
    "VisualStudioExptTeam.vscodeintellicode",
    "austenc.tailwind-docs",
    "PKief.material-icon-theme",
    "christian-kohler.path-intellisense",
    "esbenp.prettier-vscode",
    "jgclark.vscode-todo-highlight"
  ],
  "unwantedRecommendations": [
    "heybourn.headwind",
    "macieklad.tailwind-sass-syntax"
  ]
}

v1.5.2 (Package Updates)

12 Feb 19:40
Compare
Choose a tag to compare
package updates

v1.5.1 (Prettier Changes)

07 Feb 07:00
Compare
Choose a tag to compare

Added some custom options for Prettier. Also added a ignore file for paths that Prettier should not format.
Formatted all files.

Updated Tailwind CSS package.

v1.5.0 (Important Fixes)

26 Jan 22:58
Compare
Choose a tag to compare

Fixed CSS not generating due to problem with how Tailwind CSS is reading the string from the content property in the tailwind.config.js file.

Changed the gulpfile.js extension to .mjs to allow the use of ES6 imports over the require().

Added an NPM script clean to remove the destination folder quickly and without administrative permissions.

v1.4.0 (Fixed Gulp Failing)

20 Jan 01:54
Compare
Choose a tag to compare

Fixed the gulp throwing an error on execution. Switched to using import instead of require() in gulpfile.js

Updated packages for Tailwind CSS, CSSNano, and Autoprefixer.

v1.3.5 (Package Updates)

06 Jan 19:32
Compare
Choose a tag to compare
updated packages

v1.3.4 (Package Updates)

29 Dec 08:23
Compare
Choose a tag to compare

Updated Tailwind CSS and CSSNano.