Skip to content

Latest commit

 

History

History
161 lines (85 loc) · 6.21 KB

CHANGELOG.md

File metadata and controls

161 lines (85 loc) · 6.21 KB

Changelog

All notable changes to tailwindcss-laravel will be documented in this file.

0.15.0 - 2024-08-13

What's Changed

  • Bumps Tailwind binary version and tweaks the build command to use the Process facade by @tonysm in #33

Full Changelog: https://github.com/tonysm/tailwindcss-laravel/compare/0.14.0...0.15.0

0.14.0 - 2024-03-06

What's Changed

  • Laravel 11.x Compatibility by @laravel-shift in #30

New Contributors

  • @laravel-shift made their first contribution in #30

Full Changelog: https://github.com/tonysm/tailwindcss-laravel/compare/0.13.1...0.14.0

0.13.1 - 2024-02-23

Changelog

0.12.1 - 2024-01-12

Changelog

  • Fix tailwind.config.js file requiring plugins that fail

0.12.0 - 2024-01-12

What's Changed

  • Add Link header by @tonysm in #28

Full Changelog: https://github.com/tonysm/tailwindcss-laravel/compare/0.11.0...0.12.0

0.11.0 - 2023-11-12

What's Changed

  • Fixes installation command not overriding the default app.css file even though it's empty
  • Bumps the default TailwindCSS bin version to v3.3.5

Full Changelog: https://github.com/tonysm/tailwindcss-laravel/compare/0.10.1...0.11.0

0.10.1 - 2023-05-13

What's changed

0.10.0 - 2023-05-10

What's Changed

Full Changelog: https://github.com/tonysm/tailwindcss-laravel/compare/0.9.0...0.10.0

0.9.0 - 2023-02-14

Changelog

  • CHANGED: Bump the default Tailwind CLI version to v3.2.6
  • CHANGED: Support for Laravel 10

0.8.0 - 2022-11-17

Changelog

  • NEW: The tailwindcss() function throws an exception when the manifest file is missing. When testing, we don't want that behavior as we don't always need to compile our styles to run the tests (sometimes we do). For that reason, you may now use the new InteractsWithTailwind trait and call the $this->withoutTailwind() method on your tests (or in the base TestCase) to disable the missing manifest exception on your tests. Initial work by @andreasnij (thanks!)

0.7.0 - 2022-08-06

Changelog

0.6.0 - 2022-07-03

Changelog

  • CHANGED: The tailwindcss:install command was changed to work with the new frontend setup in Laravel 9, which uses Vite instead of Mix. It should also keep working on installs in Laravel apps using Mix. Of course, it also works on apps using neither (cough cough Importmap Laravel)

0.5.1 - 2022-06-27

Changelog

0.5.0 - 2022-06-27

Changelog

0.4.1 - 2022-05-01

Changelog

  • FIXED: Set the working directory explicitly to base_path() by @mucenica-bogdan #12

0.4.0 - 2022-04-12

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 - 2022-02-13

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 - 2022-02-13

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 - 2022-02-09

Changelog

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

0.0.3 - 2022-02-04

Changelog

0.0.2 - 2022-02-04

Changelog

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

1.0.0 - 202X-XX-XX

  • initial release