Skip to content

Releases: laravel-frontend-presets/tailwindcss

1.0.1

15 Jul 12:22
359878f
Compare
Choose a tag to compare

Consistent colouring of error state on password email template (#52)

1.0.0

14 May 11:00
Compare
Choose a tag to compare

Use tailwindcss@^1.0 instead of next 🎉

1.0.0-beta.1

05 Apr 04:14
5cb8f1e
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

Beta release to target changes coming in Tailwind CSS 1.0

Thanks to @rverrips for the hard work to get most of this work complete 🎉

0.7.1

16 Feb 06:37
Compare
Choose a tag to compare
  • Brand new templates (#44)
  • Update Mix and PurgeCSS versions to match fresh Laravel install requirements (#43)
  • Add Tailwind, Vue, Vue template compiler dependencies to prevent need for second npm run dev (6daff3e)

0.7.0

07 Sep 05:13
7a0d0f4
Compare
Choose a tag to compare
  • Add support for Laravel 5.7
    • Move to flat resources folder structure
    • Add verification template
  • Replace hardcoded text with translation strings
  • Add Nova link to welcome template
  • Consistent formatting with upstream files (bootstrap.js, webpack.mix.js)

0.6.1

09 Aug 04:04
354dcfb
Compare
Choose a tag to compare

Leverage Tailwind's default configuration file right out of node_modules.

This gives instant start with up to date configuration, without having to maintain the config file in this repo.

0.6.0

09 May 12:01
1440903
Compare
Choose a tag to compare

The preset now uses to use JeffreyWay/laravel-mix-tailwind, which reduces the amount of configuration and boilerplate necessary to get Tailwind up and running.

As a result, laravel-mix@^2.1 is required. We'll handle updating your package.json for this, such that the package will still work with Laravel 5.5 out of the box.

main.css is now app.css to be consistent with a default Laravel install

The laravel-mix-tailwind plugin handles this for us, so there's nothing exceptional you need to do if you want to use mix.less() or mix.sass(), over the default mix.postCss().

0.5.4

29 Apr 12:37
Compare
Choose a tag to compare
  • Update for support of PurgeCSS when using Laravel Mix >= 2.1
  • Update Tailwind version to latest (0.5.2)

0.5.3

27 Mar 01:36
5893e0d
Compare
Choose a tag to compare

Use Tailwind's hidden class instead of an inline display: none; on the logout form.

0.5.2

18 Mar 23:42
Compare
Choose a tag to compare
  • Fixes reference to Tailwind's container plugin that breaks asset compilation