Tailwind Preset Versions Save

An awesome Tailwind CSS front-end preset for Laravel 7.

v7.2.1

3 years ago

Changelog

  • Fix indent in routes/web.php

v7.2.0

3 years ago

Changelog

  • Update tailwindcss from 1.7 to 1.8
  • Set default route namespace when registering auth routes

v7.1.0

3 years ago

Changelog

  • Pass dynamic data to components correctly

v7.0.1

3 years ago

Changelog

  • Lighten header nav text
  • Change background of "forgot email" status message

v7.0.0

3 years ago

Changelog

  • Drastically reduce code duplication by extracting Blade components for form inputs, nav items, and templates
  • Refresh UI with dark header, better nav items, new welcome view, prettier input fields, and use of logo alongside app name
  • Update tailwindcss from 1.6 to 1.7
  • Update axios from 0.19 to 0.20
  • Update cross-env from 6.0 to 7.0
  • Use "complex" Tailwind classes in extracted .btn component (such as focus:outline-none)
  • Add missing Laravel Echo example in bootstrap.js
  • Add support for Laravel 8 (not yet released)

v6.0.0

4 years ago

Changelog

  • Add support for Laravel 7 (depend on laravel/ui)
  • Update tailwindcss from 1.1 to 1.4
  • Remove laravel-mix-purgecss (it is now built in to Tailwind)
  • Clean up views

v5.0.0

4 years ago

Changelog

  • Update autoprefixer from 9.6 to 9.7
  • Update cross-env from 5.2 to 6.0
  • Update laravel-mix from 4.1 to 5.0
  • Update laravel-mix-purgecss from 4.1 to 4.2
  • Add localization helpers and publish an en.json file for easy translation
  • Add auth/confirm.blade.php view for the new password.confirm middleware added in Laravel 6

v4.2.0

4 years ago

Changelog

  • Update tailwindcss from 1.0 to 1.1
  • Update laravel-mix from 4.0 to 4.1
  • Add compatibility for Laravel 6

v4.1.0

4 years ago

Changelog

  • Update @tailwindcss/custom-forms from 0.1 to 0.2
  • Remove the now unnecessary classes from the markup

v4.0.1

4 years ago

Changelog

  • Improve header navigation by adding a hover effect when on small devices and by centering things vertically before baseline.