Skip to content

Releases: tonysm/tailwindcss-laravel

1.0.0

13 Aug 02:17
7229010
Compare
Choose a tag to compare

What's Changed

  • First official release! 🥳

Full Changelog: 0.14.0...1.0.0

0.15.0

13 Aug 02:17
7229010
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.14.0...0.15.0

0.14.0

06 Mar 01:44
673bf98
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.1...0.14.0

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