Skip to content

Releases: tonysm/tailwindcss-laravel

0.13.1

23 Feb 01:52
3e7c635
Compare
Choose a tag to compare

Changelog

  • CHANGED: Bump the Tailwind CLI version at 67a0c1b
  • CHANGED: Tweaked the install command to only append the Tailwind link tags to the layout instead of replace the vite directive at 3e7c635

0.12.1

12 Jan 03:41
a40d47b
Compare
Choose a tag to compare

Changelog

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

0.12.0

12 Jan 03:36
c08a710
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

12 Nov 18:32
931b2c3
Compare
Choose a tag to compare

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: 0.10.1...0.11.0

0.10.1

13 May 16:53
b48c267
Compare
Choose a tag to compare

What's changed

  • Fixed the TailwindCSS Config JS 37632f7
  • Bump the Tailwind CLI default version to v3.3.2 b48c267

0.10.0

10 May 02:29
8402efe
Compare
Choose a tag to compare

What's Changed

  • Tweaks the install command and tailwind.config stub in 8402efe

Full Changelog: 0.9.0...0.10.0

0.9.0

14 Feb 01:32
c0d6952
Compare
Choose a tag to compare

Changelog

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

0.8.0

17 Nov 01:43
ccc5af0
Compare
Choose a tag to compare

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 (see docs). Initial work by @andreasnij (thanks!)

0.7.0

06 Aug 02:18
575332c
Compare
Choose a tag to compare

Changelog

  • Bumps default Tailwind CLI version to 3.1.8 (575332c)

0.6.0

03 Jul 00:28
855d4d8
Compare
Choose a tag to compare

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)