Releases: tonysm/tailwindcss-laravel
Releases · tonysm/tailwindcss-laravel
0.5.1
0.5.0
0.4.1
0.4.0
Changelog
- Adds a
TAILWINDCSS_CLI_VERSIONenvvar to allow overriding it without publishing the config file - Bumps the default CLI version to
v3.0.24 - Adds a new
--cli-versionoption to thetailwindcss:installandtailwindcss:downloadcommands which may be used by passing the--cli-version="v3.0.24"
0.3.0
Changelog
- CHANGED: the
tailwindcss.phpconfig 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.phpnow checks if the file destination should end with.exeor not (for Windows support) - FIXED: the
tailwindcss:downloadandtailwindcss:buildcommands now are working on Windows machines. - NEW: Increase
tailwindcss:downloaddefault timeout when downloading the binary and allow users overriding it with the--timeoutflag (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
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 thetailwindcss.phpconfig file, make sure to republish that.