Skip to content

Releases: tonysm/tailwindcss-laravel

0.5.1

27 Jun 02:08
a853d4a

Choose a tag to compare

Changelog

  • Bumps default Tailwind CLI version to 3.1.4 (a853d4a)

0.5.0

27 Jun 02:07
bcc0b9d

Choose a tag to compare

Changelog

  • Changes default scaffolding from using @tailwind to using @import (bcc0b9d)

0.4.1

01 May 20:36
5741fa1

Choose a tag to compare

Changelog

0.4.0

12 Apr 22:10
b60fea7

Choose a tag to compare

Changelog

  • Adds a TAILWINDCSS_CLI_VERSION envvar to allow overriding it without publishing the config file
  • Bumps the default CLI version to v3.0.24
  • Adds a new --cli-version option to the tailwindcss:install and tailwindcss:download commands which may be used by passing the --cli-version="v3.0.24"

0.3.0

13 Feb 23:23
7a7c8cb

Choose a tag to compare

Changelog

  • CHANGED: the tailwindcss.php config was updated: instead of specifying the destination file path, you define a destination PATH, we'll construct the full file path based on the source file relative path.
  • CHANGED: The binary destination file in the tailwindcss.php now checks if the file destination should end with .exe or not (for Windows support)
  • FIXED: the tailwindcss:download and tailwindcss:build commands now are working on Windows machines.
  • NEW: Increase tailwindcss:download default timeout when downloading the binary and allow users overriding it with the --timeout flag (accepts seconds)

If you have published the config, please, republish it again (no need to publish it if you haven't done that yet)

0.2.0

13 Feb 01:25
28e592b

Choose a tag to compare

Changelog

  • CHANGED: added a new config entry for the manifest location path. Also, the manifest is now prefixed with a dot. That's because Vapor will include dot files in the public/ folder by default. I know that's something users can ignore, but that should do it for now. If you have published the tailwindcss.php config file, make sure to republish that.

0.1.0

09 Feb 01:23
0a3b1e7

Choose a tag to compare

Changelog

  • CHANGED: Laravel 9 support (nothing changed, just the version constraints)

0.0.3

04 Feb 02:23
4d88615

Choose a tag to compare

Changelog

  • FIXED: the option got renamed from --production to --prod right before pushing and there were some places still referencing it. That's fixed (4d88615)

0.0.2

04 Feb 02:15
3ec711d

Choose a tag to compare

Changelog

  • NEW: There's now a new --prod option for the tailwindcss:build command, which combines the --digest and --minify flags (7fb3609)